.form-label {
    font-weight: 600;
    font-size: .95rem;
}

.auth-wrapper .brand-logo {
    display: flex;
    margin: 1rem 0 2rem 0;
    
}

.auth-wrapper .brand-logo h2 {
    line-height: 36px;
}

.auth-wrapper .brand-logo img {
    display: inline-block;
    width: 36px;
}