@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
::-webkit-input-placeholder{
  font-size: 15px;
}
::selection{
  background: #fa4299;
  color: #fff;

}

img.d-block.w-100 {
    background: whitesmoke;
    border-radius: 40px;
    padding: 140px;
}

.carousel-caption p{
color: black;
}
.wrapper{
  overflow: hidden;
  background: #fff;
  padding: 30px;
  
}
.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 5px 0 10px 0;
  justify-content: space-between;

  border-radius: 5px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 46px;
  z-index: 0;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #2688ff, #002c61);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
/* Hide number input spinner buttons */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
button#sendOtpBtn {
  font-size: 16px;
  border: none;
  font-weight: 600;
  padding: 10px;
  color: rgb(0, 136, 194);
  background: white;
}
/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
input#phone {
  width: 100%;
  background: rgb(255, 253, 253);
}

#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #000000;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #ababab;
}
#login:checked ~ label.signup{
  color: #9a9a9a;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}
/* Style for labels */
label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333; /* You can change this to any color you prefer */
    font-size: 14px; /* Adjust the font size as needed */
}
form.signup {
  margin-top: -20px;
}
form.login{
  padding-top: 20px
}
.createac p{
  font-size: 14px;
}
.createac a{
  font-size: 14px;
}

span#countdownTimer {
  font-size: 15px;
  margin-top: 10px;
}
input#continueBtn {
  cursor: not-allowed;
}
/* Adding margin-top to input fields to create gap between label and input */
.form-inner form .field input {
    margin-top: 5px; /* Adjust the margin value as needed */
    height: 100%;
   
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}
.iti .iti--allow-dropdown{
    margin-top: 5px;
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;

}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel]{
   margin-top: 5px;
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    height: 60px;
}
.iti-mobile .iti--container {
  
    display: none;
}
.form-inner form .field1 {
    display: flex;
    flex-direction: column;
    height: 50px;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
}
.form-inner form .field input:focus{
  border-color: #0063c6;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner form .field input:hover{
    border-color: #000000;
    /* box-shadow: inset 0 0 3px #fb6aae; */
  }
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}

.leb2{
    margin-top: 30px;
}
.leb3{
    margin-top: 5px;
}
form .field input:focus::placeholder{
  color: #b3b3b3;
}
.form-inner form .pass-link{
  margin-top: 70px;
  margin-bottom: 10px;
  font-size: 15px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: #001f54;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #4581b2, #429efa, #4568b2, #4285fa);
  border-radius: 5px;
  transition: all 0.4s ease;;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.left-section.col-lg-7.mt-4 {
    padding: 40px;
}
.scroll2::-webkit-scrollbar {
  width: 5px;
}
 
.scroll2::-webkit-scrollbar-thumb {
  background: #666; 
}
/* CSS for OTP input boxes */
/* CSS for OTP input boxes */
.otp-container {
  display: none; /* Initially hide OTP container */
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.otp-container.active {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.phone-input input{
  border: none;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel]{
  border: none;
}
.otp-container input {
  width: 100%;
  height: 70px;
  
  border-radius: 8px;
  border: 0.8px solid rgb(95, 95, 95);
  text-align: center;
  font-size: 18px;
}
.phone-input {
  border: 1px solid #9b9b9b;
  display: flex;
  justify-content: space-between;
}
.password-container {
  height: 100%;
  align-items: center;
  position: relative;
}

.eye-icon {
  position: absolute;
  right: 10px;
  top: 60%;
  transform: translateY(-50%);
  cursor: pointer;
}

.eye-icon i {
  font-size: 18px;
  color: #999;
}

@media (max-width: 988px){
  .left-section{
    display: none;
  }
  .wrapper{
    overflow: hidden;
    background: #fff;
    padding: 10px;
    
  }
}

@media (max-width: 768px){
  .slide-controls .slide {
    font-size: 12px;
  }
  label {
    
    font-size: 12px; /* Adjust the font size as needed */
}
::-webkit-input-placeholder{
  font-size: 12px;
}

}