body,
* {
    font-family: 'Poppins', sans-serif;
}

.main .row {
    --bs-gutter-x: 0 !important;
}
.login-form-user .row{
    --bs-gutter-x: 1rem !important;
    height: unset !important;
}

.main {
    width: 100%;
    height: 100vh;
}

.login-form-section{
    background-color: rgba(249, 249, 251, 1);
    position: relative;
    height: 100vh;
}

.slideshow {
    list-style-type: none;
    height: 100%;
    position: relative;
  }
 
  .slideshow {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: image 30s infinite alternate;
  }
  
  @keyframes image {
    0% {
      background-image: url('https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8OHx8Y2FyJTIwcmVudGFsfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=800&q=60');
    }
    20% {
      background-image: url('https://images.unsplash.com/photo-1592637290945-0f550f0d6b9b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTZ8fGNhciUyMHJlbnRhbHxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=800&q=60');
    }
    40% {
        background-image: url('https://images.unsplash.com/photo-1573451444472-7b0b275ab824?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTh8fGNhciUyMHJlbnRhbHxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=800&q=60');
      }
      60% {
        background-image: url('https://images.unsplash.com/photo-1592637290945-0f550f0d6b9b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTZ8fGNhciUyMHJlbnRhbHxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=800&q=60');
      }
      80% {
        background-image: url('https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8OHx8Y2FyJTIwcmVudGFsfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=800&q=60');
      }
      100% {
        background-image: url('https://images.unsplash.com/photo-1592637290945-0f550f0d6b9b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTZ8fGNhciUyMHJlbnRhbHxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=800&q=60');
      }
  }

  .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 52,.7);
  }
  .selectpicker:focus,.selectpicker:active{
    box-shadow: none !important;
  }
  .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
  }
  .btn-light:focus,.btn:focus{
    box-shadow: none !important;;
  }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 55px !important;
}
.btn-light {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 5px !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1b1b5c !important;
}
.dropdown-toggle::after {
    content: "";
  position: absolute;
  width: 10px;
  top: 10px;
  right: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(225deg);
  border-bottom: none !important;
  border-right: none !important;
}
.slideshow h1{
    font-size: 60px;
    letter-spacing: 2px;
    font-weight: 700;
}



.main {
    width: 100%;
    height: 100vh;
}

.main .row,
.signup-section {
    height: 100vh;
}

.signup-section {
    width: 80%;
    margin: auto;
}


p {
    margin: 0;
}




.text-heading {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.125rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.btn-continue {
    border-color: #1b1b5c;
    --tw-bg-opacity: 1;
    background-color: #1b1b5c;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    --tw-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.btn-continue:hover {
    border-color: #ee552f;
    background-color: #ee552f;
    color: rgba(255, 255, 255, 1) !important;
}

.signup-second-section {
    position: relative;
    height: 100vh;
    background-color: rgba(249, 249, 251, 1);
}


/*Signup for user*/

.login-form-section {

    height: 100%;
}



.login-form-section h3 {
    font-weight: 600;
}

.login-form-section p,.login-form-section span,.login-form-section a,.login-form label{
    font-size: 14px;
}

.login-form-user .form-control {
    border: none !important;
    font-size: 14px !important;
}

.login-form-user .form-control:focus {
    box-shadow: none !important;
}

.login-form-user .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #8692A6;
}

.login-form-user label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;

    color: #000000;
}

.login-form {
    width: 80%;
    margin: auto;
}

.login-form-section .input {
    background-color: #fff;
    /* border: 1px solid #8692A6 !important; */
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.3);
    border-radius: 6px !important;
}

.input-active {
    border: 1px solid #1b1b5c !important;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11) !important;
}

img {
    object-fit: cover;
}


.login-form-user .checkbox-symbol {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

.login-form-user .checkbox-input {
    position: absolute;
    visibility: hidden;
}

.login-form-user .checkbox {
    user-select: none;
    cursor: pointer;
    padding: 6px 0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}

.login-form-user .checkbox:not(:last-child) {
    margin-right: 6px;
}


.login-form-user .checkbox span {
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.login-form-user .checkbox span:first-child {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.3s ease;
}

.login-form-user .checkbox span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 14px;
    stroke-dashoffset: 14px;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
}

.login-form-user .checkbox span:last-child {
    padding-left: 8px;
    line-height: 18px;
    font-size: 14px;
}

.login-form-user .checkbox:hover span:first-child {
    border-color: #1b1b5c;
}

.login-form-user .checkbox-input:checked+.checkbox span:first-child {
    background: #1b1b5c;
    border-color: #1b1b5c;
    animation: zoom-in-out 0.3s ease;
}

.login-form-user .checkbox-input:checked+.checkbox span:first-child svg {
    stroke-dashoffset: 0;
}

.login-form-user .checkbox-input2 {
    position: absolute;
    visibility: hidden;
}

.login-form-user .checkbox2 {
    user-select: none;
    cursor: pointer;
    padding: 6px 0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}

.login-form-user .checkbox2:not(:last-child) {
    margin-right: 6px;
}


.login-form-user .checkbox2 span {
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.login-form-user .checkbox2 span:first-child {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.3s ease;
}

.login-form-user .checkbox2 span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 14px;
    stroke-dashoffset: 14px;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
}

.login-form-user .checkbox2 span:last-child {
    padding-left: 8px;
    line-height: 18px;
    font-size: 14px;
}

.login-form-user .checkbox2:hover span:first-child {
    border-color: #1b1b5c;
}

.login-form-user .checkbox-input2:checked+.checkbox2 span:first-child {
    background: #1b1b5c;
    border-color: #1b1b5c;
    animation: zoom-in-out 0.3s ease;
}

.login-form-user .checkbox-input2:checked+.checkbox2 span:first-child svg {
    stroke-dashoffset: 0;
}

@keyframes zoom-in-out {
    50% {
        transform: scale(0.9);
    }
}





img {
    object-fit: cover;
}



.form-control:hover{
    cursor: default;
}
.icon:hover{
    cursor: pointer;
}
.register-choice a{
    font-weight: 500;
}
.line::before, .line:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #DEDEDE;
    margin: auto;
}
.line:before {
    margin-right: 10px;
}
.line:after {
    margin-left: 10px;
}
.social-icon span{
    font-weight: 500;
}
.social-icon{
    background: #FFFFFF;
border: 1px solid #DEDEDE;
border-radius: 5px;
}
@media(max-width:991px){
    .overlay{
        position:static !important;

    }
    h1{
        font-size: 35px !important;
    }
}