@charset "utf-8";

.register .list-group-item {padding-left:0;	padding-right:0; border-left:0;	border-right:0;}
@media all and (max-width:575px) {
	.register .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
}

.login_box {position: absolute; display: flex; width: 100%; height: 100%; align-items : center; justify-content : center;margin-top:-50px;}
.form-box { 
	margin: 0px 0px 15px;
    padding: 15px 15px;
	transition:0.3s linear; 
	border-image: none; 
	overflow: hidden; 
	position: relative; 
	cursor: default; 
	-webkit-transition: all 0.3s linear;
	background: rgb(252, 252, 252); 
	border-top:4px solid rgb(231, 231, 231);
    border-left:1px solid rgb(231, 231, 231);
    border-right:1px solid rgb(231, 231, 231);
	border-bottom:1px solid rgb(231, 231, 231);
}
.form-box::before { display: table; content: ""; }
.form-box::after {display: table; content: "";}
.form-box::after { clear: both;}
.clearfix {text-align: center; margin: 6px 15px !important;}
.clearfix a {margin: 0 15px;}
.logo_box {text-align: center; margin: 30px auto;}
.logo_box a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; }
.logo_box a:hover { color:#000; }
.logo_box img { max-width:100%; max-height:60px; }