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

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

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

.login-box-body{
    /*min-width: 380px;*/
    /*height: 350px;*/
    align-content: center;
    padding: 40px;
}

.btn.btn-primary{
    border: none;
    background-color: #f9ae4b;
    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 #3f8476;
    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: #3f8476;
    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: #3f8476;
    line-height: 25px;
}

a:hover{
    color: #f9ae4b;
}

.logo-img {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.login-logo {
    margin-bottom: 10px;
}

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

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

.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;
    }
}