body {

    margin-top: 15vh;
    background-image: none;

    * {
        margin: 1vh;
    }

    input#login {
        width: 222px;
        background-color: white;
        border-radius: 5px;
        border: 1px solid;
        box-shadow: 1px 1px;
    }

    input#login:hover {
        background-color: whitesmoke;
    }

    input#register {
        width: 222px;
        background-color: white;
        border-radius: 5px;
        border: 1px solid;
        box-shadow: 1px 1px;
    }

    input#register:hover {
        background-color: whitesmoke;
    }
}

@media screen and (orientation: landscape) {

}