2024-04-22 15:34:00 +02:00

31 lines
409 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;
cursor: pointer;
}
}
}