/* Insert Your Custom CSS Here */
.d-flex{
    display: flex;
}

.justify-content-around{
    justify-content: space-around;
}

.justify-content-center{
    justify-content: center;
}

.p-2{
    padding: 2px;
}

.p-3{
    padding: 3px;
}

.p-4{
    padding: 4px;
}

.p-5{
    padding: 5px;
}

@media only screen and (max-width: 600px) {
    .login-layout .vd_register-page{
        height: 300vh;
    }
}

.custome-d{
    width: 75% !important; 
    height: 118vh !important; 
    padding: 4px 8px !important;
}

@media only screen and (max-width: 600px) {
    .custome-d{
        width: 80% !important; 
        height: 165vh !important; 
    }
}

@media only screen and (max-width: 410px) {
    .custome-d{
        width: 80% !important; 
        height: 230vh !important; 
    }
}