/* Password recovery */
.pwrecovery .card {
  padding: 50px;
  width: 40%;
  min-width: 500px;
  background: white;
  margin: 0 auto;
  font-size: 1.2em;
}

.pwrecovery .error_message{
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding: 12px;
  width: 100%;
  background: #ffcdcd;
  border-radius: 10px;
  color: #454545;
}

.pwrecovery .title {
  font-size: 1.5em;
  margin-bottom: 40px;
  text-align: left;
}

.pwrecovery input{
  width: 100%;
  font-size: 1.2em;
  margin-top:20px;
  border-bottom: 2px solid #efefef;
}

.pwrecovery input:focus{
  border: none;
  outline: none;
  border-bottom: 2px solid #dedede;
}

.pwrecovery button {
  font-size: 1em;
  padding: 12px;
  margin-top:40px;
  width: 60%;
}

.pwrecovery .success_message{
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding: 12px;
  width: 100%;
  background: #cdffdd;
  border-radius: 10px;
  color: #454545;
}
