form.ajax-auth{
    display: none;
    z-index: 999;
	position: fixed;
    top: 150px;
	left: 0;
	right: 0;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
    padding: 75px 100px;
	background-color: #002C59;
    border-radius: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);   
    color: #fff;
}

.ajax-auth h1, .ajax-auth h3{
    font-weight: 100;
    color: #333333;    
	line-height: 1;    
}

.ajax-auth h1{
    text-align: center;
    margin: 0 0 20px 0;
}

.ajax-auth h2{
    color: #C09940;
    font-size: 1.7em;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    border-top: 2px solid #C09940;
    border-bottom: 2px solid #C09940;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10%;
}

.ajax-auth h3{
    text-align: left;
    margin: 0;
}

.ajax-auth h3 a{
	color: #e25c4c;
}

.ajax-auth hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    height: 1px;
    margin: 20px 0;
}

.ajax-auth label { display: none; }

.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2,
.ajax-auth input#user_login{
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #002C59;
    padding: 10px 10px 10px 13px;
    width: 100%;
    margin: 0 0 16px 0;
    background-color: #fff;
}

.ajax-auth input#username:focus,
.ajax-auth input#password:focus,
.ajax-auth input#signonname:focus,
.ajax-auth input#email:focus,
.ajax-auth input#signonpassword:focus,
.ajax-auth input#password2:focus,
.ajax-auth input#user_login:focus{
    background-color: #FFF;
}
.ajax-auth input::-webkit-input-placeholder { color:#003A5D; opacity: 1; }
.ajax-auth input::-moz-placeholder { color:#003A5D; opacity: 1; }
.ajax-auth input::-ms-placeholder { color:#003A5D; opacity: 1; }
.ajax-auth input::placeholder { color:#003A5D; opacity: 1; }

.ajax-auth label.error{
	display: none !important;
}

.ajax-auth input.error{
	border: 1px solid #FF0000 !important;
}

.ajax-auth .buttons {
    text-align: center; 
}

.ajax-auth input.submit_button{
    color: #FFF;
    border: 1px solid #C09940;
    background-color: #C09940;
    border-radius: 0;
    padding: 9px 31px 9px 31px;
    text-transform: uppercase;
    margin: 0 5px;
    width: 30%;
}

.ajax-auth input.reset_button{
    color: #FFF;
    border: 1px solid #C09940;
    background-color: #C09940;
    border-radius: 0;
    padding: 9px 31px 9px 31px;
    text-transform: uppercase;
    margin: 0 5px;
    width: 30%;
}

.ajax-auth .footer {
    border-top: 2px solid #C09940;
    margin-top: 30px;
    padding: 30px 0;
    font-weight: 500;
}

.ajax-auth .footer p:first-child {
    float: left;
    margin: 0;
}

.ajax-auth .footer p:last-child {
    float: right; 
    margin: 0;
}

.ajax-auth a{
    text-decoration: none;
}

.ajax-auth a.close{
    color: #C09940;
    position: absolute;
    right: 15px;
    top: 15px;
    text-shadow: none;
    opacity: 1;
}

.ajax-auth a.text-link{
    float: left;
    margin: 0;
}

.ajax-auth p.status{
    text-align: center;
    margin: -15px 0 20px 0;
	font-weight: 600;
    display: none;
}

a.login_button{
    padding: 5px 7px 5px 7px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    color: #333;
    text-decoration: none;
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #707070;
    opacity: 0.75;
    position: fixed;
    z-index: 998;
}