@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital@0;1&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

html {
    height: 100%;
    width: 100%;
    position: fixed;
}

body {
    background-color: #343A40;
    height: 100%;
    width: 100%;
    /* position: fixed;
    overflow: none; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#login {
    /* width: 100vw;
    height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

form {
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

form input {
    padding-left: 12px;
    border: 0;
    border-radius: 4px;
    font-style: italic;
}

form button {
    /* padding: 4px; */
    height: 28px;
    border: 0;
    border-radius: 4px;
    background-color: rgb(224, 68, 68);
    color:white;
    cursor: pointer;
    font-size: 14px;
}

#title {
    margin-bottom: 40px;
    font-size: 32px;
}

#subtitle {
    margin-top: 40px;
    font-size: 32px;
}

input {
    height: 28px;
    margin-bottom: 10px;
}

#credits p {
    padding-right: 12px;
}

a {
    text-decoration: none;
    color: white;
}

#login-response {
    color: #ff0000;
    margin-top: 5px;
    height: 15px;
    font-size: 15px;
}
#credits {
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

input:hover {
    background-color: lightgray;
}

button:hover {
    background-color: cadetblue;
}

p {
    font-size: 12px;
}

#login img {
    width: 48px;
    height: 48px;
}

#footer {
    margin-top: 5px;
}

/*########################
M E D I A  Q U E R I E S
########################*/
@media (min-width: 321px) {

}

@media (min-height: 321px) {

}

@media (min-width: 376px) {

}

@media (min-height: 376px) {
    #emw-login img {
        width: 30px;
        height: 30px;
    }
    #emw-title {
        margin-bottom: 30px;
        font-size: 20px;
    }
    #login-response {
        margin-top: 10px;
        height: 20px;
        font-size: 16px;
    }
    #credits {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 426px) {

}

@media (min-height: 426px) {
    #emw-login img {
        width: 34px;
        height: 34px;
    }
    #emw-title {
        margin-bottom: 30px;
        font-size: 24px;
    }
    #login-response {
        margin-top: 10px;
        height: 20px;
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    form {
        width: 340px;
    }
    /* #emw-title {
        margin-bottom: 60px;
        font-size: 24px;
    } */
    /* p {
        font-size: 18px;
    }
    #login-response {
        margin-top: 30px;
    }
    #credits {
        width: 400px;
        margin-top: 30px;
        margin-bottom: 12px;
    } */
}

@media (min-height: 769px) {
    #emw-login img {
        width: 34px;
        height: 34px;
    }
    #emw-title {
        margin-bottom: 50px;
        font-size: 32px;
    }
    #login-response {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 20px;
        font-size: 16px;
    }
    #credits {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    p {
        font-size: 14px;
    }
    input {
        height: 36px;
        margin-bottom: 15px;
    }
    form button {
        height: 36px;
        font-size: 16px;
    }
}

@media (min-width: 1025px) {
    form {
        width: 400px;
    }
}

@media (min-height: 1025px) {
    #emw-login img {
        width: 36px;
        height: 36px;
    }
    #emw-title {
        margin-bottom: 60px;
        font-size: 32px;
    }
    #login-response {
        margin-top: 20px;
        /* margin-bottom: 20px; */
        height: 20px;
        font-size: 16px;
    }
    #credits {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    p {
        font-size: 14px;
    }
    input {
        height: 36px;
        margin-bottom: 15px;
    }
    form button {
        height: 36px;
        font-size: 16px;
    }
}

@media (min-width: 1441px) {

}