html * {
    font-family: Anek Latin;
}

body {
    margin: 0px;
}

.container {
    width: 100vw;
    height: calc(100vh - 250px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    font-size: 1em;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #C20332;
}

.subTitle {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.loginInput,
.passwordInput {
    flex: 1;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1em;
    border: 0;
    /* padding: 0.5rem 0.5rem 0.5rem 0; */
    color: #b2b2b2;
    background: #EDEDED;
    font-size: medium;
    box-sizing: border-box;
    border-radius: 0.5em;
}

.loginInputError,
.passwordInputError {
    flex: 1;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1em;
    border: 0;
    /* padding: 0.5rem 0.5rem 0.5rem 0; */
    color: #C20332;
    background: #EDEDED;
    font-size: medium;
    box-sizing: border-box;
    border-radius: 0.5em;
}

.loginInputDetail {
    height: 4em;
    margin: 1em 0;
}

input[type="submit"] {
    background: #C20332;
    border-radius: 0.5em;
    border: 0;
    color: #FFF;
    padding: 1em;
    margin: 1em 0;
    width: 100%;
}

form {
    display: flexbox;
    width: 30%;
}

.fa-eye,
.fa-eye-slash {
    color: #b2b2b2;
    align-self: center;
    margin: 0.5em;
    font-size: 1.2rem;
    cursor: pointer;
}

.inputIconContainer {
    display: inline-flex;
    border: 0;
    border-radius: 0.5em;
    overflow: hidden;
    margin: 1em 0;
    width: 100%;
    background: #EDEDED;
}

.forgetPassLink {
    color: #b2b2b2;
    justify-content: center;
    display: flex;
}

.errorMsg {
    color: #C20332;
    justify-content: center;
    display: flex;
}

/* Ruan Oliveira - 23/11/2023 - SD64871. Novo pop up tela de login link resolvafacil */
.logo {
    height: 80px;
    object-fit: contain;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em 0;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9998;
}

.modal-frame {
    width: 45%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px 10px 32px 10px;
    background: #FFFFFF;
    border-radius: 24px;
    position: fixed;
    z-index: 9999;
}

.close-btn {
    width: 731px;
    height: 44px;
    cursor: pointer;
    animation-duration: 0ms;
    position: absolute;
    left: 94%;
    top: 8%;
}

.loginlello {
    height: 50px;
    font-size: 1em;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #C20332;
}

.descricao {
    font-size: 1em;
    line-height: 20px;
    text-align: center;
}

.container-link {
    display: flex;
    gap: 20px;
    padding: 10px;
    justify-content: space-evenly;
}

.custom-link {
    flex: 1;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 0.9em;
    color: inherit;
    padding: 32px 35px;
    border-radius: 12px;
    background: #EAEAEA;
    box-shadow: 2px 1px 10px 0 #00000017;
}

.custom-link:hover {
    background: #D5D5D5;
}
