9 lines
182 B
CSS
9 lines
182 B
CSS
.login {
|
|
justify-content: start;
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-top: 3rem;
|
|
padding-bottom: 3rem;
|
|
min-height: 600px;
|
|
} |