body{
    overflow-x: hidden;
    width: 100vw;
}
html{
    overflow-x: hidden;
    width: 100vw;
}
.enquiries_bg{
    background: linear-gradient(90deg, rgba(148,233,221,0.6110819327731092) 6%, rgba(238,174,238,0.165703781512605) 72%);
}
.col-sm-12{
    padding: 0 !important;
}
.login_card{
    padding: 2rem;
    margin-bottom: 5rem;
    width: 400px !important;
    border-radius: 20px;
    background: #ffff;
}
.log-container{
    background-image: url(/assets/log-bg-d894934a9b85b30c7e05c2d11a3182db4fa2ff16767d61131a50f0120a10ac7a.png);
    height: 78vh;
}
.Card_heading{
    font-family: fangsong;
}
label{
    font-size: 16px;
    font-weight: 600;
}
input{
    height: 40px;
    width: 350px;
    border-radius: 5px;
    outline: none;
    
}
input[type=checkbox]{
    height: auto;
    width: auto;
}
.enq_btn{
    font-size: 24px !important;
    font-weight: 700 !important;

}
.scroll-div{
    overflow-x: auto;
}
.content{
    margin-bottom: 5rem;
}
@media (min-width:1920px){
    .content{
        margin-bottom: 7.5rem;
    } 
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: black
   
}
