﻿.btn-log {
    width: 50%;
    height: 3.2rem;
    background-color: #FFBC54;
    border-radius: 1rem;
    font-family: "Gotham", Arial, sans-serif;
    color: #FFFFFF;
    font-size: 1.5rem;
    border:none !important;
    margin-right:8rem;
}
.btn-inico-365 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    width: 100%;
    background-color: #000D9B;
    height: 3.2rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.inp-email {
    width: 80%;
    height: 3.4rem;
    font-family: Helvetica, sans-serif !important;
    color: #0f53d9 !important;
    font-size: 1.3rem;
    background-color: #e2f7f4 !important;
    border-radius: 100px !important;
    border: none !important;
    
}
    .inp-email::placeholder {
        color: #0f53d9 !important;
        opacity: 1; 
    
    }
.font-rcv {
    font-family: "Gotham", Arial, sans-serif;
}


.lg-img {
    width: 95%;
}

.lg-mgh {
    width: 12rem;
    height: 3.2rem;
    margin-left: 2%;
    margin-top: 1%;
}
.btnMicrosoftLog {
    border-color: white !important;
    color: white !important;
     height:60px !important;
    border-radius: 0px !important;
    font-size: 1rem !important;
    font-family: "Poppings", sans-serif !important;
    width:160px !important
} 
.rcv-pass {
    font-family: "Gotham", Arial, sans-serif;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 8rem !important;
    color: #FFFFFF;
}

.log {
    margin-left: 6%;
}

.flexi-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flexi-conten {
    margin-top:3%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.col-4-lg {
    flex: 0 0 auto;
    width: 37%;
    max-width: 37%;
}
.col-5-img {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.ChbRecordarUsuario {
    width: 8%;
    transform: scale(1.5);
}
.lblRecordar {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Gotham", Arial, sans-serif;
}
@media (min-width: 995px) {
    .lg-img {
        margin-left:20%;
    }

}

@media (min-width: 669px) and (max-width: 924px) {
    /* Estilos para pantallas medianas */


    .btn-log {
        width: 126%;
        height: 4.3rem;
        font-size: 1.8rem;
    }

    .btn-inico-365 {
        width: 126%;
        height: 4.3rem;
        font-size: 1.8rem;
    }

    .inp-email {
        width: 126%;
        height: 4.3rem;
        font-size: 1.8rem;
    }

    .flexi-center {
        display: flex;
        margin-top: -13%;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .lg-mgh {
        width: 14rem;
        height: 4rem;
        margin-left: 2%;
        margin-top: 2%;
    }

    .lg-img {
        width: 87%;
        margin-left: 52%;
    }

    .col-4-lg {
        flex: 0 0 auto;
        width: 54%;
        max-width: 54%;
    }

    .log {
        max-width: 150px;
    }

    .flexi-conten {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }


    .cont-rcv {
        height: 60rem;
        width: 100%;
    }

    .col-5-img {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .avatar-icon {
        margin-top: 7px !important;
    }
}
@media (max-width: 669px) {
    /* Estilos para pantallas pequeñas */
    .lg-head {
        background-color: none;
    }

    .btn-log {
        width: 136%;
        height: 4.1rem;
        font-size: 1.3rem;
    }
    .btn-inico-365 {
        width: 136%;
        height: 4.1rem;
        font-size: 1.3rem;
    }
    .inp-email {
        width: 136%;
        height: 5rem;
        background-color: #FFFFFF;
        border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
        font-family: "Gotham", Arial, sans-serif;
        color: #000000;
        font-size: 1.1rem;
    }

    .flexi-center {
        display: flex;
        margin-top: 0%;
        margin-left: -16%;
        justify-content: flex-end;
        flex-direction: row;
        justify-content: center;
    }
    .lg-mgh {
        width: 10rem;
        height: 3rem;
        margin-left: 3%;
        margin-top: 3%;
    }
    .col-4-lg {
        flex: 0 0 auto;
        width: 53%;
        max-width: 53%;
    }
    .flexi-conten {
        margin-top: -5%;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    

    .cont-rcv {
        height: 60rem;
        width: 100%;
    }

    .ocultar {
        display: none;
    }

    .avatar-icon{ 
        margin-top:7px!important;
    }
}
