.login-page .theme-card {
    padding: 30px;
    border: none;
    background-color: var(--color-gray);
    line-height: 1;
    border-radius: 8px;
  }
  .login-page .theme-card .theme-form input {
    border-color: #abb0ae;
    font-size: 18px;
    padding: 16px;
    margin-bottom: 32px;
    height: inherit;
  }
  .login-page .theme-card.authentication-right {
    background-color: var(--color-white);
    border: 1px solid var(--color-yellow);
    border-radius: 8px;
    height: 375px;
  }
  .login-page .authentication-right h6 {
    margin-bottom: 24px;
  }
  .login-page .authentication-right p {
    margin-bottom: 32px;
  }
  .login-page .body-16.underline {
    color: #000000;
  }
  .login-page .flex {
    justify-content: space-between;
    align-items: center;
  }
  
  .theme-card {
    width: auto;
    padding: 30px;
    border: none;
    background-color: var(--color-gray);
    line-height: 1;
    border-radius: 8px;
  }
  
  .form-control {
    width: 100%;
    height: 55px;
    border: 1px solid #abb0ae;
    border-radius: 4px;
  }
  
  .form-control.login {
    width: 528px;
    height: 55px;
    border: 1px solid #abb0ae;
    border-radius: 4px;
  }
  .modal-password h3.body-24.w-700 {
    text-align: center;
    margin-bottom: 24px;
  }
  
  .modal-password button {
    width: 248px;
  }

  .login-page .row {
    gap: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
  
  @media (max-width: 991px) {
    .login-page .col-lg-6.right-login h3 {
      margin-top: 48px;
    }
  }
  
  @media (max-width: 768px) {
    .form-control.login,
    .theme-card {
      width: 100%;
    }
  }
  
  @media (max-width: 425px) {
    
    .modal-password button {
      width: 100%;
    }
  }