/* SR Auth plugin custom styles */

.sr-auth-container { padding: 24px; }
.sr-auth-container .card { box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.sr-account .avatar { color: #6c757d; }

/* Make forms slightly narrower on large screens */
@media (min-width: 992px) {
    .sr-auth-container .card { max-width: 720px; }
}

/* Small utility */
.sr-auth-logo { max-height: 72px; display: inline-block; margin-bottom: 12px; }
