



body {
    margin: 0;
    font-size: 14px;
    font-family: "Myriad Pro Regular", "Myriad Pro", "Frutiger", "Lucida Sans", "Droid Sans", Trebuchet MS, Helvetica, Arial, sans-serif;
    background: url(../Content/imagenesCSS/fondo-login.png) fixed center center no-repeat;
    background-size: cover;
    padding: 0;
    overflow-y: auto;
}




/**************************** LOGIN ****************************/

.login-contenedor-formulario {
    display: flex;
}

    .login-contenedor-formulario .contenido-formulario {
        margin: auto;
    }


.login-contenedor-imagen {
    display: flex;
    min-height: 300px;
}

    .login-contenedor-imagen img {
        margin: auto;
        width: 75%;
    }

.login-titulo {
    font-size: 30px;
    text-align: center;
}

.login-subtitulo {
    font-weight: 400;
    font-size: 20px;
    color: #004469;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.contenedor-formulario {
    width: 50%;
    margin: auto;
    text-align: center;
}


.input_login {
    background-color: white;
    text-align: center;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.boton-login {
    background-color: #004469 !important;
    width: 100% !important;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: none !important;
    margin-bottom: 30px;
    cursor: pointer;
}

    .boton-login:hover {
        background-color: #2362a5 !important;
    }





.link-login {
    cursor: pointer;
    color: #004469 !important;
    text-decoration: none;
    border-bottom: solid 2px #004469;
}




html{
    height:100%;
}

body {
    height:100%;
}

.container{
    height: 100%;
}

.container .row{
    height: 100%;
}
