﻿html, body {
    min-height: 100%;
    margin: 0;
}

body {
    font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-attachment: fixed;
    background-image: url(https://www.bancobica.com.ar/images/landing/i-bica/i-Bica_fondo_Login.jpg), url('../img/fondo_login.jpg');
    background-size: cover;
}

.page {
    height: 100vh;
}


#form1 {
    height: 100%;
}



.main {
    /*padding: 6px 15px;*/
    min-height: 440px;
    background-color: #efefef;
    height: calc(100% - 100px);
    background: none !important;
    padding: 0 !important;
}

    .main label {
        font-weight: 300;
        font-size: 12px;
    }

    .main a.btn:hover, .main a.btn:active, .main a.btn:focus, #footer a:hover, #footer a:active, #footer a:focus {
        color: #ffffff;
        text-decoration: none !important;
        transform: scale(1);
        outline: none !important;
    }


.login {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
    font-size: 12px;
}

.texto-fondo {
    float: left;
    width: 60%;
    text-align: center;
    margin-left: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .texto-fondo .box-text {
        width: max-content;
        text-align: left;
        margin-left: calc(50% - 259px);
    }


.text-fondo-linea1 {
    color: white;
    line-height: 0px;
    font-size: 30px;
    letter-spacing: -1px;
}

.text-fondo-linea2 {
    font-size: 55px;
    opacity: 1;
    color: #ffffff;
    letter-spacing: -2px;
}



#panel-login {
    width: 33%;
    max-width: 350px;
    float: right;
    background: rgba(255,255,255,0.7);
    position: relative;
    z-index: 99;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    #panel-login .alert {
        text-transform: uppercase;
        font-size: 10px;
        padding: 0;
        color: #ff0000;
        border: 0;
        position: absolute;
        /*top: calc(100% - 15px);
        left: 210px;*/
        top: -15px;
        left: 220px;
    }

        #panel-login .alert::before {
            content: "!";
            min-width: 10px;
            min-height: 10px;
            -moz-border-radius: 25px;
            border-radius: 100%;
            border: 1px solid #ff0000;
            padding: 0 5px;
            color: #ff0000;
            margin-right: 5px;
            font-weight: 600;
        }

    #panel-login span.rotulo {
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #555;
        font-size: 12px;
    }

    #panel-login input[type=number], #panel-login input[type=password], #panel-login select {
        /*background: rgba(241, 241, 241, 0.75);*/
        color: #888888;
        /*border: 0px;*/
        border: 1px solid #aaa;
        background: #fff;
        box-shadow: none;
        font-weight: 300;
        font-size: 14px;
    }

        #panel-login input[type=number]::placeholder, #panel-login input[type=password]::placeholder {
            color: #888888;
        }

    #panel-login .link-version-anterior, #panel-login a {
        color: #444444;
        text-decoration: underline;
        border-width: 0px;
        background-color: transparent;
    }



    #panel-login select, #panel-login input {
        min-height: 40px;
    }




#LoginUser_pnlData, #LoginUser_pnlPassword {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
}



.panel-centrado {
    width: 320px;
    margin: auto;
}

.logo-ibica {
    max-width: 150px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.col-espaciado {
    margin-bottom: 10px;
}


.text-error-login {
    color: #e90000;
    font-weight: 800;
    font-size: 14px;
    max-width: 260px;
    text-align: left;
    margin-left: calc(50% - 130px);
    margin-top: 40px !important;
}

    .text-error-login ul {
        list-style-type: none;
        padding-left: 0;
        text-align: center;
    }



.rotulo {
    /*margin-bottom: 10px;*/
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
}


.alert-login {
    font-weight: 300 !important;
}


.btn-success {
    background-color: #00AF9D;
    border-color: #00AF9D;
    border-width: 2px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background-color: transparent;
        border-color: #00AF9D;
        color: #00AF9D !important;
    }

.btn-login {
    font-weight: 300 !important;
    margin-bottom: 15px;
}

.btn-download {
    min-height: 35px;
    background-color: transparent;
    color: #00AF9D;
    border-color: #00AF9D;
}



#footer-login {
    color: #ffffff;
    background: #aeaeae;
    height: 100px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

    #footer-login #logoBB {
        width: 100px;
    }

    #footer-login #social .img-cuadrada {
        height: 29px;
        border-radius: 15px;
        margin: 2px;
    }



#footer-login {
    color: #ffffff;
    background: #aeaeae;
    height: 100px;
}

.footer-accesibilidad {
    font-size: 10px;
    padding-left: 25px;
}

#logoBB {
    width: 100px;
}

#social .img-cuadrada {
    height: 29px;
    border-radius: 15px;
    margin: 2px;
}

.logo-copyright {
    font-size: 14px !important;
}


.login .container-fluid {
    padding: 30px 15px;
}

.font16 {
    font-size: 16px !important;
}



/*.input-group-addon {
    line-height: 1 !important;
}*/

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.password-textbox-control {
    height: 40px;
}

@keyframes spinner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    #footer-login {
        height: auto;
        padding: 15px;
    }

        #footer-login div {
            text-align: center;
        }

    .footer-accesibilidad {
        font-size: 10px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    #panel-login {
        width: 60%;
    }

    body.login {
        background: url(https://www.bancobica.com.ar/images/landing/i-bica/i-Bica_fondo_Login.jpg) no-repeat 0% 70% fixed;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 767px) {
    .login {
        background: url(https://www.bancobica.com.ar/images/landing/i-bica/i-Bica_fondo_Login_movil.jpg) no-repeat 0% 70% fixed;
        background-size: cover;
    }

    .page {
        height: 90vh;
    }

    #panel-login {
        width: 100%;
        max-width: 100%;
        float: right;
        background: rgba(255,255,255,0.5);
        position: relative;
        z-index: 99;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #footer-login {
        height: auto;
        padding: 15px;
    }

    #MenuHerramientas {
        display: none;
    }

    #logos img {
        max-width: 49%;
    }
}






#pnlAlerta {
    display: none;
}

#siteseal img{
            height:35px;
        }