﻿html, body
{
    margin: 0;
    padding: 0;
    background: url(../imagenes/fondo-general.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagenes/fondo-general.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagenes/fondo-general.png',sizingMethod='scale')";
    font-family: Arial;
}
.container
{
}

.header-container
{
    width: 100%;
    height: 120px;
}
.header-container > img
{
    margin: 15px 0 0 30px;
}
.col-sm-left, .col-sm-right
{
    float: left;
}
.col-sm-left > img
{
    display: block;
    margin: 0 auto;
}
.box-login
{
    width: 373px;
    height: 421px;
    background: url('../imagenes/contenedor-registro.png') no-repeat center center;
    margin-top: 20px;
    margin-right: 50px;
    float: right;
}
.logo-sicaff
{
    width: 373px;
    height: 115px;
}
.logo-sicaff > img
{
    display: block;
    margin: 20px auto 0 auto;
}
.text-sicaff
{
    padding: 0 5px 0 5px;
    text-align: center;
    font-size: 20px;
    text-shadow: 1px 1px white;
    color: #1b1454;
}
.control-user
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('../imagenes/input-efec.png') no-repeat center;
    display: inline;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 5px;
    color: #092963;
    font-size: 16px;
}
.control-password
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('../imagenes/input-efec.png') no-repeat center;
    display:  inline;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 5px;
    color: #092963;
    font-size: 16px;
}

.control-btnpass
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('../imagenes/Boton-contraseña-01.png') no-repeat center;
    display:  inline;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 0px;
    color: #092963;
    font-size: 16px;
}

.control-btnUser
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('../imagenes/Boton-usuario-01.png') no-repeat center;
    display:  inline;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 0px;
    color: #092963;
    font-size: 16px;
}

.inputs-login
{
    margin-top: 10px;
}
.col-md-50
{
    width: 186.5px;
    height: 30px;
    float: left;
    line-height: 30px;
}
input[type=checkbox] + label, .recupera
{
    font-size: 11px;
    font-weight: bold;
    color: #092963;
}
.recupera
{
    margin-left: 12px;
}
.footer-container
{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #092963;
    background: url(../imagenes/footer-login.png);
}
.display
{
    display: block;
    font-size: 10px;
    color: #f00;
    padding-left: 35px;
    box-sizing: border-box;
}
