body.login-page{
    vertical-align: middle;
    background-color: #f5f5f5;
}

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

img.input-img{
    padding-top: 10px;
}

.login-box-body{
    align-content: center;
    padding: 40px;
    box-shadow: 3px 3px 10px #e5e5e5;
}

.btn.btn-primary{
    border: none;
    background-color: #27448c;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 30px;
}

input[type='checkbox']:after {
    width: 17px;
    height: 17px;
    top: -2px;
    /*left: -3px;*/
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #27448c;
    outline-style: none;
    -webkit-transition: content 0.4s linear;
    -o-transition: content 0.4s linear;
    -moz-transition: content 0.4s linear;
    transition: content 0.4s linear;
}

input[type='checkbox']:checked:after {
    font-family: FontAwesome;
    color: #27448c;
    content: "\f00c";
    visibility: visible;
    outline-style: none;
    -webkit-transition: content 0.4s linear;
    -o-transition: content 0.4s linear;
    -moz-transition: content 0.4s linear;
    transition: content 0.4s linear;
}

a{
    color: #9d2d6e;
    line-height: 25px;
}

a:hover{
    color: #27448c;
}

.logo-img{
    display: inline-block;
}

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

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

footer.auth-footer>a.fill-section{
    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;
}

@media (-webkit-min-device-pixel-ratio: 0) {
    #footer_img{
        position: relative;
        top: -1px;
    }
}

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