
root { 
    display: block;
}
body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    margin: 0px;
    font-family: Futura, Arial;
}
iframe{
    position: absolute;
    top: 0;
    width:100%;
    height:80px;
    border: none; 
    z-index: 999;
}
#login_barra img{
    width: 100%;
    height: 250px;
    opacity: 0.8;
    z-index: -1;
}
#cuadro_login {
    z-index: 0;
    position: absolute;
    left: 50%;
    top: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 550px;
    margin-top: -160px;
    width: 300px;
    margin-left: -180px;
    color: #17223C;
    font-size: 16px;
    box-shadow: 1px 3px 9px #999da5; 
    -webkit-box-shadow:  1px 1px 5px #999da5; /*Safari, Chrome*/ 
    -ms-box-shadow: 1px 5px 24px #999da5;/*Internet explorer*/ 
    -o-box-shadow: 1px 5px 24px #999da5;/*Opera*/ 
    -moz-box-shadow: 1px 5px 24px #999da5;/*Mozilla Firefox*/ 
    behavior: url(PIE.htc);
    border-radius: 10px;
    background-color: #FFF;
}
#login_logo img{
    position: relative;
    top:-200px;
    left: 50%;
    margin-left: -131px;
    width: 200px;
    z-index: 1;
}
#cuadro_login h4{
    margin-top: 140px;
    margin-bottom: 40px;
    font-size: 30px!important;
    font-family: Arial;
    text-align: center;
}
#cuadro_login INPUT {
    border: 1px solid #c5c4c4;
    border-radius: 5px;
    height: 25px;
    padding-top: 6px;
    background-color: #F0F0F0;
    filter: none !important;
    margin-bottom: 20px;
    width: 100px; 
}
#cuadro_login .titulo {
    font-size: 16px;
    color:#17223C;
    padding-left: 10px;
    padding-top: 10px;
}
#cuadro_login input::placeholder{
    font-size: 12px;
    padding-left: 10px;
}
#cuadro_login .boton { 
    background-color: #FD3F41;
    color: #ffffff;
    font-weight: bold;
    height: 40px;
    width: 210px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 27px;
    padding: 0;
}
.error_iniciar-sesion_aviso,
.error_cuenta-inactiva_aviso,
.error_resetear_clave_aviso{
    display: inline;
    font-family: Arial;
    color: red;
    font-size: 11px;
    margin: 5px;
    max-width: 210px;
}

.olvide_clave,
#invitados_btn {
    cursor: pointer;
    font-size: 12px;
    font-family: Arial;
    color: #17223C;
    margin-bottom: 10px;
}

.olvide_clave:hover,
#invitados_btn:hover {
    color:#FD3F41;
}
