body{
background-color:#1F574B;
background-size: cover;
background-position: center center;
background-image: url('../img/bg-kuzamil-light.png');
}

.login label{
color: #000 !important;
}

.login #login_error, .login .message{
background-color: #D8E0D8;
color:#000;
}

a{
color: #A69580;
}

a:hover{
color:#8DA099;
}

.login #login_error {
border-left-color: #1F574B;
}

.login .message {
border-left: 4px solid #1F574B;
}

.login h1 a{
background-image: url("../img/Imagotipo%20V%200.2%20row.svg");
width: 100%;
height: 120px;
background-size: 250px;
background-position: center center;
background-repeat: no-repeat;
}

.login label{
color:#000000;
}

.login #backtoblog a,
.login #nav a,
.login #backtoblog a:hover,
.login #nav a:hover{
color:white;
}

.login #backtoblog,
.login #nav{
text-align:center;
padding: 3px;
}

.login .button-primary{
background-color:#1F574B;
border:1px solid;
text-shadow:none;
box-shadow:none;
border-radius:0;
padding: 10px 30px !important;
height: auto !important;
width: 100%;
margin-top: 30px;
border-color:#1F574B;
transition: .3s ease;
}

.login .button-primary:hover{
background-color:#1F574B;
border:1px solid;
border-color:#1F574B;
color: white;
}

.login form{
border: none;
-webkit-box-shadow: 0px 10px 40px -15px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 10px 40px -15px rgba(0,0,0,0.4);
box-shadow: 0px 10px 40px -15px rgba(0,0,0,0.4);
}

input[type="checkbox"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="radio"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
    border-color: #1F574B;
    box-shadow: 0 0 0 1px #1F574B;
    outline: 2px solid transparent;
}
.button.wp-hide-pw:focus,.wp-core-ui select:active, .wp-core-ui .button{
    border-color: #8DA099;
    box-shadow: #8DA099;
}
.dashicons{
    color :#1F574B ;
}
.wp-core-ui .button-primary:active{
    background-color: #8DA099;
}