﻿body {
    background: #eff3f8 !important;
}

.formulario-error {
    border: 1px solid #B03B3B !important;
}

.formulario-error-icono {
    background: rgb(176, 59, 59);
}

.formulario-error-texto {
    color: #B03B3B;
}

.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%;
}

#login-contenedor {
    background: white;
    border: 1px solid #DADADA;
    left: 50%;  
    margin-left: -200px;
    margin-top: -265px;
    padding: 15px 34px;
    position: absolute;
    top: 50%;
    width: 400px;
}

#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 input[type="submit"] {
    background: #ff5100 ;
    border: 1px solid #D7D7D7;
    color: white;
    font-weight:bold;
    height: 37px;
    width: 100%;
}

#login-contenido {
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    padding: 28px 20px;
}


.login-control {
    background: #F7F7F7;
    border: 1px solid #BDBDBD;
    height: 30px;
    padding: 0 3px;
    width: 90%;
}

#login-logo {
    text-align:center;
}

#password {
    padding: 0 3px;
}