﻿
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

@import url('/css/variables.css');

/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------------ESTANDAR---------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

/*body {
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}*/

/*----------------------------------------------------------------------------------------------*/

.logo {
    background-color: var(--ColorLogoLogin);
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80px;
}

    .logo #logoImg {
        padding: 5px;
        background-image: url('/ico/logo_01.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 10px;
        height: 80px;
        width: 246px;
        /*border-left: solid 10px white;
        border-right: solid 10px white;*/
    }

/*----------------------------------------------------------------------------------------------*/

.contenedorLogin {
    background-color: white;
}

.contenidoLogin {
    background-color: gray;
    display: flex;
    width: 100%;
}

.imagen {
    background: #FFFFFF url(/img/login.png) no-repeat;
    background-size: 100%;
    width: 0;
    /*height: calc(100vh - 150px);*/
}

.login {
    background-color: white;
    width: 50%;
    flex: 1 1 55%;
}

/*----------------------------------------------------------------------------------------------*/

.datosLogin {
    text-align: left;
    margin-top: 2%;
    width: 70%;
    padding: 0 15% 0 15%;
}

    .datosLogin .lbIniciarSesion {
        color: rgb(245, 52, 2);
        font-family: Roboto;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
    }

    .datosLogin .lbUsuario {
        font-size: 18px;
        /*font-weight: 700;
        font-family: Roboto;*/
        color: black;
        text-align: left;
    }

    .datosLogin .lbContraseña {
        font-size: 18px;
        /*font-weight: 700;
        font-family: Roboto;*/
        color: black;
        text-align: left;
        margin-top: 6px;
    }

    /*----------------------------------------------------------------------------------------------*/

    .datosLogin .usuario, .contraseña {
        color: gray;
        margin-top: 6px;
        margin-bottom: 10px;
        width: 100%;
        padding: 4% 4%;
        box-sizing: border-box;
        border: solid 1px #dfe1e5;
        outline: none;
    }

        .datosLogin .usuario:hover, .contraseña:hover {
            border: solid 1px #bec0c3;
        }

        .datosLogin .usuario:focus, .contraseña:focus {
            border: solid 1px rgb(0, 151, 171);
        }

    /*----------------------------------------------------------------------------------------------*/

    .datosLogin .olvidoContraseña {
        padding-top: 30px;
        text-align: center;
    }

        .datosLogin .olvidoContraseña a {
            color: gray;
        }

            .datosLogin .olvidoContraseña a:hover {
                color: black;
                transition: all 0.5s;
            }

    /*----------------------------------------------------------------------------------------------*/

    .datosLogin .btn {
        padding-left: 20%;
    }

        .datosLogin .btn .btnIniciarSesion, .btnRegistrarse {
            border: none;
            border-radius: 4px;
            color: white;
            cursor: pointer;
            display: block;
            font-size: 15px;
            font-weight: 700;
            font-family: Roboto;
            padding: 14px;
            width: 80%;
            outline: none;
        }

        .datosLogin .btn .btnIniciarSesion {
            background: var(--ColorBtn001);
        }

            .datosLogin .btn .btnIniciarSesion:hover {
                background: var(--ColorBtn002);
                transition: all 0.5s;
            }

        .datosLogin .btn .btnRegistrarse {
            background-color: var(--ColorBtn002);
        }


/*----------------------------------------------------------------------------------------------*/


.btn-01 {
    background: cornflowerblue;
    text-align: center;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-family: Roboto;
    padding: 14px;
    width: 40%;
    outline: none;
}

    .btn-01:hover {
        background: var(--ColorBtn002);
        transition: all 0.5s;
    }
/*----------------------------------------------------------------------------------------------*/

.btn-02 {
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    /*font-family: Roboto;*/
    padding: 14px;
    width: 80%;
    outline: none;
}

.btn-02 {
    background: var(--ColorBtn002);
}

    .btn-02:hover {
        background: var(--ColorBtn001);
        transition: all 0.5s;
    }

/*----------------------------------------------------------------------------------------------*/

.contenedorPiePag {
    background-color: var(--ColorLogoLogin);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 15px;
    width: 100%;
    height: 70px;
}

    .contenedorPiePag .piePag {
        background-color: var(--ColorLogoLogin);
        color: white;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        /*font-size: 20px;*/
        text-align: center;
    }

/*----------------------------------------------------------------------------------------------*/
/*-------------------------------------------RESPONSIVE-----------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

/*@media (min-height:700px) {

     #imagen {
        height: calc(100vh - 150px);
    }*/

/*----------------------------------------------------------------------------------------------*/

@media (min-width:980px) {

    .logo {
        justify-content: flex-end;
    }

    .imagen {
        min-height: 550px;
        /*height: calc(100vh - 150px);*/
        width: 40%;
        flex: 10 1 45%;
    }

    .datosLogin {
        margin-top: 4%;
        width: 83%;
        padding: 0 15% 0 15%;
        margin-left: 10%;
        margin-right: 10%;
        box-sizing: border-box;
    }

        .datosLogin .lbIniciarSesion {
            font-size: 40px;
        }

        .datosLogin .usuario, .contraseña {
            color: gray;
            font-size: 17px;
            padding: 3.5% 2%;
        }

        .datosLogin .lbContraseña {
            margin-top: 30px;
            font-size: 20px;
        }

        .datosLogin .lbUsuario {
            margin-top: 25px;
            font-size: 20px;
        }

        .datosLogin .btn .btnIniciarSesion, .btnRegistrarse {
            font-size: 18px;
        }

    .contenedorPiePag {
        font-size: 20px;
    }
}


/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------SOLO PARA IE10 Y IE11--------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .logo {
        background-color: red;
    }

    .datosLogin .btn .btnIniciarSesion {
        background: red;
    }

    .contenedorPiePag {
        background-color: red;
    }

        .contenedorPiePag .piePag {
            background-color: red;
        }
}

/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
