/* assets/css/password.css */
.password-container {
  max-width: 420px;
  margin: 0 auto;
  padding: 20px;
}

.title {
  color: #004145;
  font-weight: 600;
  font-size: 2.1rem;

  font-family: Roboto;

line-height: 100%;
letter-spacing: -0.33px;
text-align: center;
vertical-align: middle;


}

.logo-fnch {
  margin-top: 87px;
  margin-bottom: 87px;
}

.subtitle {
  color: #4B5563;
  font-size: 0.9rem;
  font-family: Roboto;
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: -0.33px;
text-align: center;
vertical-align: middle;
}




.password-form .form-label {
  font-weight: 500;
  color: #4B5563;
}

.input-group-text {
  border-right: 0;
  color: #6B7280;
}

.password-form .form-control {
  border-left: 0;
  border-radius: 0 .375rem .375rem 0;
}

.btn-orange {
  background-color: #EA5400;
  border: none;
  color: #FFF;
}
.btn-orange:hover {
  background-color: #c14400;
}


.user-forgetpass {
  width: 328px;
  height: 72px;
  margin-top: 25px;
}


