body {
    height: 100vh;
    width: 100vw;
    /* background: url("../imagenes/login/login04__.jpg") center center #f7f7f7 !important; */
    background-color: #F7FBFD;
    background-size: 100% 100% !important;
    color: #5e5e61;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.header {
    background: #009cde;
    height: 54px;
    ;
}

.header img {
    margin-left: 10px;
    margin-top: 8px;
}

input[type=text],
input[type=password] {
    line-height: 44px;
    height: 44px;
}

.container_login {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 385px;
    height: 560px;
    display: block;
    margin: auto;
    border-radius: 5px;
}

.logo-easy {
    margin: 0;
}

a.passOlvidada {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 30px;
    font-size: 10px;
}

#boxlogin {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

button#entrar {
    background: #007bbf;
    border-radius: 0px !important;
    width: 100%;
    color: #fff;
    margin-top: 10px;
}

label.w-100.text-left {
    margin-bottom: 0px;
    color: #899da6;
}

.form-group {
    margin-bottom: 15px;
}

.input-group-text img {
    width: 20px;
}

img.logo-easy {
    width: 180px;
    margin: 0 0 40px;
}


/*promos para tablet*/

@media (max-width: 768px) {
    .container_login {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 60%;
        display: block;
        margin: auto;
        border-radius: 5px;
    }
}


/*promos para smarthphone*/

@media (max-width: 576px) {
    .container_login {
        position: relative;
        width: 90%;
        height: 100vh !important;
        display: block;
        border-radius: 5px;
    }
    img.logo {
        height: 70px;
        margin: 5vh auto;
    }
    #boxlogin {
        position: absolute;
        TOP: 0;
        bottom: 0;
        height: 485px;
        margin: auto;
        left: 0;
        width: 90vw;
        right: 0;
    }
    /* @media (max-height: 700px) {
        .container_login {
            height: 100vh !important;
        }
        
    } */

    body {

        /* background: url("../imagenes/login/login-mobil.jpg") center center #f7f7f7 !important; */
        background-size: 100% 100% !important;

    }
}