body {
  display: block;
  font-family: 'Poppins', sans-serif;
  /* The image used */
  background-image: url("https://man9-jombang.sch.id/web/wp-content/uploads/2022/07/man9jombang-scaled.jpeg");

  /* Add the blur effect */
  backdrop-filter: blur(5px);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }

.header {
	display: block;
}

.title-portal 
.button-landing 
.medsos
.copyright {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	align-content: center;
}

.login-button {
	display: block;
	margin-bottom: 20px;
	align-content: center;
}

.btn-login {
  background-color: #6A698C;
  border: none;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 16px;
  font-family: Poppins;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  width: 200px;
  align-self: center;
  height: 50px;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
  transition: 0.3s;
}

.btn-login:hover {
    color: #000000;
	background-color: #BCBF69;
}

.button:hover {
  background-color: #BCBF69;
  color: #000000;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
  opacity: 1;
  border: none;
}

.copyright {
	padding-top: 20px;
	padding-bottom: 100px;
	color: #ffffff;
	background-color: #6A698C;
	margin-bottom: 100px;
	font-size: 12px;
	font-weight: bold;
	}

.img-fluid {
	max-width: 60%;
	height: auto;
	vertical-align: middle;
}

.mx-auto {
	margin: auto;
}
.d-block  {
	display: block;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.column{
	flex: 100%;
	max-width: 40%;
	padding: 0 4px;
}

.column img {
  margin-top: 20px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .column {
    flex: 100%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 60%;
  }
}

@media screen and (max-width: 800px) {
  .column {
    flex: 100%;
    max-width: 70%;
  }
}

.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 200px;
	padding-bottom: 50px;
	}

.navbar-dark {
  padding-top: 50px;
  padding-bottom: 150px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 50px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
  @media (max-width: 767px) {
    .navbar-dark {
      padding-bottom: 0; } }

.page-title {
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 14px; } }

.page-description {
  max-width: 465px;
  font-size: 18px;
  color: #ffffff;
  font-weight: semi-bold;
  margin-bottom: 59px; }
  @media (max-width: 767px) {
    .page-description {
      font-size: 14px; } }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
  
.button {
  background-color: #50D911;
  border: none;
  color: #ffffff;
  padding: 12px 20px;
  margin: 0px;
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: Poppins;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 150px;
  border-radius: 20px;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
  transition: 0.3s;
  cursor: pointer;
}

.button:hover {
  background-color: #BCBF69;
  color: #000000;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
  opacity: 1;
  border: none;
}

a:link {
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  target: _blank;
}

a:hover, a:active {
  color: #000000;
  text-decoration: none;
}

p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 21px;
  color: #ffffff;
	}

	
p:link {
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  target: _blank;
}



.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #6A698C;
  margin-right: 16px;
  target: blank;
  transition: all 0.3s ease-in-out; }
  .footer-social-links .social-link:last-child {
    margin-right: 0; }
  .footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #50D911;
    color: #ffffff; }
	

/*# sourceMappingURL=bd-coming-soon.css.map */
