11 lines
138 B
CSS
11 lines
138 B
CSS
.home-welcome {
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
#login-main {
|
|
max-width: 400px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|