@charset "utf-8";
/* CSS Document */

/* LOGO LOGIN */
body.login {
background: #0063E5 url('../login/login-background.png') no-repeat fixed center;
}

.login h1 a {
background-image: url('../login/Logo-Login.png');
background-size: 320px 84px;
width: 320px;
height: 84px;
}

<span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size: 13px;line-height: 19px"> </span>

#login {
padding: 30px 0 0;
}


/*------------------------------------*/
.login form {
margin-left: auto;
margin-right: auto;
padding: 30px;
border: 1px solid rgba(0,0,0,.2);

-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
overflow: hidden;
border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: block;
}
 
.login form input:focus,
.login form textarea:focus {
background-color: rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
-webkit-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
overflow: hidden;
}

.login label {
color: #fff;
line-height: 26px;
}

.login form .input,
.login input[type="text"] {
color: #8c8a8a;
background: #8ABFFF !important;
}

input.button-primary {
width: 138px;
height: 44px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
float:right;
border: 1px solid #3d5a5a;
background: #416b68;
background: -webkit-gradient(linear, left top, left bottom, from(#6da5a3), to(#416b68));
background: -webkit-linear-gradient(top, #6da5a3, #416b68);
background: -moz-linear-gradient(top, #6da5a3, #416b68);
background: -ms-linear-gradient(top, #6da5a3, #416b68);
background: -o-linear-gradient(top, #6da5a3, #416b68);
background-image: -ms-linear-gradient(top, #6da5a3 0%, #416b68 100%);
padding: 10.5px 21px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
-moz-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
text-shadow: #333333 0 1px 0;
color: #e1e1e1;
}

input.button-primary:hover {
border: 1px solid #3d5a5a;
text-shadow: #333333 0 1px 0;
background: #416b68;
background: -webkit-gradient(linear, left top, left bottom, from(#77b2b0), to(#416b68));
background: -webkit-linear-gradient(top, #77b2b0, #416b68);
background: -moz-linear-gradient(top, #77b2b0, #416b68);
background: -ms-linear-gradient(top, #77b2b0, #416b68);
background: -o-linear-gradient(top, #77b2b0, #416b68);
background-image: -ms-linear-gradient(top, #77b2b0 0%, #416b68 100%);
color: #fff;
}

input.button-primary:active {
margin-top:1px;
text-shadow: #333333 0 -1px 0;
border: 1px solid #3d5a5a;
background: #6da5a3;
background: -webkit-gradient(linear, left top, left bottom, from(#416b68), to(#416b68));
background: -webkit-linear-gradient(top, #416b68, #609391);
background: -moz-linear-gradient(top, #416b68, #6da5a3);
background: -ms-linear-gradient(top, #416b68, #6da5a3);
background: -o-linear-gradient(top, #416b68, #6da5a3);
background-image: -ms-linear-gradient(top, #416b68 0%, #6da5a3 100%);
color: #fff;
-webkit-box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
-moz-box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
}

.login #backtoblog a, .login #nav a {
text-decoration: none;
color: #fff;

height: 30px;
line-height: 28px;
padding: 8px 12px;

margin-left:auto !important;
margin-right:auto !important;
width:70% !important;

/* GRADIENT AZUL ESCURO*/
background-color: #3b5871 !important;
background-image: linear-gradient(to bottom, #3b5871, #0A263D) !important;
background-image: -webkit-linear-gradient(to bottom, #3b5871, #0A263D) !important;
background-image: -moz-linear-gradient(to bottom, #3b5871, #0A263D) !important;
background-image: -ms-linear-gradient(to bottom, #3b5871, #0A263D) !important;
background-image: -o-linear-gradient(to bottom, #3b5871, #0A263D) !important;
/* FIM */

-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-o-border-radius: 3px !important;
border-radius: 3px !important;
}
.login #nav a:hover {
color: #fff !important;

/* GRADIENT VERMELHO V2*/
background: #a90329 !important;
background: -moz-linear-gradient(top, #a90329 0%, #cb0006 50%, #6d0019 100%) !important;
background: -webkit-linear-gradient(top, #a90329 0%,#cb0006 50%,#6d0019 100%) !important;
background: linear-gradient(to bottom, #a90329 0%,#cb0006 50%,#6d0019 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GRADIENTType=0 ) !important;
/* FIM */	
}

.login #backtoblog a:hover {
	color: #fff !important;
/* GRADIENT VERMELHO V2*/
background: #a90329 !important;
background: -moz-linear-gradient(top, #a90329 0%, #cb0006 50%, #6d0019 100%) !important;
background: -webkit-linear-gradient(top, #a90329 0%,#cb0006 50%,#6d0019 100%) !important;
background: linear-gradient(to bottom, #a90329 0%,#cb0006 50%,#6d0019 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GRADIENTType=0 ) !important;
/* FIM */	
}

.login #backtoblog a, .login #nav a::after {
  content: " →";
}

.login form .input, .login input[type="text"] {
color: #000 !important;
font-size:16px !important;
-webkit-border-radius: 7px !important;
-moz-border-radius: 7px !important;
-ms-border-radius: 7px !important;
-o-border-radius: 7px !important;
border-radius: 7px !important;
}

.wp-core-ui .button-primary {
/* GRADIENT Bordo */
background: #a90329 !important;
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%) !important;
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%) !important;
background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GRADIENTType=0 ) !important;
/* FIM */
    border-color: none !important;
    box-shadow: none !important;
    color: #fff;
    text-decoration: none;
    text-shadow: none !important;
}

.wp-core-ui .button-primary:hover {
/* GRADIENT VERMELHO V2*/
background: #a90329 !important;
background: -moz-linear-gradient(top, #a90329 0%, #cb0006 50%, #6d0019 100%) !important;
background: -webkit-linear-gradient(top, #a90329 0%,#cb0006 50%,#6d0019 100%) !important;
background: linear-gradient(to bottom, #a90329 0%,#cb0006 50%,#6d0019 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GRADIENTType=0 ) !important;
/* FIM */	
}

input[type="radio"], input[type="checkbox"] {
border: 1px solid #fff !important;
background: none !important;
}

.login #login_error, .login .message, .login .success {
	margin-top: 10px !important;
	margin-bottom: -2px !important;
    border-left: none !important;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
	color: #fff !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 600 !important;

    background: rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5) !important;
    -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5) !important;
    box-shadow: 0 0 13px 3px rgba(0,0,0,.5) !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    display: block !important;
}

body.login div#login {
    padding-top: 0;
    position: relative;
    top: 90px !important;
}