@import url('../fuentes.css');

*{
    padding: 0px;
    box-sizing: border-box;
}
body{
    /* background: url('../../img/dolares_portada.jpg') no-repeat center center fixed; */
    background-size: 100% 100%;
    background-color: #F5F5F5;
}
.contenido{
    background-color: #FFFFFF;
    flex-direction: column;
    width: 20%;
    height: 510px;
    margin: 5% auto 0%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.div_imgn{
    width: 55%;
    margin: 20px auto 7px;
}
.div_imgn img{
    height: 70px;
    width: 88%;
}
.div_nombsist{
    margin-top: 5px;
    width: 95%;
    margin-bottom: 10px;
}
.div_nombsist h5{
    font-family: IBMPlexMono-BoldItalic, SourceSansPro, Arial, Helvetica;
    font-size: 1.1em;
    color: #3D44CA;
    margin-left: auto;
}
.cont_text{
    flex-direction: column;
    width: 80%;
    height: 500px;
    margin: 0 auto 10%;
}
.div_txt{
    width: 100%;
    margin-bottom: 15px;
}
.div_clave{
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
}
.div_passw{
    width: 85%;
}
.div_verpassw{
    width: 15%;    
}
.div_recaptcha{
    margin: 10px auto 35px;
    height: 83px;
    width: 100%;  
}
.div_btn button{
    font-family: Arial, SourceSansPro, Helvetica;
    font-size: 20px;
    width: 100%;
    border: 1px solid #939393;
    border-radius: 5px;
    cursor: pointer;
}
.txtcta{
    text-transform: lowercase;
}
.separador{
    width: 70%;
    border: 1px solid #f28c32;
    margin: 0px auto;
}








