@import url('./_default.css');

.bg-login {
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-areas:
        'login'
        'copy';
    height: fit-content;
    background: #d82242;
}

.login-area {
    justify-self: center;
    align-self: center;
    grid-area: login;
    height: 95vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.copyright {
    width: 100%;
    grid-area: copy;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7a1225;
    box-shadow: 0 0 10px #00000070;
}

.copyright p {
    font-size: 12px;
    color: white;
    font-weight: 400;
    cursor: default;
    text-align: center;
}

.login-area .login {
    border-radius: 8px;
    width: 350px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding: 20px 12px;
    box-shadow: 0 0 10px #0000008a;
    background: white;
    position: relative;
    overflow: hidden;
}

.login-area .title {
    font-size: 36px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.login-area .login form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.login-area .login form .area_email {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    width: 90%;
    position: relative;
    overflow: hidden;
}

.login-area .login form .passwordView {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    position: relative;
    justify-content: center;
    width: 90%;
}

.passwordView i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 1;
    font-size: 20px;
}

.login-area .login form input {
    padding: 6px 35px 6px 8px;
    width: 100%;
    border: 1px solid #242424;
    background: white;
    position: relative;
    border-radius: 4px;
    outline: none;
    height: 40px;
}

.login-area .login form .area_email span {
    font-size: 16px;
    color: #262626;
    font-weight: 500;
}

.login-area .login form .passwordView span {
    font-size: 16px;
    color: #262626;
    font-weight: 500;
}

.login-area .login span a {
    color: #d82242;
}

/* Cor de fundo do autocomplete */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset;
}

/* Cor do texto do autocomplete */

input:-webkit-autofill {
    -webkit-text-fill-color: #262626 !important;
}

.login-area .login form .area_actions {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 90%;
    height: auto;
}

.login-area .login form .area_actions a {
    font-size: 16px;
    text-decoration: none;
    color: white;
    transition: all .25s;
    background: #595959;
    padding: 4px 12px;
    border-radius: 4px;
    text-align: center;
}

.login-area .login form .area_actions a:hover {
    background: #989898;
}

.login-area .login form .area_actions button {
    padding: 4px 12px;
    font-size: 16px;
    background: #d82242;
    outline: none;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: all .25s;
}

.login-area .login form .area_actions button:hover {
    background: #7a1225;
}

.copyright span {
    font-size: 12px;
    color: white;
    font-weight: 400;
}

.message {
    font-size: 12px;
    font-weight: 500;
    color: #d82242;
    text-align: center;
}

.area_select {
    width: 90%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}

.area_select span {
    font-size: 16px;
    color: #262626;
    font-weight: 500;
}

.area_select select {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #262626;
    width: 100%;
    outline: none;
    height: 40px;
}

.action_login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

span.placeholder {
    width: 97%;
    height: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    color: #878787 !important;
    display: flex;
    font-size: 14px !important;
    border-radius: 4px;
    font-weight: 400 !important;
    align-items: center;
    justify-content: flex-end;
}

.container_label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    width: 90%;
    height: auto;
    position: relative;
}

.container_label span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.container_label select {
    padding: 6px 35px 6px 8px;
    width: 100%;
    border: 1px solid #242424;
    background: white;
    position: relative;
    border-radius: 4px;
    outline: none;
    height: 40px;
}

.container_label i {
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    padding: 4px;
    border-radius: 4px;
    background: transparent;
}

.container_label i:hover {
    background: #0000000f;
}

p.error {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #d82242;
    font-weight: 500;
    text-align: center;
}

.container_label span .required_alert {
    font-size: 14px;
    color: #a8a8a8;
    position: relative;
    font-weight: 400;
    user-select: none;
    pointer-events: none;
}