body, html {
    margin: 0;
    background-color: #eee;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#other-error{
    display:none;
    color: red;
}