.TermsBox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	min-height: 240px;
	max-height: 360px;
	overflow-y: auto;
	border: 1px solid #2a5dab;
	font-size: 15px;
}
.red {color: #f00; font-size: 18px; line-height: 12px; font-weight: 800;}

.reg-Form {
	padding: 10px;
	border: 1px solid #2a5dab;
	border-radius: 15px; 
}
.reg-Form .form-horizontal .form-group {
    margin-left: 0;
}
/*
    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;
}

*/