.or-container {
    max-width: 450px;
    font-size: 0.9rem;
    color: #6b6b6b;
    font-weight: 600;
}
.or-container hr {
    width: 100%;
    height: 2px;
    background-color: #6b6b6b;
    border-radius: 0.2rem;
}

.forgot-password {
    font-size: 1.05rem;
}

.branding-logo {
    width: 8rem;
    height: auto;
}

h1 {
    font-size: 1.5rem !important;
}