sorry, this content is for subscribers only.

Log In

Sign up Today!

User Profile

body {
margin: 0;
background: #f2f3f2; /* page background */
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.center-screen {
min-height: 100vh;
display: flex;
align-items: center; /* vertical center */
justify-content: center; /* horizontal center */
}

.login-card {
background: #e6e6e6;
padding: 40px 60px;
border-radius: 12px;
text-align: center;
max-width: 420px;
box-shadow: 0 4px 16px rgba(0,0,0,.08);
}

.login-card img {
display: block;
margin: 0 auto 16px;
width: 40px; /* adjust as needed */
height: auto;
}

.login-card hr {
margin: 24px auto;
width: 70%;
border: 0;
border-top: 1px solid #cccccc;
}

.login-card small {
font-size: 0.9rem;
}