﻿/*.img-responsive {
    overflow: hidden;*/ /* Oculta las partes de la imagen que excedan el contenedor */
/*border: 2px solid #ccc;*/ /*Borde del contenedor */
/*border-radius: 0 0 50px 50px;
}*/
.image-header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    object-fit: contain;
}

#lblInicia {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#txtLogin, #txtPassword {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #000
}

#sellang {
    text-decoration: none; /* Elimina subrayado del enlace */
    padding: 5px;
    color: #000;
    text-align: right; /* Centra horizontalmente el texto */
}

#llbLangSel {
    color: #2289AA;
}

#imgFlag {
    width: 22px; /*Ancho de la bandera*/
    height: 20px; /*Alto de la bandera */
    margin-right: 1px; /*Espacio entre la bandera y el texto */
    vertical-align: middle;
    border-radius: 100%; /*Hace que el contenedor sea circular */
}


#cmdlogin, #lblNuevoCliente, #lblCalculadora {
    border-radius: 10px 10px 10px 10px;
}

#cmdlogin {
    background-color: #34495E;
    margin-bottom: -10px;
    padding-top: 5px;
    border-radius: 30px;
}

.label-checkbox label {
    padding-left: 1px !important;
}

.remember-checkbox {
    display: flex;
    /*justify-content: center;*/
    /*margin-bottom: 50px;*/
}

#lblNuevoCliente {
    border: hidden;
    background-color: #F1C40F;
    color: black;
    border-radius: 30px;
}

#lblCalculadora {
    background-color: white;
    color: black;
    border: 1px solid #000;
    border-radius: 30px;
}

.images-row-creditcards {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

#pnlCards {
    display: flex;
    justify-content: center;
}

#mastercard-logo, #maestro-card-logo, #visa-logo, #visa-electron-logo {
    width: 50%;
    height: 50%;
}

#chkRecuerda {
    text-align: center;
}

.main-login main-center {
    background-color: aqua;
}

@media screen and (max-width: 450px) {

    .image-header {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        object-fit: contain;
        margin-bottom: 30px;
    }

    #cmdlogin {
        background-color: #34495E;
        margin-bottom: -10px;
        padding-top: 5px;
    }
}

@media screen and (min-width: 450px) and (max-width: 800px) {

    .image-header {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        object-fit: contain;
        margin-bottom: 50px;
    }
}
