/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


@media (max-width: 576px) {
    .login-bg {
        padding: 1rem;
    }
    
    .auth-card {
        width: 100%;
        max-width: 380px;
    }
}


@media (max-width: 400px) {
    .login-bg {
        padding: 0.75rem;
    }
    
    .auth-card {
        width: calc(100% - 1.5rem);
        max-width: none;
    }
}

.divider {
  display:flex;align-items:center;margin:1.5rem 0;
}
.divider::before,.divider::after{
  content:"";flex:1;height:1px;background:#9ca3af;
}
.divider span{
  margin:0 .75rem;font-size:.75rem;color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;
}