
/**/
.brand h2{
    color: #0D2451;
    font-size: 2.25rem;
    font-weight: 700;
}
.main{
    flex: 1 0 auto;
    background: url(../images/page-signin-1.png) no-repeat center bottom;
    background-attachment: fixed;
    background-size: contain;
    flex-direction: column;
    
}
.signin-form{

    border-radius: .5rem;
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    background-color: #fff;
}
.signin-form h3{
    font-size: 1.5rem;
}

@media (min-width: 576px) {
    .signin-form {
        box-shadow: var(--bs-box-shadow) !important;
    }
}