body {background: #FFF;}
.logo-top {
	max-width: 300px;
}
.TermsBox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	min-height: 240px;
	max-height: 360px;
	overflow-y: auto;
	border: 1px solid #007A9A;
	font-size: 15px;
}
.red {color: #f00; font-size: 18px; line-height: 12px; font-weight: 800;}

.reg-Form {
	padding: 10px;
	padding-left: 30px; padding-right: 30px;
	border: 1px solid #007A9A;
	border-radius: 15px; 
}
.reg-Form .form-control{
	color: #007A9A;
}
/*webkit瀏覽器專用*/
.reg-Form .form-control::-webkit-input-placeholder { color: #b0b0b0; font-size: .9rem; font-weight: 100;}
/*Firefox 4-18瀏覽器專用*/
.reg-Form .form-control::-moz-placeholder { color: #a0a0a0; font-size: .9rem; font-weight: 100;}
/*Firefox 19+瀏覽器專用*/
.reg-Form .form-control::-moz-placeholder{color: #a0a0a0; font-size: .9rem; font-weight: 100;}
/*IE10瀏覽器專用*/
.reg-Form .form-control:-ms-input-placeholder{color: #a0a0a0; font-size: .9rem; font-weight: 100;}

.reg-Form .form-horizontal .form-group {
    margin-left: 0;
}
.reg-Form .form-check-inline {
	padding-left: 15px;
	margin-right: 0;
}
@media (min-width: 576px) {
	.reg-Form .col-form-label {
		text-align: right;
		padding-right: 0;
	}
}
.fs-16 {font-size: 16px;}
/*
    margin-right: 0;
#LoginBox {
	background-color: #fff;
	border: 1px solid #2a5dab; border-radius: 20px;
	color: #404958;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
form {
	margin-top: 35px;
}

*/