/* Login screen customizations for CompassionU */

body.login {
  background-image: var(--cuc-login-bg);
  background-size: cover;
  background-position: center center;
}

#login h1 a {
  display: none;
}

.custom-header {
  background-color: #750444;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-header-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.custom-header img {
  max-height: 100px;
  width: auto;
}

@media (min-width: 576px) {
  .custom-header-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .custom-header-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .custom-header-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-header-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .custom-header-container {
    max-width: 1320px;
  }
}

.login-form-title {
  font-family: "Palatino", serif;
  font-size: 2rem;
  color: #751144;
  text-align: center;
  margin-bottom: 1rem;
}

#loginform,
#lostpasswordform {
  border: none;
  box-shadow: none;
  border-radius: 12px;
  background-color: #750344 !important;
  padding: 3rem;
}

@media (min-width: 768px) {
  #login {
    min-width: 500px;
  }
}

label {
  color: #fff;
  font-family: "Palatino", serif;
  font-size: 16px !important;
  font-weight: 700;
}

input[type="email"],
input[type="text"],
input[type="password"] {
  border-radius: 10px !important;
  border: none !important;
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.58) !important;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.58) !important;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.58) !important;
  padding: 12px !important;
  font-size: 16px !important;
  font-family: "Palatino", serif;
}

.login form .forgetmenot {
  float: none;
  margin-bottom: 16px !important;
}

#login form p.submit input {
  width: 100%;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  padding: 5px !important;
  border-radius: 10px !important;
  border: none !important;
  background-color: #ff863c !important;
  color: #fff !important;
}

#nav {
  font-family: "Palatino", serif;
  font-size: 16px !important;
  text-align: center !important;
}

#nav a {
  color: #751144 !important;
}

#backtoblog {
  display: none;
}

#login:before {
  content: "Log In";
  font-family: "Palatino", serif;
  font-size: 2rem;
  margin-bottom: 16px;
  text-align: center;
  display: block;
  color: #751144;
  font-weight: 700;
}
