
@media only screen and (max-width: 768px) {
    div#navbarTogglerDemo01 {
    position: absolute;
    top: 56px;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 13px 3px;
    border-radius: 20px;
    box-shadow: 1px 3px 10px #0000000f; z-index: 99;
} 
 
    .auth-wrapper .auth-content {
        width: 99vw;
    }
 .progress-box-container {
    margin: 0 !important;
     
}
    .auth-wrapper .auth-content .card {
        min-height: auto !important;
       
        padding: 35px 0 !important;
    }
	.auth-wrapper .auth-content .card .card-body {
    padding: 0 !important;
}
}