html, body {
    height: 100%;
}

body {
    /*display: table-cell;*/
    vertical-align: middle;
}
body.login-background{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.logo {
    /*background-color: #b71c1c;*/
    width: 65%;
}
.btn.btn-outline-primary{color: #FFFFFF; background-color: #8D0000;}
.card-panel{border-radius: 10px; box-shadow: none; border: solid 1px #eee;}
.input-field .prefix{position: initial!important;}
.no-margin{margin: 0!important;}
form.login-form input.form-control {height: 2.3rem;}

.card-panel{margin: auto 37%; margin-top: 55px; margin-left: 37%!important;}
@media only screen and (max-width : 600px) {
    .card-panel{margin: auto 4%; margin-top: 30px; margin-left: 4%!important;}
}