
html {
    font-family: Arial;
}

h1 {
    color: black;
    margin-top: 1em;
}
    h1 a {
        text-decoration:none;
        color:black;
    }
    h1 a:hover {
        text-decoration:underline;
    }

#ForgotPassword h2 {
    color: rgb(7, 93, 228);
	font-weight: bold;
    margin-top: 0;
}

input#Email {
    margin-top:0.5em;
    font-size: 1.2em;
    width: 100%;
}
#ForgotPassword div.required {
    margin-bottom:0;
}

#LoginFields div.submit input {
	width:25%;
	font: 1em Arial;
	margin-bottom: 0;
	min-width:100px;
	min-height:30px;
	margin-left:1em;
}
#LoginFields div.submit input.submit {
	width:25%;
	margin-left:8px;
}
#LoginFields #backToLogin {
	clear:left;
}
#LoginFields #backToLogin.emailSubmitted {
	width:50%;
	min-width:150px;
}

div.submit {
	min-height:75px;
}

span.submitStatus {
    font-size: 16px;
    padding-top:7px;
}

.statusSuccess {
    color: #6FC400;
}
.statusFail {
    color:red;
}

.rightSide {
    float:right;
    margin-top:0.5em;
}

#ajaxLoader {
    background: url(/images/AjaxLoader2.gif);
    background-size:contain;
    width:31px;
    height:31px;
}