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%);
}