.lostpassword-box {
  background-color: #121f2a;
  margin:120px 0px 100px 0px;
}
.lostpassword-form-container {
  padding: 30px 50px 40px 50px;
  font-size: 17px;
  font-weight: 300;
}
.lostpassword-form-container .subtitle {
  font-size: 46px;
  font-weight: 300;
  text-align: center;
}
.lostpassword-form-bottom {
  border-top: 1px solid #000; 
  padding: 20px 0px 20px 0px;
}

.error-margin-top {
  margin-top: 20px;
}

.lostpassword-form input[type=text],
.lostpassword-form input[type=password]{
  width:100%;
}

.lostpassword-input {
  background-color: #fff;
  border: 1px solid #3c4c59;
  color: #0a1117;
  height: 50px;
  border-radius: 0px;
  margin: 0px 0px 22px 0px;
}
.alert-success {
  background-color: #43A047;
  border-color:#43A047;
  border-radius: 0px;
  color:#fff;
}

.forgot-password {
  margin-bottom: 20px;
}
@media (max-width:480px){
  .lostpassword-form-container .subtitle {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
  }
  .lostpassword-form-container {
      font-size: 14px;
   }
   #lostpassword-link{
    font-size: 14px;
   }
}

