/*Login Page*/

.logo-light {
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
  max-width: 800px;
}

#forgot-password-page {
  background: white;
  display: grid;
  min-height: 0px !important;
}

.main-container {
  margin: auto;
}

.bigger-header {
  font-size: 42px;
  margin-bottom: 48px;
}

.text-white {
  color: #2c354e;
}

.text-white {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.forgot-password-page p {
  line-height: 24px;
  font-size: 14px;
}

.photo-form-wrapper input {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: rgba(205, 205, 205, 0.85);
  border-radius: 50px;
  padding: 14px 24px 14px 24px;
  width: 100%;
  margin-bottom: 30px;
}

.photo-form-wrapper .btn-filled {
  background-color: #424651;
  border-color: #424651;
}

.photo-form-wrapper input:focus {
  outline: none;
}

.photo-form-wrapper input[type="submit"] {
  color: #fff !important;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.photo-form-wrapper .form-loading {
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}

.forgot-password-page input[type="submit"] {
  -webkit-appearance: none;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  color: #8d8886;
  width: 220px;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

em.invalid {
  color: red;
  display: block !important;
  margin-bottom: 20px;
}

#success-content {
  display: none;
}