* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Poppins';
}

.content-login {
    display: grid;
    grid-template-columns: 60% 40%;
    /*simula pantalla completa*/   
    height: 100vh;
    width: 100%;
}

.content-are-left {
    width: 100%;
    background: url(../Content/Images/Foto-4.jpg)no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contenido {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-text-left {
    padding: 2%;
    width: 100%;
    color: white;
}

.social-login {
    color: white;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 20px;
    justify-content: end;
}

.icon-login {
    display: flex;
    justify-content: left;
    text-align: left;
    grid-gap: 2em;
    font-size: 20px;
    padding-top: 20px;
}

    .icon-login a i {
        color: white;
    }

        .icon-login a i:hover {
            color: #259abc;
        }

.content-text-left h3 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    left: 0;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    padding-bottom: 10px;
}

.content-text-left span {
    font-size: 20px;
    color: white;
    padding-top: 20px;
}

.content-area-lexh-reg {
    background: url(../Content/Images/Foto-7.jpg)no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-area-Recovery {
    background: url(../Content/Images/Foto-9.jpg)no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*Lado derecho - formulario*/

.content-area-right {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: grid;
    align-content: center;
}

.content-text-right {
    justify-content: center;
    text-align: center;
}

    .content-text-right img {
        text-align: center;
        width: 400px;
        height: 90px;
    }

    .content-text-right p,
    .content-text-right a {
        width: 100%;
        text-align: center;
        color: black;
        margin-bottom: 10px;
    }

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select {
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    color: #777;
    background: aliceblue;
}

.content-area-right input[type=submit] {
    cursor: pointer;
    border: 1px solid #b1b2b3;
    margin: 10px 0;
    padding: 10px 15px;
    width: 100%;
    background: #259abc;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
}



    input[type=submit]:hover {
        background-color: transparent;
        border: 1px solid #259abc;
        color: #259abc;
        font-weight: bold;
    }


input[type=checkbox] {
    background: #259abc;
    border: 1px solid black;
    font-size: 50px;
    font-size: 50px;
}

.formvalidated .correo {
    border: 1px solid red #ccc;
    border-left: 1px solid #ccc !important;
    border-radius: 0;
    display: flex;
    margin: 10px auto;
    align-items: center;
    justify-content: center;
    width: 98% !important;
    padding: 20px;
    font-size: 1em;
}

.reset {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.forgot a {
    font-size: 15px;
    color: #259abc;
}

.forgot li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
}

.forgot {
    text-align: center;
}

.mezcla-icon-form {
    display: flex;
}

    .mezcla-icon-form i {
        border: 1px solid #ccc;
        padding: 16px 18px;
        margin: 8px 0;
        border-right: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: aliceblue;
    }

a {
    color: #259abc;
}

    a:hover {
        color: #094557;
    }

.content-form {
    width: 80%;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 12px;
}

    .content-form a {
        font-size: 12px;
    }

.content-footer {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    padding: 1em;
}


/*pagina Validar cuentas Creadas*/

.ValidarCuenta {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #009bbf;
    padding: 10px;
}


.ContentValidarCuenta {
    background: white;
    width: 600px;
    max-width: 100%;
    height: 550px;
    border-radius: 10px;
    padding: 30px;
    display: grid;
    align-content: center;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
                0 6.7px 5.3px rgba(0, 0, 0, 0.048), 
                0 12.5px 10px rgba(0, 0, 0, 0.06), 
                0 22.3px 17.9px rgba(0, 0, 0, 0.072), 
                0 41.8px 33.4px rgba(0, 0, 0, 0.086), 
                0 100px 80px rgba(0, 0, 0, 0.12);
}

.LogoValidarCuenta {
    height: 120px;
    width: 100%;
    margin: auto;
}

    .LogoValidarCuenta img {
        width: 100%;
        height: 100%;
    }

.mensaje h3 {
    font-size: 1.2em;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
    margin: auto;
}

.FormVerificarCuenta {
    display: flex;
    align-items: center;
}

    .FormVerificarCuenta input {
        border: 1px solid #ccc;
        padding: 20px;
        margin: 5px;
        border-radius: 0;
        width: 100%;
        text-align: center;
        font-size: 1em;
    }

    .FormVerificarCuenta input:last-child {
       background:#009bbf;
       color: #fff;
    }

        .FormVerificarCuenta input:last-child:hover {
            background: #fff;
            color: #009bbf;
            cursor:pointer;
        }


.verificar {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 5px;
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    background: #259abc;
    color: #fff;
}


@media (max-width: 1000px) {
    .content-are-left {
        display: none;
    }

    .content-login {
        grid-template-columns: 1fr;
    }

    .content-area-lexh-reg, .content-area-Recovery {
        display: none;
    }
}

/*RESPONSIVE*/
@media (max-width: 920px) {

    .content-login {
        display: block;
    }   

    .content-area-right {
        padding: 20px 0;
    }

    .content-area-Recovery{
        display:none;
    }

    .content-area-lexh-reg{
        display:none;
    }

}

@media (max-width: 768px) {

    .ContentValidarCuenta {
        padding: 15px;
    }

    .FormVerificarCuenta {
        flex-wrap: wrap;
    }

    .mensaje h3 {
        font-size: .8em;
    }

    .content-text-right img {
        width: 100%;
    }

    #Notificacion__successful, 
    #Notificacion__Error, 
    #Notificacion__Advertencia {
        left: 0;
        right: 0;
        margin: 10px;
    }

    .filas-descargas a {
        padding: 7px 15px 7px 0;
    }

    .manual {
        font-size: .8em;
        width: 291px;
    }
}

@media (max-height: 640px) {
    .registration .content-area-right {
        display: block;
    }

   
}

@media (max-width: 300px) {
    .content-area-right {
        height: auto;
    }

}