body{
    vertical-align: middle;
    background-color: #009BC7;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset ;
}

img.input-img{
    padding-top: 10px;
}
.login-box{
    padding-bottom: 65px;
}
.login-box-body{
    /*min-width: 380px;*/
    /*height: 350px;*/
    align-content: center;
    padding: 40px;
    background: #efefef;
}

.form-control{
    background-color: #efefef;
}

.btn.btn-primary{
    border: none;
    background-color: #037C9E;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 24px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.btn.btn-primary:hover{
    background-color: #36AFD1;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

a{
    color: #037C9E;
    line-height: 25px;
}

a:hover{
    color: #36AFD1;
}

.logo-img{
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 8px;
}

p.login-box-msg, .checkbox>label, input::placeholder{
    color: black;
    font-family: Verdana;
}

footer.auth-footer{
    position: fixed;
    bottom: 0;
    background-color: #454545;
    height:55px;
    width: 100vw;
}

footer.auth-footer>a{
    display: block;
    height: 100%;
    width: 100%;
}

.auth-footer-message{
    padding-top: 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: 700;
    line-height: 55px;
    vertical-align: middle;
}

@-moz-document url-prefix() {
    #footer_img{
        padding-top: 18px;
    }
}