/*!/wp-content/themes/cwof-fans-microsite/login/login-styles.css*/@charset "utf-8";
/* CSS Document */



/* FANCY UI FIX */
.login h1 a {
    background-color: transparent !important;
    border-radius: 0 !important
}
#loginform, .login #login_error, .login .message {
    background: #ffffff !important;
    color: #010101 !important;
}

#login {
width: 320px;
padding: 100px 0 0;
margin: auto;
}

body.login {
background:#ffffff url(/wp-content/themes/cwof-fans-microsite/login/../login/login-bg.jpg) no-repeat center top;
width:100%;
height:100%;
overflow:hidden;
background-size: cover;
}

.login h1 a {
background-image: url(/wp-content/themes/cwof-fans-microsite/login/../login/login-logo.png);
background-size: 320px 110px;
width: 320px;
height: 110px;
}

.login form {
margin-left: auto;
margin-right: auto;
padding: 30px;
border: 1px solid rgba(0,0,0,.2);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: rgba(255,255,255,1);
-moz-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, .08);
-webkit-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, .08);
box-shadow: 0 4px 12px 0px rgba(0, 0, 0, .08);
overflow: hidden;
}

.login form input {
width: 120px;
height: 48px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
display: block;
}

.login form input:focus,
.login form textarea:focus {
background-color: rgba(20,20,20,0.05);
border-color: #E4002B;
border-width: 2px;
-moz-box-shadow: inset 0 0 5px 1px rgba(98,98,98,.2);
-webkit-box-shadow: inset 0 0 5px 1px rgba(98,98,98,.2);
box-shadow: inset 0 0 5px 1px rgba(98,98,98,.2);
overflow: hidden;
}

.login label {
color: #413F40;
line-height: 26px;
font-weight: 300;
font-family: 'Nunito Sans', sans-serif;
}

.login form .input,
.login input[type="text"] {
  color: #626365;
  padding: 8px 14px;
  font-size: 18px;
}

.login form .forgetmenot {
	padding-top: 5px;
}

.login form .forgetmenot label {
	padding-left: 4px;
}

input#rememberme {
    height: 16px;
    width: 16px;
    margin-top: 2px;
    float: left;
}

input.button-primary {
width: 138px;
height: 44px;
-moz-border-radius: 1px !important;
-webkit-border-radius: 1px !important;
border-radius: 1px !important;
float:right;
border: 1px solid #E4002B !important;
background: #E4002B !important;
background: -webkit-gradient(linear, left top, left bottom, from(#E4002B), to(#E4002B)) !important;
background: -webkit-linear-gradient(top, #E4002B, #E4002B) !important;
background: -moz-linear-gradient(top, #E4002B, #E4002B) !important;
background: -ms-linear-gradient(top, #E4002B, #E4002B) !important;
background: -o-linear-gradient(top, #E4002B, #E4002B) !important;
background-image: -ms-linear-gradient(top, #E4002B 0%, #E4002B 100%) !important;
padding: 10.5px 21px;
box-shadow: none !important;
text-shadow: none !important;
color: #ffffff !important;
}

input.button-primary:hover {
margin-top:1px;
text-shadow: none;
border: 1px solid #E4002B !important;
background: #E4002B !important;
background: -webkit-gradient(linear, left top, left bottom, from(#E4002B), to(#E4002B)) !important;
background: -webkit-linear-gradient(top, #E4002B, #E4002B) !important;
background: -moz-linear-gradient(top, #E4002B, #E4002B) !important;
background: -ms-linear-gradient(top, #E4002B, #E4002B) !important;
background: -o-linear-gradient(top, #E4002B, #E4002B) !important;
background-image: -ms-linear-gradient(top, #E4002B 0%, #E4002B 100%) !important;
color: #fff !important;
}

input.button-primary:active {
margin-top:1px;
text-shadow: none;
border: 1px solid #E4002B !important;
background: #E4002B !important;
background: -webkit-gradient(linear, left top, left bottom, from(#E4002B), to(#E4002B)) !important;
background: -webkit-linear-gradient(top, #E4002B, #E4002B) !important;
background: -moz-linear-gradient(top, #E4002B, #E4002B) !important;
background: -ms-linear-gradient(top, #E4002B, #E4002B) !important;
background: -o-linear-gradient(top, #E4002B, #E4002B) !important;
background-image: -ms-linear-gradient(top, #E4002B 0%, #E4002B 100%) !important;
color: #fff;
}


.login #nav a,
.login #backtoblog a {
font-family: 'Nunito Sans', sans-serif;
color: #E4002B !important;
font-size: 13px;
}

.login #nav a:hover,
.login #backtoblog a:hover {
font-family: 'Nunito Sans', sans-serif;
color: #E4002B !important;
font-size: 13px;
}

div.updated,
.login .message {
background-color: #f8d7da;
border-color: #721c24;
font-family: 'Nunito Sans', sans-serif;
font-size: 15px;
font-weight: normal;
}