/*
uamLoginForm.css

The file for the login form style.
Modify this file to change the style of the login form.
*/

.uam_login_link {

}

.uam_login_form {
	position:relative;
	width: 40%;
	float: left;
/*	background: #4688BE;*/
	padding: 5%;
}

.uam_login_form .input {
	display:block;
width: 90%;
padding: 4%;
margin: 5px 0 10px;
}

.uam_login_form .input_label {
	display:block;
}

.uam_login_form .checkbox {

}

.uam_login_form .checkbox_label {
	left:50px;
	position:absolute;
}

.uam_login_form .button {
	display:block;
	display: block;
width: 100%;
height: 40px;
float: left;
background: darkGreen;
color: white;
font-size: 1.5em;
margin-top: 10px;
}



.uam_login_options:before {
	display: block;
	content: 'OR';
	margin-bottom: 78px;
}


.uam_login_options {
width: 39%;
float: left;
padding: 5% 7% 0% 4%;
font-size: 1.6em;
text-align: center;
margin-top: 20px;
}

.uam_login_options a {
display: block;
padding: 10px;
background: #006400;
text-align: center;
border-radius: 5px;
margin-bottom: 10px;
width: 100%;
color: #fff;
}