#login > .custom-card {
    max-width: 500px;
    width: 100%;
}
.bg-login{
    margin-top: 90px !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login h2 {
    font-size: 3rem;
}

#login p {
    font-size: 1rem;
}
