html {
    scroll-behavior: smooth;
}

body {
    background-color: rgb(32, 37, 41);
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
    display: none;
    scroll-behavior: smooth;
}

.password-warning {
    color: red;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    display: none;
}

.input-error {
    border: 2px solid red !important;
}