body {
    background-image: url("../../imagens/background_login_academico.865a14fa13ce.png") !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.font-roboto-mono {
    font-family: 'Roboto Mono', monospace;
}

.custom-input-bg {
    background-color: #F2EBED;
}

.rectangle {
    width: 50%;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.30);
    border-radius: 3rem;
    transform: translate(-50%, -50%);
}

.login-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0.75rem;
}

.login-brand-icon {
    height: auto;
    width: min(20rem, 95%);
    max-height: 9rem;
    object-fit: contain;
    flex-shrink: 0;
}

.login-brand-wordmark {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #7C1026;
    line-height: 1.25;
    text-align: left;
}

@media (min-width: 640px) {
    .login-brand-icon {
        width: min(24rem, 100%);
        max-height: 10.5rem;
    }

    .login-brand-wordmark {
        font-size: 1.05rem;
    }
}