@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
  font-family: "Nunito", serif;
  min-height: 100vh;
  background-size: cover;
  padding: 15px;
  background-position: center;
  background-image: url(../images/banner/login.png);
}
img {
  max-width: 100%;
}
.loginCard {
  border-radius: 16px;
  border: 1px solid #fff;
  background: #fff;
  padding: 40px;
}
.loginArea {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginLeft {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 20px;
}
.loginLeft img {
  margin-bottom: 20px;
}
.loginLeft p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.loginForm {
  padding-left: 20px;
}
.loginForm h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}
.logininput {
}
.logininput .label_inp {
  color: #000;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  margin-bottom: 8px;
}
.logininput input {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 100%;
  padding: 0 15px;
  height: 48px;
}
.logininput p{
  color: #606060; 
font-size: 15px;
font-style: normal;
font-weight: 400;
margin-top: 40px;
padding-left: 15px;
line-height: 150%; /* 22.5px */
}
.logBtn_area{
  margin-top: 140px;
}
.cnfrmBtn {
  border-radius: 50px;
  background: #5d4eb4;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 40px;
  border: none;
  width: auto;
}
.otpterms p{
  color: #606060;
font-family: Nunito;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 22.5px */
}
 
.cnfrmBtn:disabled{
  background: #A7A7A7;
}
.forgetpass {
  color: #5d4eb4;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-align: right;
}
.succesModal {
}

.succesModal .modal-content {
  border-radius: 16px;
  padding: 20px 0;
  background: #fff;
}
.succesModal .modal-header img {
  width: 180px;
}
.succesModal .modal-header {
  border-bottom: 0;
}
.succesModal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.succesModal .modal-body img {
  width: 200px;
}
.succesModal .modal-body h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.succesModal .modal-body p {
  color: #606060;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.loginForm p {
  color: #606060;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.loginForm {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.requestbtn {
  border-radius: 100px;
  background: #5d4eb4;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 40px;
  border: none;
  width: auto;
}
.requestbtn:disabled{
  background: #A7A7A7;
}
.otp-form h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.otp-input input {
  border-radius: 12px;
  border: 1px solid #606060;
  background: transparent;
  width: 40px;
  padding: 6px 5px;
  text-align: center;
  height: 40px;
  margin-right: 10px;
}
.otp-input input:focus-visible {
  border: 1px solid #606060 !important;
}
.otp-input {
  display: flex;
  margin-top: 15px;
}
.register {
  padding: 40px 30px !important;
}
.iti__flag {
  display: none;
}
.iti {
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.iti input {
  padding-left: 75px !important;
}
.welcome {
  min-height: 350px;
  padding: 0;
}
.login-form form {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .loginLeft {
    border-right: none;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .loginForm {
    padding-left: 0;
  }
  .loginCard {
    padding: 20px 0;
}
  .loginForm h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .loginLeft .mainImg{
    width: 50%;
  }
  .logBtn_area{
    margin-top: 0;
  }
  .logininput p{
    margin-top: 15px;
  }
}

label.error {
  background: linear-gradient(90deg, #5d4eb4 0%, #9c27b0 72.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iti__flag-container{
 height: 48px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.loginOtp{
  position: relative;
  margin-bottom: 40px;
}
.loginOtp label.error{
   position: absolute;
   bottom: -32px;
}
