.login-bg{
    background: #d0f0ef !important;
}
.login-sectionDiv{
background: white !important;

}
.register-heading{
    color: white;
}
.content-bg-div{
    padding: 25px;
     background: #12908D;
       border-radius: 15px !important;
    }
.login-content{
   
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
 
}
.form-label{
    color: white;
    font-size: 12px ;

}
.user-registerBtn{
    color: white !important;
}
.customField{
    border-radius: 5px !important;
    border: 1px solid #adefed;
    padding-right: 40px;
}
@media (max-width:1024px) {
    .login-content{
        width: 90%;
    }
}
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--background-color);
    display: none; /* Hide the loader initially */
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ffffff;
    border-color: #12908D  transparent #12908D transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width:768px) {
    #registerLeftDiv{
        display: none;
    }
    #loginLeftID{
        display: none;
    }
    #loginRightMobileID{
        padding: 0px !important;
    }
    #registerRightID{
        padding: 0px !important;
    }
    .login-content{
        width: 60%;
    }
}
@media (max-width:767px) {
  
    .login-content{
        width: 100% !important;
    }
}
.login-left-image{
    width: 100%;
}
.login-Image{
    width: 90%;
    margin: 0 auto;
}