.loginsignup-page {
    background-image: url(../../assets/images/login-signup-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}    
@media (max-width: 991.98px) {
    .loginsignup-page {
        /* background-size: auto; */
    }
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.logo{
    @media (max-width: 575.98px) {
        img{
            width: 62px;
        }
        
    }
}
.shadow-md {
    -webkit-box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%) !important;
    box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%) !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    @media (max-width: 575.98px) {
        margin-bottom: 5px;
        font-size: 1rem;
    }
}
.form-control:not(.form-control-sm) {
    padding: .810rem .96rem;
    font-size: 0.875rem;
    border: 1px solid #0086A6;
    height: inherit;
}
.form-group label{
    font-size: 0.875rem;   
}
.form-group .custom-control {
    position: relative;
    z-index: 1;
    font-size: 0.875rem;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.custom-checkbox .custom-control-label{
    font-size: 0.875rem;
}
@media (max-width: 575.98px) {
    .custom-checkbox .custom-control-label{
        font-size: 0.875rem;
    }
    .btn-link{
        font-size: 0.875rem;
    }
}


.text-primary, .btn-link {
    color: #0086A6 !important;
}
.btn:not(.btn-link) {
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
}
.btn {
    padding: 0.8rem 2.6rem;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.form_btn{
    color: #fff !important;
    padding: 0.8rem 2.6rem !important;
    background-image: linear-gradient(270deg, #52C0DA 0%, #42A5BC 100%);
}
.form_btn:hover{
    background-image: linear-gradient(270deg, #42A5BC 0%, #32899E 100%);
}





