.rbt-elements-area {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('../../v2.0/images/sign-in/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.title {
    font-size: 24px;
    font-weight: 700;
}
.contact-form{
    padding: 40px !important;
    gap: 20px;
}
#form-signIn{
    gap:20px;
}
.rbt-lost-password{
    font-size:16px;
}
.sign-up {
    color: #003B8E !important;
}
.input-label {
    font-size: 14px;
    font-weight: 400;
}
.input-form span{
    color:red;
}
.btn-google .google-content{
    width: 220px !important;
}
.google-content p{
    font-size:16px;
}
.btn-text {
    font-size: 16px;
}
#submit-signin {
    background: #003B8E !important;
}
#submit-signin .btn-text {
    display: inline-block;
    transition: transform 0.2s ease; 
}

#submit-signin:hover .btn-text {
    transform: scale(1.1);
}
.btn-google .google-content p {
    display: inline-block;
    transition: transform 0.2s ease;
}

.btn-google:hover .google-content p {
    transform: scale(1.1);
}
.btn-google .logo {
    transition: transform 0.2s ease;
}

.btn-google:hover .logo {
  transform: scale(1.1);
}
#togglePassword {
  top: 71% !important;
}

/* ==================== PASSWORD CHANGE MODAL ==================== */
.rbt-password-modal .modal-dialog {
  max-width: 420px;
}
.rbt-password-modal .modal-content {
  max-width: 420px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto;
  border: none;
}
.rbt-password-modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #001336;
  margin-bottom: 10px;
}
.rbt-password-modal .modal-body {
  font-size: 16px;
  font-weight: 400;
  color: #001336;
  margin-bottom: 10px;
}
.rbt-password-modal-footer {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.2s ease;
  background-color: #0a68ff;
}

.rbt-password-modal-footer:hover {
  transform: scale(1.05);
}
.rbt-password-modal-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.2s ease;
  color: #fff;
  padding: 8px;
  background-color: #0a68ff;
}

/* Responsive - Tablet */
@media (max-width: 575px) {
  .rbt-password-modal .modal-content {
    max-width: 340px;
    padding: 16px;
  }
  .rbt-password-modal .modal-title {
    font-size: 18px;
  }
  .rbt-password-modal .modal-body {
    font-size: 15px;
  }
  .rbt-password-modal .modal-dialog {
    max-width: calc(100% - 32px);
    margin: 0 auto;
  }
}

/* Responsive - Mobile nhỏ */
@media (max-width: 375px) {
  .rbt-password-modal .modal-content {
    max-width: calc(100% - 24px);
    padding: 14px;
    border-radius: 8px;
  }
  .rbt-password-modal .modal-title {
    font-size: 16px;
  }
  .rbt-password-modal .modal-body {
    font-size: 14px;
  }
  .rbt-password-modal-footer {
    gap: 12px;
  }
  .rbt-password-modal-btn {
    font-size: 13px;
  }
  .rbt-password-modal-btn-change {
    padding: 7px 10px;
  }
}
