@media only screen and (max-width: 750px),(max-width: 750px) and (max-height: 490px) {
    body {
        padding-top: 1%;
        background: linear-gradient(to top, #353F50 63%, #1C212E 37% );
        background-repeat: no-repeat;
        background-attachment: fixed;
        text-align: center;
    }
    form {
        border-radius: 5%;
        background: #ffffff;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 10px;
        max-width: 200px;
        margin: auto;
    }
    #logo {
        width: 50%;
    }
    h2 {
        font-weight: bold;
        color: #ffffff;
        font-family: 'Space Mono', monospace; 
    }
    .right {
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
    }
    input {
        font-family: 'Poppins', sans-serif;
        max-width: 180px;
    }
    a {
        text-decoration: none;
        color: #e55315;
    }
    button {
        font-family: 'Poppins', sans-serif;
        outline: 0;
        border: 0;
        border-radius: 3px;
        background: #e55315;
        margin-top: 5px;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
    }
    .error {
        border-color: orangered;
        border-width: 2px;
        border-style: solid;
    }
    #logout {
        margin-left: 15px;
    }
}