body,
hrml {
    height: 100%;
    min-height: 100vh;
}

.page-container {
    margin: 120px auto 0 auto;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

form {
    position: relative;
    width: 305px;
    margin: 34%;
    text-align: center;
    /*margin-left: 100%;*/
}

@media screen and (min-width: 39em) and (max-width: 63.9375em) {
    #login_2021 {
        background: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        padding: 0% 0% 0% 0%;
    }
    body {
        background-image: 0;
        background-size: cover;
        height: 100%;
        width: 100%;
        -webkit-animation: background-image 60s infinite;
        /* Safari 4+ */
        -moz-animation: background-image 60s infinite;
        /* Fx 5+ */
        -o-animation: background-image 60s infinite;
        /* Opera 12+ */
        animation: background-image 60s infinite;
        /* IE 10+, Fx 29+ */
    }
}

@media screen and (max-width: 40em) {
    #login_2021 {
        background: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        padding: 0% 0% 0% 0%;
    }
    body {
        background-image: 0;
        background-size: cover;
        height: 100%;
        width: 100%;
        -webkit-animation: background-image 60s infinite;
        /* Safari 4+ */
        -moz-animation: background-image 60s infinite;
        /* Fx 5+ */
        -o-animation: background-image 60s infinite;
        /* Opera 12+ */
        animation: background-image 60s infinite;
        /* IE 10+, Fx 29+ */
    }
}

input:-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #c0c0c0;
}

input:focus {
    outline: none;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
}

button:hover {
    -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
}

button:active {
    -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1) inset, 0 1px 4px 0 rgba(0, 0, 0, .1);
    border: 0px solid #ef4300;
}

@media screen and (max-width: 39.9375em) {
    form {
        position: relative;
        width: 305px;
        margin: 15px auto 0 auto;
        text-align: center;
    }
}