@import "@Themes/constants.scss"; .root { display: flex; flex-direction: column; .title { text-align: left; @media (max-width: $screen-s) { font-family: 48px; } } .form { margin-top: 32px; .password_indication { margin-top: 8px; margin-bottom: 24px; } .submit_button { margin-top: 32px; } } }