body {
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.fw-bolder {
  font-family: "Montserrat-ExtraBold", sans-serif;
}

.error-message {
  color: #ED1C24;
  font-size: 14px;
}

img.logo-img.img-fluid {
  min-height: 50px;
  height: 100%;
  max-height: 60px;
  width: 100%;
  max-width: 250px;
  min-width: 100px;
}

.otp-form input {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  outline: none;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.title {
  color: #ed1c24;
  font-weight: 800;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

div#passwordContainer {
  width: 300px;
  max-width: 400px;
}

.valid-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: green;
  display: none; /* Ẩn icon mặc định */
}
