.pLoginUser {
    font-family: 'Tahoma';
    color: #353535;
    font-weight: bold;
    text-align: start;
    margin-left: 30px;
}
.formLoginUser {
    margin-left: 0%;
}
.labelLoginUser {
    color: #404040;
    font: Tahoma;
    font-size: 16px;
    position: flex;
    left: 10%;
}
.inputLoginUser, .inputLoginUser:hover {
    border-color: #c4c4c4;
    font-family: 'Tahoma';
    font-size: 14px;
    color: #909090;
}
.inputLoginUser:focus {
    box-shadow: 0 0 0 0;
    border-color: #c4c4c4;
    outline: 0;
}
.inputSenhaUser, .inputSenhaUser:hover {
    border-color: #c4c4c4;
    font-family: 'Tahoma';
    font-size: 14px;
    color: #909090;
    border-right: 0;
}
.inputSenhaUser:focus {
    box-shadow: 0 0 0 0;
    border-color: #c4c4c4;
    outline: 0;
}
.pDuvidas {
    margin-top: 15px; 
    margin-left: 27%;
    color: #404040;
}
.botaoLoginUser {
    width: 100%;
    background-color: var(--cor-primaria);
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    margin-top: 5%;
}
.botaoLoginUser:hover {
    background-color: var(--cor-primaria);
    color: #FFFFFF;
}
.pFale {
    color: #A5A5A5;
    font-family: 'Tahoma';
    font-size: 12px;
}
.pFale:hover {
    color: #A5A5A5;
    text-decoration: underline;
}
.pEsqueci {
    font-family: 'Tahoma';
    font-size: 12px;
    color: #A5A5A5;
    text-align: center;
    margin-top: 5px;
}
.criarConta {
    color: #000000;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 28px;
    left: 95px;
}
.recado {
    color: #FF0000;
    font-family: 'Tahoma';
    font-size: 12px;
    position: relative;
    left: 230px;
    margin: 0;
}
.recadologin {   
    color: #FF0000;
    font-family: 'Tahoma';
    font-size: 12px;
}
.recadoEmail {
    color: #FF0000;
    font-family: 'Tahoma';
    font-size: 12px;
}
.desaparecer {
    display: none;
}
.divTipo {
    margin-bottom: 20px;
}
.tipoContaSelect {
    margin-left: 15px;
}
.botaoDiv {
    position: relative;
    bottom: 25px;
}
.corDoOla {
    color: tomato;
}

.botaoLoginUserMobile {
    /* margin-left: 25%; */
    width: 100%;
    background-color: var(--cor-primaria);
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    margin-top: 5%;
}

.botaoLoginUserMobile:hover {
    background-color: var(--cor-primaria);
    color: #FFFFFF;
}

.pEsqueciMobile {
    /* margin-left: 31%; */
    margin-top: 3%;
}

.pDuvidasMobile {
    margin-top: 15px;
    /* margin-left: 27%; */
    color: #404040;
}
/* ---------------------------------------------------Celular----------------------------------------------- */
.secaoCadastroUsuarioCel {
    min-height: 400px;
    background-color: #FFFFFF;
}
.criarContaCel {
    color: #000000;
    font-family: 'Montserrat';
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    bottom: 20px;
    left: 20%;
}
.pIndent {
    font-family: 'Tahoma';
    font-weight: bold;
    font-size: 18px;
    margin-top: 5%;
}
.pLoginUserCel {
    font-family: 'Tahoma';
    color: #353535;
    font-weight: bold;
}
/* ---------------------------------------------------Tablet------------------------------------------------ */
.espacoParaTablets {
    height: 100px;
}
.linhaEmBaixo {
    border-bottom: solid 1px #909090;
    margin: 5%;
}
.pIdentificacao {
    margin-top: 5%;
    font-family: 'Tahoma';
}
.pCadastroUserMobile {
    font-family: 'Tahoma';
}
.grupoLoginUserTab {
    background-color: #FFFFFF;
    padding-top: 30px;
}
.pIndentTab {
    font-family: 'Tahoma';
    font-weight: bold;
    font-size: 18px;
    margin-top: 5%;
}
.pLoginUserTab {
    font-family: 'Tahoma';
    color: #353535;
    font-weight: bold;
    text-align: start;
    margin-left: 38px;
}
.criarContaTab {
    color: #000000;
    font-family: 'Montserrat';
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    bottom: 20px;
    left: 25%;
}