
/* login page */
.app_login_form {
	margin-top: 2em;
}

.form_button, .policy_form, .forgetPasswordLink, .liveleanMsg{
	margin: 2em;
	text-align: center;
}
.policy_detail{
	margin-bottom: 0.5em;
	text-align: left;
}

.section_title{	
	margin-bottom: 5%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.form_bt_clear{
 text-align: right;
}

.form_bt_submit{
 text-align: left;
}

label {
	font-weight: bold;	
}

.login_link{
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;	
	font-size: 1.5em;
}
a.login_link:link,
a.login_link:visited,
a.login_link:active { color: #e5e0d3; text-decoration: none; }
a.login_link:hover { color: #e5e0d3; text-decoration: underline; }

