#page-login #kt_footer{
    background-color: #DBD5D0 !important;
}
#page-login #kt_footer .text-dark {
    color: #000 !important;
}
#page-login #kt_footer a:hover{
    color: #000;
}

.login-aside{
    max-width: 50% !important;
    background-image: url(/admin/img/login-bg-2.jpg);
    background-position: center;
}

.font-size-h1{
    font-size: 3em !important;
    color: #000;
    font-family: Seat;
}
.font-size-h1.font-weight-bold{
    font-family: SeatBold;
}

.login.login-1 .login-form{
    max-width: 500px;
}

.login.login-1 input, .login.login-1 button{
    max-width: 400px;
}

.font-size-h3{
    font-size: 2em !important;
    color: #000;
}
.form-control.form-control-solid{
    background-color: #FFF !important;
    border: 1px solid #000;
}
.login-form img{
    margin-left: -14px;
}