body {
    background-image: url('../img/background/fundo.png');
    background-position: center;
    background-color: transparent;
}

.navbar {
    height: 5rem;
}

.row {
    height: calc(100vh - 5rem);
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.card {
    width: 17.5rem;
}

.card,
.card-header,
.card-footer {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin: auto;
}

.card-body {
    padding: 0 !important;
}

h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-auth-h3);
    margin: 1.5rem 0;
    text-transform: uppercase;
}

p {
    font-size: 0.8rem;
    color: var(--text-auth-p);
}

.auth-input-group {
    border-bottom: 0.1rem solid var(--border-auth-input-group) !important;
}

.auth-input-prepend {
    background: var(--bg-auth-input-prepend);
    color: var(--text-auth-input-prepend);
    margin-right: 0;
    width: 2.5rem;
    justify-content: center;
    align-items: center;
}

.auth-input-text {
    border: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
}

.auth-input {
    color: var(--text-auth-input);
    border-radius: 0;
    border: 0;
    font-size: 0.8rem;
    padding: 0;
}

.auth-input:focus,
.auth-input:active {
    box-shadow: none;
}

.form-control {
    padding-left: 0.5rem !important;
}

.auth-button {
    font-size: 0.9rem;
    font-weight: 700;
    border: 0 !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    border-bottom: 0.15rem solid var(--border-auth-button) !important;
    background-color: var(--bg-auth-button) !important;
    color: var(--text-auth-button) !important;
    box-shadow: none !important;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}

.auth-button:hover,
.auth-button:focus,
.auth-button:active {
    background-color: var(--bg-auth-button-active) !important;
    color: var(--text-auth-button-active) !important;
    box-shadow: none !important;
}

.auth-link,
.auth-link:hover,
.auth-link:active {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-auth-link);
    text-decoration: none;
    cursor: pointer;
}

hr {
    border-top: 1px solid darkgray !important;
}

.prociv-img-financiadores {
    filter: grayscale(100%);
}

.auth-error {
    font-family: 'Nunito', sans-serif;
    font-size: 0.8rem;
    color: var(--text-auth-error);
}