﻿/*@media only screen and (max-width: 600px){
    body .login-box{width: 95% !important;}
    .login-page{min-height: unset !important;}
}*/

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

.login-box{
    width:100%
}

element.style {
    background-color: rgb(255, 255, 255);
    min-height: 0px !important;
}
body {
    margin-bottom: 0px !important;
}
.login-page {
    overflow: auto;

}

.d-flex {
    margin-bottom: 0px !important;
    
}

/*.center-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}*/
@media (max-width: 600px) {
    .h-custom {
        height: 100%;
    }
}
