﻿* {
    box-sizing: border-box;
}

html, main {
    background-color: #F3F9EF !important;
}

.body {
    padding: 0px;
}

.data {
    max-width: 890px;
}

.loginLogo {
    width: 80px;
}

.inputLogin {
    background-color: #F6F3F3;
    border: 0;
}

    .inputLogin:focus {
        box-shadow: 0 0 0 .25rem rgba(205, 219, 167, 0.3);
        border-color: #abc775;
    }

.gris {
    color: grey;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
}

.pide {
    font-weight: 400 !important;
}

.facil {
    font-weight: 700 !important;
}

.textoImg {
    font-size: 1.2em;
}

.bEntrar {
    background-color: #CDDBA7 !important;
    color: white;
    border: none;
    padding: 4px 15px;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

    .bEntrar:hover {
        color: black;
    }
.inputLogin {
    background-image: none !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
}

.olvidarPass {
    font-size: 0.7rem;
}

.divHover:hover {
    cursor: pointer;
}

.textoContacto {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration:underline;
}


