frontend / app /(auth) /login /styles.css
hakeemsyd's picture
Topbar UI & login (#4)
dbf4bc6 verified
Raw
History Blame Contribute Delete
531 Bytes
.layout {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #f0f2f5; /* Optional: Change the background color as needed */
}
.content {
width: 100%;
max-height: 450px;
max-width: 400px;
padding: 24px;
background: white;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px; /* Optional: Add border radius for rounded corners */
}
.login-container {
width: 100%;
text-align: center;
}
.login-container .ant-typography {
margin-bottom: 24px;
}