﻿html, body {
    height: 100%;
    margin: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #808080;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #808080;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    border: none;
}
:link:hover { 
    outline-color: white; 
}


/* Início Estilização Desktop */
.main-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.left-container {
    background-image: linear-gradient(to bottom right, #0d1784 33%,#5f20a8,#9918ed);
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.img-logo {
    width: 65%;
    cursor: pointer;
}

.img-logo-mobile {
    display: none;
}

.right-container {
    background-color: #E8E9F9;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.title-right-container {
    color: black;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    padding: 2% 0px 5% 0px;
    margin: 0;
    font-family: 'Russo One', sans-serif;
    letter-spacing: 1px;
}

.container-login {
    display: flex;
    flex-direction: column;
}

.input-login-space {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10% 0 10%;
}

.cpf {
    width: 260px;
    margin: 0px 0px 10% 0px;
    border-radius: 50px;
    height: 60px;
    padding: 0px 0px 0px 15px;
    border: 1px solid #0d1784;
    cursor: pointer;
    color: black;
    outline-color: #9918ed;
    background-color: #E8E9F9;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    display: flex;
}

.senha {
    width: 260px;
    margin: 0;
    border-radius: 50px;
    height: 60px;
    padding: 0px 0px 0px 15px;
    border: 1px solid #0d1784;
    cursor: pointer;
    color: black;
    outline-color: #9918ed;
    background-color: #E8E9F9;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
}

.forget-password-space {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 10% 0 10% 0;
}

.forget-password {
    display: flex;
    text-decoration: underline;
    text-decoration-color: #F54C00;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    font-size: 16px;
    cursor: pointer;
    color: black;
    font-family: 'Titillium Web', sans-serif;
}

.entrar-button-space {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.button-entrar {
    height: 50px;
    background-image: linear-gradient(to right, #0d1784 33%,#5f20a8,#9918ed);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    width: 190px;
}
.space-button-change-acess{
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 5% 0 0;
}
.content-right-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 90%;
    flex-grow: 1.5;
}
.form-right-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.change-acess{
    height: 50px;
    background-image: linear-gradient(to right, #0d1784 33%,#5f20a8,#9918ed);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    width: 200px;
    display: flex;
}
.change-acess:hover{
    height: 50px;
    background-image: linear-gradient(to right, #0d1784 33%,#5f20a8,#9918ed);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    width: 200px;
    display: flex;
}
.change-acess-2{
    height: 50px;
    background-image: linear-gradient(to right, #0d1784 33%,#5f20a8,#9918ed);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    width: 220px;
    display: flex;
}
.change-acess-2:hover{
    height: 50px;
    background-image: linear-gradient(to right, #0d1784 33%,#5f20a8,#9918ed);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    width: 220px;
    display: flex;
}
.forgot-password{
    color: #9918ed;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    text-decoration: underline;
}
.forgor-password:hover{
    color: #9918ed;
}

.right-white-arrow {
    width: 25%;
    padding: 0px 0px 0px 9%;
}

.forget-mobile-password-space {
    display: none;
}

.white-mobile-line {
    display: none;
}

.be-a-associate-space {
    display: none;
}

.button-entrar-mobile {
    display: none;
}

/* Fim Estilização Desktop */


/* Início Estilização Laptop 1024px x 658px */
@media (min-width:1024px) and (max-width:1399px) {
    .img-logo-mobile {
        display: none;
    }

    .title-right-container {
        font-size: 22px;
        padding: 5% 0 5% 0;
    }

    .cpf {
        height: 50px;
        font-size: 18px;
    }

    .senha {
        height: 50px;
        font-size: 17px;
    }

    .forget-password {
        font-size: 17px;
    }

    .button-entrar {
        height: 50px;
        font-size: 17px;
        width: 190px;
    }

    .button-entrar-mobile {
        display: none;
    }
}
/* Fim Estilização  Laptop 1024px x 658px */


/* Início Estilização Tablet 768px x 523px */
@media (min-width:768px) and (max-width:1023px) {
    .img-logo-mobile {
        display: none;
    }

    .img-logo {
        width: 75%;
    }

    .title-right-container {
        font-size: 18px;
        padding: 0 0 10% 0;
    }

    .cpf {
        width: 200px;
        margin: 0 0 15% 0;
        height: 50px;
        font-size: 16px;
    }

    .senha {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }

    .forget-password-space {
        padding: 15% 0 15% 0;
    }

    .forget-password {
        font-size: 16px;
    }

    .button-entrar {
        height: 50px;
        font-size: 16px;
        width: 70%;
    }

    .button-entrar-mobile {
        display: none;
    }
}
/* Fim Estilização  Laptop 1024px x 658px */


/* Início Estilização Mobile Large 1024px x 658px */
@media (min-width:425px) and (max-width:767px) {
    .right-container {
        width: 100%;
        background-image: linear-gradient(to bottom right, #0d1784 33%,#5f20a8,#9918ed);
        height: fit-content;
    }

    .img-logo-mobile {
        display: block;
        width: 70%;
        margin: 0px 0px 25% 0px;
    }

    .left-container {
        display: none;
    }

    .title-right-container {
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 0 0% 20% 0%;
        font-weight: 500;
        width: 100%;
    }

    .cpf {
        margin: 0px 0px 15% 0px;
        height: 50px;
        font-size: 13px;
        padding: 0 0 0 25px;
    }

    .senha {
        margin: 0px 0px 10% 0px;
        height: 50px;
        font-size: 13px;
        padding: 0 0 0 25px;
    }

    .forget-password-space {
        display: none;
    }

    .forget-password {
        display: none;
    }

    .login-button-space {
        display: none;
    }

    .entrar-button-space {
        display: none;
    }

    .mobile-button-login-space {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .button-entrar-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: 60px;
        font-size: 16px;
        background: #030091;
        font-family: 'Titillium Web', sans-serif;
        border-radius: 50px;
        color: white;
        border: none;
        margin: 15% 0 15% 0;
    }
    .forgot-password{
        color: white;
    }

    .forget-password-mobile-space {
        width: 100%;
        display: flex;
    }

    .forget-mobile-password {
        display: flex;
        text-decoration: underline;
        text-decoration-color: #F54C00;
        text-underline-offset: 5px;
        text-decoration-thickness: 1px;
        font-size: 16px;
        cursor: pointer;
        color: white;
        font-family: 'Titillium Web', sans-serif;
        justify-content: center;
        font-weight: 400;
        font-size: 16px;
    }

    .forget-mobile-password-space {
        display: block;
        padding: 5% 0px 15% 0%;
    }

    .white-mobile-line {
        width: 75%;
        display: block;
        padding: 10% 0 20% 0;
    }

    .be-a-associate-space {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 5% 0px 13% 0px;
        gap: 5%;
        width: 100%;
    }

    .be-a-associate-call {
        margin: 0;
        align-items: center;
        display: flex;
        font-size: 16px;
        color: white;
        justify-content: center;
        align-items: center;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 450;
        background-color: #030091;
        border-radius: 50px;
        border: none;
        height: 60px;
        margin: 5% 0px 0px 0px;
        width: 50%;
        font-size: 16px;
    }
    .space-button-change-acess{
        display: none;
    }
}
/* Fim Estilização Mobile Large 1024px x 658px */


/* Início Estilização Mobile Medium 375px x 424px */
@media (min-width:375px) and (max-width:424px) {
    .right-container {
        width: 100%;
        background-image: linear-gradient(to bottom right, #0d1784 33%,#5f20a8,#9918ed);
        height: fit-content;
    }

    .img-logo-mobile {
        display: block;
        width: 75%;
        margin: 5% 0px 25% 0px;
    }

    .left-container {
        display: none;
    }

    .title-right-container {
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 0 0% 20% 0%;
        font-weight: 500;
        width: 100%;
    }

    .cpf {
        margin: 0px 0px 15% 0px;
        height: 50px;
        font-size: 13px;
        padding: 0 0 0 20px;
    }

    .senha {
        margin: 0px 0px 10% 0px;
        height: 50px;
        font-size: 13px;
        padding: 0 0 0 20px;
    }

    .forgot-password{
        color: white;
    }

    .forget-password {
        display: none;
    }

    .button-entrar {
        display: none;
    }

    .forget-password-space {
        display: none;
    }

    .mobile-button-login-space {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .button-entrar-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: 60px;
        font-size: 16px;
        background: #030091;
        font-family: 'Titillium Web', sans-serif;
        border-radius: 50px;
        color: white;
        border: none;
        margin: 15% 0 15% 0;
    }

    .forget-password-mobile-space {
        width: 100%;
        display: flex;
    }

    .forget-mobile-password {
        display: flex;
        text-decoration: underline;
        text-decoration-color: #F54C00;
        text-underline-offset: 5px;
        text-decoration-thickness: 1px;
        font-size: 16px;
        cursor: pointer;
        color: white;
        font-family: 'Titillium Web', sans-serif;
        justify-content: center;
        font-weight: 400;
        font-size: 16px;
    }

    .forget-mobile-password-space {
        display: block;
        padding: 0px 0px 15%;
    }

    .white-mobile-line {
        width: 75%;
        display: block;
        padding: 10% 0 20% 0;
    }

    .be-a-associate-space {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 7% 0px 15% 0px;
        gap: 5%;
        width: 100%;
    }

    .be-a-associate-call {
        margin: 0;
        align-items: center;
        display: flex;
        font-size: 16px;
        color: white;
        justify-content: center;
        align-items: center;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 450;
        background-color: #030091;
        border-radius: 50px;
        border: none;
        height: 60px;
        margin: 5% 0px 0px 0px;
        width: 50%;
        font-size: 16px;
    }
    .space-button-change-acess{
        display: none;
    }
}
/* Fim Estilização Mobile Medium 375px x 424px */


/* Início Estilização Mobile Small 320px x 374px */
@media (min-width:320px) and (max-width:374px) {
    .right-container {
        width: 100%;
        background-image: linear-gradient(to bottom right, #0d1784 33%,#5f20a8,#9918ed);
        height: fit-content;
    }

    .img-logo-mobile {
        display: block;
        width: 80%;
        margin: 8% 0px 30% 0px;
    }

    .left-container {
        display: none;
    }

    .title-right-container {
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 0 0% 20% 0%;
        font-weight: 500;
        width: 100%;
    }

    .cpf {
        margin: 0px 0px 18% 0px;
        height: 50px;
        font-size: 15px;
        padding: 0 0 0 25px;
    }

    .senha {
        margin: 0px 0px 5% 0px;
        height: 50px;
        font-size: 13px;
        padding: 0 0 0 25px;
    }

    .forget-password {
        display: none;
    }

    .forgot-password{
        color: white;
    }

    .entrar-button-space {
        display: none;
    }

    .forget-password-space {
        display: none;
    }

    .mobile-button-login-space {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .button-entrar-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: 55px;
        font-size: 16px;
        background: #030091;
        font-family: 'Titillium Web', sans-serif;
        border-radius: 50px;
        color: white;
        border: none;
        margin: 15% 0 20% 0;
    }

    .forget-password-mobile-space {
        width: 100%;
        display: flex;
    }

    .forget-mobile-password {
        display: flex;
        text-decoration: underline;
        text-decoration-color: #F54C00;
        text-underline-offset: 5px;
        text-decoration-thickness: 1px;
        font-size: 16px;
        cursor: pointer;
        color: white;
        font-family: 'Titillium Web', sans-serif;
        justify-content: center;
        font-weight: 400;
        font-size: 15px;
    }

    .forget-mobile-password-space {
        display: block;
        padding: 0px 0px 15%;
    }

    .white-mobile-line {
        width: 75%;
        display: block;
        padding: 10% 0 20% 0;
    }

    .be-a-associate-space {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 5% 0px 15% 0px;
        gap: 5%;
        width: 100%;
    }

    .be-a-associate-call {
        margin: 0;
        align-items: center;
        display: flex;
        font-size: 16px;
        color: white;
        justify-content: center;
        align-items: center;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 450;
        background-color: #030091;
        border-radius: 50px;
        border: none;
        height: 55px;
        margin: 5% 0px 0px 0px;
        width: 55%;
        font-size: 15px;
    }
    .space-button-change-acess{
        display: none;
    }
}
/* Fim Estilização Mobile Small 320px x 374px */
