#page-wrapper {
    background: url(../../images/login-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

body {
    height: 100vh;
    font-family: "Rockwell";
}

html {
    height: 100vh;
    font-family: "Rockwell";
}



.login_box {
    background-color: #fff;
    margin-top: 5vh;
    border: 1px solid;
    padding: 30px;
    box-shadow: 5px 10px rgba(0, 0, 0, 0.40);
    border-radius: 10px;
}

.submit {
    margin-bottom: 1vh;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {

    body {
        padding-top: 0 !important;
    }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height:8%;
    text-align: center;

    font-size: 40px;
    transition: all 0.2s;
}



