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

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

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

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

.password_change button{
  font-size: 1em;
  margin-top: 10px;
  width: 60%;
}

.password_change .errors{
  font-size: 0.8em;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding: 12px;
  width: 100%;
  background: #ffcdcd;
  border-radius: 10px;
  color: #454545;
}

.password_change .errors ul{
  list-style-type: disc;
  list-style-position: inside;
}

.password_change .okay{
  text-align: left;
  font-size: 0.8em;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding: 12px;
  width: 100%;
  background: #cdffdd;
  border-radius: 10px;
  color: #454545;
}
