.login-title .p1 {
    
font-weight: 700;
color: #333;
font-size: 39px;
text-shadow: 1px 0px #000;
}

.login-title .p2 {
    
font-size: 20px;
margin-bottom: 40px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #505050;

}


@media (max-width: 768px) {
    .login-body-bg{

        min-height: 260px;
        }
}

.overlybg {

    display: block;
    width: 100%;
    height: 100%;
    background: rgb(117 56 0 / 55%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}



.z-99{
    z-index: 99;
}

