@charset "UTF-8";
/* CSS Document */
/*IMAGEN DE FONDO DE LA PAGINA LOGIN*/

#login {
    padding-top: 60px !important;
}
body.login {
	background-color: #FFF; /* W3C */
}
:root {
  --color-oscuro: #333333;
}
/*RUTA DEL LOGO QUE VA A SALIR EN LA PAGINA DE LOGIN*/
.login h1 a {
    background-size: 318px 115px;
    width: 318px;
    height: 115px;
    color: #000 !important;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: center;
}
/*ESTILOS DEL FORMULARIO*/
.login form {
    margin-left: auto;
    margin-right: auto;
    /*padding: 30px;*/
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -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;
    background-color: var(--color-oscuro);
    margin-bottom: 15px;
	color: white;
}
/*ESTILOS DE LOS CAMPOS DEL FORMULARIO*/
.login form input {
   /* width: 240px;*/
    height: 48px;
    -moz-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;
}
/*COLORES DE LOS LINKS DE TEXTO HAS PERDIDO TU CONTRASEÑA ETC*/
.login label {
    color: #FFF;
    line-height: 26px;
}
.login form .input, .login input[type="text"] {
    color: #999;
}
.login input[type="text"]:focus {
    color: #FFF !important;
}
input[type=checkbox], input[type=radio] {
     border: 0px solid transparent !important;
}
input#rememberme {
    height: 18px;
    width: 18px;
    display: inline;
    vertical-align: middle;
    margin: 10px 0;
}
/*BOTON */
input.button-primary {
    width: 138px !important;
    height: 44px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    float: right !important;
    border: 1px solid #000 !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0 !important;
    -moz-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0 !important;
    box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0 !important;
    color: #e1e1e1 !important;
    vertical-align: middle !important;
    display: table-cell !important;
    font-size: 14px !important;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 1%, #131313 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #666666), color-stop(100%, #131313)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 1%, #131313 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 1%, #131313 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 1%, #131313 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #666666 1%, #131313 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#131313', GradientType=0 ) !important; /* IE6-9 */
}
input.button-primary:hover {
    border: 1px solid #3d5a5a !important;
    background: #b2b2b2 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #b2b2b2 1%, #494949 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b2b2b2), color-stop(100%, #494949)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b2b2b2 1%, #494949 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b2b2b2 1%, #494949 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b2b2b2 1%, #494949 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #b2b2b2 1%, #494949 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#494949', GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
}
input.button-primary:active {
    margin-top: 1px !important;
    /*text-shadow: #333333 0 -1px 0;*/
    border: 1px solid #3d5a5a !important;
    background: #494949 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #494949 0%, #b2b2b2 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(100%, #b2b2b2)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #494949 0%, #b2b2b2 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #494949 0%, #b2b2b2 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #494949 0%, #b2b2b2 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #494949 0%, #b2b2b2 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#b2b2b2', GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
    -webkit-box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0 !important;
    -moz-box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0 !important;
    box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0 !important;
}
.wp-core-ui .button-primary {
    background: #FFF;
    border-color:  none;
    -webkit-box-shadow: 0 1px 0 #000;
    box-shadow: 0 1px 0 #000;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000,1px 0 1px #000,0 1px 1px #000,-1px 0 1px #000;
}
#login_error {
    border: 1px solid var(--color-oscuro) !important;
	border-radius: 5px;
    background: #FFF !important;
    color: var(--color-oscuro) !important;
    margin: auto o auto 0;
}
#login_error a {
    color: #FFF;
}
.login #nav a, .login #backtoblog a {
	color: var(--color-oscuro) !important;
    font-size: 14px;
    text-shadow: none !important;
    font-weight: bold;
}
.login #nav a:hover, .login #backtoblog a:hover {
    color: #000 !important;
}
.login #nav, .login #backtoblog {
    text-align: center;
    margin: auto 0 auto 0 !important;
}
div.updated, .login .message {
    background-color: #b8bc9c;
    border-color: #E6DB55;/*
    font: normal 14px 'Open Sans Condensed', sans-serif;
    */
}
