.btn-brand:hover {
    color: #fff !important;
    background-color: #5C2D91 !important;
    border-color: #5C2D91 !important;
}

.btn-brand {
    background-color: #5C2D91 !important;
}

.text-dark {
    color: #1B1B28 !important;
}

.sub-text {
    color: #343A40 !important;
}

.logo_img {
    display: block;
    max-width: 180px;
    max-height: 70px;
    width: auto;
    height: auto;
}

.kt-login__body {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal !important;
    height: 100%;
}
.g-recaptcha {
    display: inline-block;
}
