@charset "UTF-8";
/* CSS Document */
@media (min-width: 1024px){
.auth-layout-wrap .auth-content {
    min-width: 460px !important; 
}
}
.auth-layout-wrap .auth-content {
    max-width: 460px !important;
    margin: auto;
}
