30 lines
389 B
SCSS
30 lines
389 B
SCSS
@import "@Themes/constants.scss";
|
|
|
|
.root {
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 530px;
|
|
margin: auto;
|
|
margin-top: 220px;
|
|
|
|
.title {
|
|
text-align: left;
|
|
|
|
@media (max-width: $screen-s) {
|
|
font-family: 48px;
|
|
}
|
|
}
|
|
|
|
.form {
|
|
margin-top: 32px;
|
|
.submit_button {
|
|
margin-top: 32px;
|
|
}
|
|
|
|
.forgot-password {
|
|
margin-top: 8px;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|