﻿/* REEMPLAZO DE ESTILOS DE LOGIN QUE USAN EL # */
.form-login input, .form-login a {
    font-size: .7em;
}

    .form-login a:hover {
        text-decoration: underline;
    }

.form-login input {
    background: transparent;
    color: #fff;
    border: 1px solid #31127f;
}

.offcanvas .form-login input {
    background: transparent;
    color: #fff;
    border: 1px solid #472f92;
}

.form-login ::placeholder, #login_club_responsivo input::placeholder {
    color: #c2abfc !important; /* IMPORTANT => LO PISA EL ESTILO DE LA LINEA 257 EN vitalcan.css*/
}

.cc-buscador-container .mapWrapper {
    height: 500px;
}

.cc-buscador-container .cc-list-marker, .cc-buscador-container .cc-list-marker:hover {
    background-color: #52457C;
    color: #FFFFFF;
}

.registro-beneficios-container a, .registro-beneficios-container a:hover {
    text-decoration: none;
    color: initial;
}
/* TOAST */
.toast, .toast-container {
    z-index: 2147483647;
}

.tbl-checkboxlist input{
    margin-right: 5px;
}