.login{
    background-color: #ffffff;
    background-image: url('../images/login-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Muli', sans-serif;
    height: auto;
}
.login.login-action-checkemail p.message{
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
}
.login #login {
	background-color: #ffffff;
	padding: 55px 70px 0;
	max-width: 500px;
	margin: 64px auto 0;
	text-align: center;
	width: 90%;
	box-sizing: border-box;
	overflow: hidden;
}
.login #login #login_error{
    border: 0 !important;
    background-color: #dc3232 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    padding: 12px !important;
}
.login #login #login_error a {    
    color: #ffffff !important;
}
.login #login .message{
    border: 0 !important;
    box-shadow: none !important;
}
.login #login .message.register {
	background-color: transparent !important;
	color: #005596 !important;
	font-size: 2em;
}
.login #login #login_error + form{
    padding-top: 20px;
}
.login #login h1{
    text-align: center;
}
.login #login h1 a{
    max-width: 344px;
}
.login #login h2{
    color: #4a5c65;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.25;
    font-size: 23px;
    margin: 0 0 1.5em;
}
.login #login #registerform,
.login #login #lostpasswordform,
.login #login #loginform{
    padding: 0;
    margin: 0;
    box-shadow: none !important;
}
.login #login #registerform p:not(.reg_passmail),
.login #login #registerform p:not(.submit),
.login #login #lostpasswordform p:first-child,
.login #login #loginform p:first-child,
.login #login #loginform .user-pass-wrap{
    margin-bottom: 28px;
    text-align: left;
    posistion: relative;
    z-index: 1;
}
#login .acf-field .acf-label,
#login .acf-field .acf-label label,
.login #login #registerform p label,
.login #login #lostpasswordform p:first-child label,
.login #login #loginform p:first-child label,
.login #login #loginform .user-pass-wrap label{
    color: #4a5c65;
    font-weight: 400;
    font-size: 13px;
    background-color: #fff;
    position: absolute;
    margin-top: -0.9em;
    display: inline-block;
    padding: 0.4em 0.7em;
    margin-left: 0.9em;
    line-height: 1;
    margin-bottom: 0;
    z-index: 2;
}
#login .acf-field .acf-label {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
#login .acf-field .acf-label label {
	left: 0;
	margin-top: -1.2em;
}
#login .acf-field.acf-field-true-false .acf-label label {
	display: none;
}
#login .acf-field input[type="text"],
#login input[type="password"],
#login input[type="text"],
.login #login #registerform p .input[type="text"],
.login #login #registerform p .input[type="email"],
.login #login #lostpasswordform p:first-child .input,
.login #login #loginform .input{
	color: #4a5c65;
	font-weight: 700;
	letter-spacing: 0;
	border: 1px solid #4a5c65;
	border-radius: 6px;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	display: block;
	width: 100%;
	font-size: 16px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: none;
}
.login #login .button.wp-hide-pw{
    transform: translate(0,-50%);
    top: 50%;
    color: #005596;
}
.login #login #loginform .forgetmenot{
    text-align: left;
    margin-bottom: 28px;
    float: none;
}
.login #login #loginform .forgetmenot input{
    display: none;
}
.login #login #loginform .forgetmenot label{
    vertical-align: middle;
    color: #4a5c65;
    font-weight: 400;
    line-height: 1;
    font-size: 17px;
    cursor: pointer;
}
.login #login #loginform .forgetmenot label:before{
    width: 22px;
    height: 22px;
    background-image: url('../images/checkbox.png');
    background-repeat: no-repeat;
    background-position: center top;
    content: '';
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
    background-size: 100% auto;
}
.login #login #loginform .forgetmenot input:checked + label:before{
    background-position: center bottom;
}
.login #login #registerform #reg_passmail{
    text-align: center;
    font-weight: 700;
}
.login #login #registerform .submit .button,
.login #login #lostpasswordform .button,
.login #login #loginform .submit .button{
    background-color: #005596;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    font-size: 18px;
    border-radius: 6px;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    margin: 0;
    color: #ffffff;
    border: 1px solid transparent;
    transition: all 0.4s;
    text-align: center;
}
.login #login #registerform .submit .button:hover,
.login #login #registerform .submit .button:focus,
.login #login #lostpasswordform .button:hover,
.login #login #lostpasswordform .button:focus,
.login #login #loginform .submit .button:hover,
.login #login #loginform .submit .button:focus{
    color: #ffffff;
    background-color: #0f223b;
}
.login #login #nav{
    margin-top: 10px;
    padding-bottom: 35px;
    border-bottom: 2px solid rgba(0,0,0,0.15);
}
.login #login #nav a{
    color: #005596;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}
.login #login #nav a:hover{
    text-decoration: underline;
}
.login .loginFooter{
    width: 90%;
    background-color: #ffffff;
    padding: 40px 70px 50px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.login .loginFooter .parentSite,
.login .loginFooter .privacy{
    color: #4a5c65;
    margin-bottom: 0;
}
.login .loginFooter .parentSite{
    font-size: 14px;
    text-transform: uppercase;
}
.login .loginFooter .socLinks{
    margin-top: 10px;
}
.login .loginFooter .socLinks a{
    font-size: 30px;
    color: #005596;
    display: inline-block;
    margin: 0 5px;
}
.login .loginFooter .socLinks a:hover{
    color: #0f223b;
}
.login .loginFooter .privacy{
    font-size: 13px;
    margin-top: 24px;
    font-weight: 300;
}
.login .loginFooter a{
    color: #005596;
    text-decoration: none;
}
.login .loginFooter a:hover{
    text-decoration: underline;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Reset Password Form */

#resetpassform {
	box-shadow: none;
	border: none;
}

.login #pass-strength-result {
	position: absolute;
}

.description.indicator-hint {
	margin-top: 1em;
}