﻿body {
    background: #eff3f8 !important;
}

.formulario-error {
    /*border: 1px solid #B03B3B !important;*/
    border: 1px solid #d91e1e !important;
}

.formulario-error-icono {
    /*background: rgb(176, 59, 59);*/
    background: #d91e1e;
}

.formulario-error-texto {
    /*color: #B03B3B;*/
    color: #d91e1e;
}

.formulario-exito-icono {
    background: #4F885F;
}

.formulario-exito-texto {
    color: #4F885F;
}

.formulario-mensaje {
  padding: 0 17px 12px;
}

.formulario-mensaje-texto {  
  display: inline-block;
  padding: 10px 9px 9px 9px;
  margin-left: -4px;
}

.formulario-mensaje-icono {
  color: white;
  font-size: 27px !important;
  padding: 6px;
  vertical-align: bottom;
}

.formulario-mensaje-icono:hover{
    
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


hr {
    border-top: 2px solid #C5C5C5 !important;
}

html {
    width: 100%;
    height: 100%;
}

#login-aceptar {
    margin: 0 !important;
    width:100%;
    border:0px;    
    font-weight: 600;
}

#login-contenedor {
    /*background: white;*/
    background-color: #367FA9;
    /*border: 1px solid #DADADA;*/
    border: 0px;
    left: 50%;  
    margin-left: -200px;
    margin-top: -265px;
    padding: 15px 34px;
    position: absolute;
    top: 50%;
    /*width: 400px;*/
    width: 370px;
}

#login-contenedor div {
    margin: 20px 0;    
}

#login-contenedor legend {
    border-bottom:2px solid #BBB !important;
    margin-bottom: 0px;
}

#login-contenedor fieldset span:not(.formulario-mensaje-texto) {
    display: inline-block;
    margin-right: -4px;
    padding: 5px 8px;
    text-align:center;
    width: 10%;   
}

#login-contenedor fieldset span i {
    color: white;
    font-size: 1.1em;
    vertical-align: middle;
}

    #login-contenedor fieldset button[type="submit"] {
        background: #ff5100;
        border: 1px solid #D7D7D7;
        /*color: black;*/
        color: white;
        height: 37px;
        width: 100%;
        cursor: pointer;
        font-weight:bold;
    }

#login-contenido {
    /*border: 1px solid #CBCBCB;*/
    border:0px;
    /*border-radius: 10px;*/
    padding: 28px 20px;
    background:cornsilk;
}


.login-control {
    background: #F7F7F7;
    border: 1px solid #BDBDBD;
    height: 30px;
    padding: 0 3px;
    width: 90%;
}

#login-logo {
    text-align:center;
}

#password {
    padding: 0 3px;
}
