@charset "utf-8";

#mb_login {
	position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
	width: 100%;
	max-width: 420px;
}
#mb_login h1 img {max-width: 180px;}

.mb_login_fbox {
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}
.mb_login_fbox h4 {text-align: center; font-size: 16px; margin-bottom: 15px;}

.mb_login_fmore {display: flex;}
.mb_login_fmore a {width: 100%; text-align: center; padding: 10px 0; color: #fff;}
.mb_login_fmore a:first-child {background: #4b3c9f;}
.mb_login_fmore a:last-child {background: #9f9f9f;}

.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;
	}
}
