.mensaje-login{
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-shadow: none;
    font-size: 15px;
}

.mensaje-login2{
    color: white;
    font-family: Homer Simpson UI, Arial, sans-serif;
    font-weight: bold;
    text-shadow: none;
    font-size: 13px;
}

.titulo-login{
     padding:20px 20px 20px 20px;
}

.campos{
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color: #1b262c;

    display: block;
    width: 100%;
    height: 40px;

    margin-bottom: 10px;
    padding: 0px 20px 5px 20px;

    box-sizing: border-box;

    border: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.login_content{
    background-color: #337AB7 ;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;
    min-width: 100vw;
    width: 100%;
    height: 100%;
    border-radius: 30pX;
}


.configuracion {

    background: url(../img/siievpadres-min.jpg); 

    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
    overflow: hidden;

}

.sinborde {
    background-color: #eee;
    border: 0;
    color:black;
    text-align: center;
}

.comunicado{
    color: red;

}