/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.login-page {
  background-image: url(/wp-content/uploads/2023/08/background-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.login-page header {
  margin-top: 3rem;
  margin-bottom: 8rem;
}
.login-page main .row {
  justify-content: center;
}
.login-page form {
  color: white;
  border-radius: 9px;
  background: #2a657c;
  padding: 25px 45px 45px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.login-page form .form-control {
  border-radius: 5px;
}
.login-page form label {
  font-weight: 500;
}
.login-page form input {
  min-height: 50px;
  border: 0;
  background-color: white !important;
}
.login-page form .login-submit {
  max-width: 165px;
}
.login-page form .login-remember {
  display: none;
}
.login-page form button {
  font-weight: 700;
  margin-top: 10px;
  min-width: 165px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #72a0ae;
  border: 0;
}
.login-page form button:hover {
  background: #163C4B;
}
.login-page form button a {
  color: white;
  text-decoration: none;
}
.login-page form .wrap {
  margin-bottom: 22px;
}
.login-page form p {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin-bottom: 22px;
}

@media screen and (min-width: 992px) {
  .login-page {
    height: auto;
  }
  .login-page header {
    margin-bottom: 10rem;
  }
}/*# sourceMappingURL=style.css.map */




