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

body {
    width: 100%;
    overflow-x: hidden;
}
img{
    user-select: none;
    -webkit-user-drag: none;
}
.cust-container {
    padding: 0 3%;
}
.btn-primary{
    margin-bottom: 30px;
}
.card-text{
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
}
.bg-grey {
    background-color:transparent;
    ;
}

.bg-violet {
    background-color: #3D004C;
}

.var-height {
    height: 100vh;
}
.cust-navbar{
    background-color:#3D004C ;
    color: #fff;
    padding: 15px 3%;
}
.nav-logo{
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
}
.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;
}

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