html {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow-x: hidden;
    background-color: #e5e5e5;
}

img{
    user-select: none;
    -webkit-user-drag: none;
}
.custom-container {
    padding: 0 5%;
}

.card-text{
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
}



.cust-navbar{
    background-color:#154E7C ;
    color: #fff;
    padding: 15px 3%;
}
.nav-logo{
    height: 60px;
}
.nav-head{
    color: #fff;
    margin-left: 10px;
    font-weight: 800;
    font-size:25px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.login-box{
    background-color: #fff;
    border-radius: 50px;
    padding: 50px 30px;

}
.login-head1{
    color: #000;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
}

.head-text-black{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
@media screen and (max-width: 576px) {
   
    .nav-logo{
        height: 45px;
    }
    .nav-head{
        font-size: 18px;
    }
}