.vh-100 {
    background: #e5e5e5;
}

.card {
    border-radius: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.as-img-logo{
    display: block;
    width: 50%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.img-fluid {
    height: 100%;
}
img.img-fluid{
    width: 100%;
    height: 100%;
}
.btn.btn-dark.btn-lg.btn-block {
    background-color: #7b1318;
    border-color: #7b1318;
}
.btn.btn-dark.btn-lg.btn-block:hover {
    background-color: #7b7f80;
    box-shadow: #7b7f80 0px 2px 4px, #7b7f80 0px 7px 13px -3px, #7b7f80 0px -3px 0px inset;
    color: #FFFFFF;
    border-color: #7b7f80;
    transition: ease;
}

.login-page-error-messages{
    color: #7b1318;
}
