html {
    font-size: 16px;
}

body {
    background-color: #f5f5f5;
    color: #232323de;
    font-size: 14px;
}

h1 {
    font-size: 5.25rem !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    text-align: center !important;
    margin: 0 !important;
    margin-bottom: 1rem !important;
}

h2 {
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

h6 {
    font-size: 0.87rem;
    font-weight: 500;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.login-content {
    background: var(--primary-dark-color);
    color: var(--primary-dark-text);
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 #25282a4d;
    margin: 3rem .5rem .5rem;
    min-width: min(calc(100% - 1rem), 37rem);
    max-width: min(calc(100% - 1rem), 37rem);
}

.login-content.responsive {
    max-width: none;
}

.login-header {
    background-color: var(--primary-color);
    color: var(--primary-text);
    width: 5rem;
    height: 5rem;
    margin: -2.5rem auto 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.25rem;
}

.login-body {
    margin: 1rem 2.25rem;
}

.login-body form {
    margin-bottom: 0 !important;
}

.login-body .login-title {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 1rem;
}

.login-footer {
    padding: .7rem 0;
    border-top: 1px solid rgba(0,0,0,.125);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-body form {
    /*margin-top: 1.4rem;*/
}

.login .label_small {
    color: #efefef !important;
    font-size: 12px;
    user-select: none;
}

.login .control-label.label_small {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    line-height: 18px;
}

.login .btn-primary {
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.login ul.causas {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.login ul.causas > li {
    margin-bottom: 3px;
}