﻿html, body {
    height: 100%;
}

.loginclientes {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.loginclientes .btn-primary{
    margin-top: 15px;
}
    .loginclientes #imgizq {
        padding: 0;
        height: 92%;
        background: url(/images/bgLoginClientes.jpg);
        background-size: cover;
    }

    .loginclientes #login {
        padding: 29px;
        height: 92%;
        padding-top: 5%;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .loginclientes #titulo {
        font-size: 28px;
        text-transform: uppercase;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 30px;
        position: relative;
        color: #273881;
        letter-spacing: 1px;
        margin-top: 20px;
    }

        .loginclientes #titulo:after {
            content: "";
            position: absolute;
            display: inline-block;
            bottom: -10px;
            width: 100px;
            height: 3px;
            background: #273881;
            left: 0;
        }

    .loginclientes #autenticacion ul {
        list-style: none;
        padding: 0;
    }

    .loginclientes #autenticacion .field-validation-error {
        display: block;
        font-size: 11px;
        margin-left: 10px;
    }

    .loginclientes .recuperar a {
        color: #273881;
        font-weight: bold;
        font-size: 16px;
        margin-top: 15px;
        display: inline-block;
    }

    .loginclientes #footer-login {
        width: 100%;
        height: 8%;
        float: left;
        position: relative;
        padding: 10px 30px;
        background: #273881;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }

        .loginclientes #footer-login h3 {
            color: #fff;
            font-size: 15px;
            margin: 0;
            font-weight: normal;
        }

        .loginclientes #footer-login a {
            display: inline-block;
            padding: 6px 25px;
            text-transform: uppercase;
            color: #fff;
            font-weight: bold;
            border: solid 2px #fff;
            transition: 400ms;
        }

            .loginclientes #footer-login a:hover {
                background: #fff;
                color: #273881;
                ;
            }

@media (max-width: 800px) {
    .loginclientes {
        width: 100%;
        height: auto;
        overflow: auto;
    }

        .loginclientes #login {
            height: auto;
            padding-top: 5%;
            overflow-y: auto;
        }

        .loginclientes #footer-login {
            flex-direction: column;
        }

            .loginclientes #footer-login h3 {
                color: #fff;
                font-size: 12px;
                margin: 0;
                font-weight: normal;
                text-align: center;
                line-height: 15px;
                margin-top: 10px;
            }
}
