#boxFormRecoveryPass {
  max-width: 400px;
  margin: 50px auto;
  padding: 25px 30px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333;
}

#boxFormRecoveryPass h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2c3e50;
  text-align: center;
}

#boxFormRecoveryPass .title2 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: #34495e;
}

#boxFormRecoveryPass .t11 {
  font-size: 0.9rem;
  color: #7f8c8d;
  text-align: center;
  margin-bottom: 20px;
}

#boxFormRecoveryPass form {
  width: 100%;
}

#boxFormRecoveryPass .control-group {
  margin-bottom: 18px;
}

#boxFormRecoveryPass .control-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 6px;
  color: #2c3e50;
}

#boxFormRecoveryPass .control-label_ast {
  color: #e74c3c;
}

#boxFormRecoveryPass input[type="password"],
#boxFormRecoveryPass input[type="text"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.3s ease;
  background-color: #fdfdfd;
}

#boxFormRecoveryPass input[type="password"]:focus,
#boxFormRecoveryPass input[type="text"]:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52,152,219,0.15);
  background-color: #fff;
}

#boxFormRecoveryPass .form-action {
  text-align: center;
  margin-top: 25px;
}

#boxFormRecoveryPass .btn_submit {
  background-color: linear-gradient(135deg, #3498db, #2ecc71);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

#boxFormRecoveryPass .btn_submit:hover {
  background-color: linear-gradient(135deg, #2ecc71, #3498db);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

#boxFormRecoveryPass .btn_submit:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
