.area-login-colaborador {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cadastro-login {
    width: 430px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    margin: 0 25px 40px 25px;
}

.titulo {
    width: 100%;
    height: 70px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: var(--bg-ambientation) no-repeat center;
    background-size: var(--bg-ambientation-size, cover);
}

.az {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.bz {
    color: #ffffff;
    font-size: 12px;
}

.area-login {
    height: 100%;
    padding: 15px;
    display: flex;
    flex-flow: column;
    color: #2A454A;
    font-size: 13px;
    background-color: #F2F4F4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}

.area-login h2 {
    font-size: 19px;
    font-weight: 500;
    margin: 25px 0;
}

.help {
    color: #31997d;
    font-weight: 600;
    font-size: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.help a:hover, .help a:active {
    color: #31997d;
    text-decoration: underline;
}

.area-login-titulo {
    padding-top: 10px;
}

.area-login-titulo.margin-bottom {
    margin-bottom: 30px;
}

#cpf {
    width: 200px;
}

#pwd_login, #pwd_cad_1, #pwd_cad_2 {
    width: 190px;
}

.buttons {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.btnCriarConta {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btnCriarConta:hover {
    color: #ff8000 !important;
}

.btnCriarConta:hover,
.btnCriarConta:focus,
.btnCriarConta:active {
    text-decoration: none;
    color: inherit;
}
