.pagina-entrar{
    background: linear-gradient(113.12deg, #A6517C 4.59%, #8BA48E 103.07%);
}

.bg-img-entrar{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: calc(100vh - 88px);
    width: 100%;
    box-sizing: border-box;
    min-height: 650px;
}
.bg-img-entrar.cadastro{
    height: calc(100vh - -25px);
}
/* --- Area Logo --- */
.area-logo-branca{
    width: 50%;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px){
    .div-logoBranca {
        display: none;
    }
}

.logo-branca{
    width: 476px;
    height: 224px;
    user-select:none;
}

/* --- Area Login --- */
.area-login{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-entrar{
    width: 460px;
    min-height: 480px;
    background-color: #FFFFFF;
    border-radius: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    z-index: 1;
}

.logo-DP{
    width: 65%;
    margin: auto;
}

.fa-arrow-left{
    font-size: 21px;
    align-self: flex-start;
    color: #A6517C;   
    cursor: pointer;
}

.desc-entrar{
    margin-top: 45px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #7D7987;
}
.desc-entrar.subtitle{
    margin-top: -9px !important;
}
.title_form{
    color: #7D7987;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}
.form-entrar{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-entrar input{
    margin-top: 10px;
    align-self: center;
    width: 100%;
    height: 35px;
    background-color: #EEEEEE;
    border: #D6D6D6 solid 1px;
    border-radius: 10px;
    padding:0% 5% 0% 11%;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
}

.input-entrar .fa-user,.input-entrar .fa-key,.input-entrar .fa-building-user,.input-entrar .fa-envelope {
    position: absolute;
    color: #A6517C;
    transform: translate(15px, 21px);
}
.input-entrar.lembrar{
    margin-bottom: 20px;
}
.esqueci-senha{
    align-self: flex-end;
    margin:7px 0px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    text-align: right;
    color: #7D7987;
    text-decoration: none;
}

.esqueci-senha:hover{
    text-decoration: underline;
}

.btn-entrar{
    margin-top: 5px;
    height: 33px;
    border-radius: 30px;
    border: none;
    background-color: #A6517C;
    color: #FFFFFF;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
}

.btn-entrar:hover{
    border: #A6517C solid 1px;
    background-color: #FFFFFF;
    color: #A6517C;
    cursor: pointer;
}

.div-contato{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.p-contato{
    width: 50%;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #7D7987;
    text-align: start;
}

.btn-contato{
    width: 180px;
    height: 35px;

    background: none;
    border: #8BA48E solid 1px;
    border-radius: 46px;
    
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #8BA48E;
}

.btn-contato:hover{
    background: #8BA48E;
    color: #FFFFFF;
    cursor: pointer;
}

/* --- FOOTER --- */

.footer{
    background-color: #1A1A1A;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
}

.nav h3{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    color: #A6517C;
}

.nav p{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.titulo-footer{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #7D7987;
}

.social i{
    color: #FFFFFF;
    width: 27px;
}

.powered {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.powered h3{
    padding: 0;
    margin: 0;
};

@media (max-width: 600px) {
    .bg-img-entrar.cadastro{
        height: calc(100vh - -231px);
    }
}
