/* rebot*/
ol, ul {
    padding-left: 1rem;
}

/* lg */

#page{
	outline: dotted black 1px;
	height: 100%;
}

#common-login-page .box-form{
    width: 320px;
    margin: 0 auto;
    padding: 15px;
    /* margin-top: 50%; */
    /* transform: translate(0px, 25%); */
}

#page #bg_header{
	background-color: #eee;
	outline: dotted black 1px;
}

#page #bg_header #header{
	padding: 0px;
	min-height: 60px;
	background-color: #fff;
	outline: dotted black 1px;
}

#page #bg_content{
	background-color: #fff;
	outline: dotted black 1px;
	padding: 0px;
}

#page #bg_content #content{
	padding: 0px;
}

#page #bg_footer{
	background-color: #eee;
	outline: dotted black 1px;
}

#page #bg_footer #footer{
	padding: 15px;
	min-height: 100px;
	background-color: #fff;
	outline: dotted black 1px;
}

/* 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){ }