@IMPORT url("common-header.css");
@IMPORT url("common-footer.css");

/* lg */
#common-login-page .box-form{
    width: 320px;
    margin: 0 auto;
    padding: 15px;
    /* margin-top: 50%; */
    /* transform: translate(0px, 25%); */
}
 
/* md */
@media screen and (max-width: 1200px){ }

/* sm */
@media screen and (max-width: 992px){ }

/* xs */
@media screen and (max-width: 768px){ }

/* xxs */
@media screen and (max-width: 500px){ }
