.login-card
{
  margin: auto;
  min-height: 70%;
  min-width: 90%;
  max-height: 70%;
  max-width: 90%;
}

.logo
{
  text-align: center;
}

.logo
{
  margin-bottom: 24px; 
}

.logo-section
{
  justify-content: center;
}

.login-img
{
  height: 100%;
  width: 500px;
}

.login-title
{
  font-weight: bold;
  margin-bottom: 0px;
}

.logo h1
{
  color: rgb(250, 99, 71);
}

.login-hint
{
  font-weight: bold;
  font-size: 12px;
}

.title-section
{
  margin-bottom: 16px;
}

.image-div
{
  margin: auto;
}

.form-section
{
  padding-left: 24px;
  padding-right: 24px;
}

.card-content
{
  height: 100%;
}

.content-body{
  height: 100%;
  width: 100%;
  background-color: #f2f2f2 !important;
}

.image-section img
{
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

#loginForm,
#forgotPassForm,
#otpForm
{
  width: 100%;
  margin: auto;
}

.dont-have-acount-hint
{
  font-weight: bold;
  font-size: 14px;
}

.return-login-link,
.return-channel-selection-link,
.forgot-password-link,
.resend-link,
.identity-verification-link
{
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.otp-input-field{
  text-align: center;
  width: 50px;
  height: 50px;
  font-weight: bold;
  margin: 12px;
}

.support-tel-text
{
  font-size: 18px;
}

.otp-method
{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #c1c1c1;
  margin-bottom: 15px;
  width: 150px;
  height: 100px;
  margin: auto;
  justify-content: center;
  border-radius: 15px;
}

.otp-method:hover
{
  background-color: #f2f2f2;
}

.otp-method.active
{
  background-color: rgb(141, 188, 230);
  color: white;
}

.otp-method-img
{
  width: 50px;
  height: 50px;
}

.otp-method-col
{
  margin-bottom: 15px;
}

.ekyc-response-message-modal .ekyc-success-title h4
{
  color: green;
  font-weight: bold;
}

.ekyc-response-message-modal .ekyc-failed-title h4
{
  color: red;
  font-weight: bold;
}

.dont-have-access-section
{
  display: none;
}

@media (width < 600px) {
    .otp-method
    {
        width: 100%;
    }
}

@media (min-width: 850px)  {
  #loginForm,
  #forgotPassForm,
  #otpForm
  {
    width: 450px;
    margin: auto;
  }
}

@media (min-width: 1300px) {
  .login-card
  {
    min-height: 650px;
    min-width: 1200px;
    max-height: 650px;
    max-width: 1200px; 
  }
}