body {
    color: #ffffff !important;
}

.kt-login__aside {
    background-color: #0f0c4c !important;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
    color: #ffffff !important;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__extra a {
    color: #ffffff !important;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control {
    background-color: #0f0c4c !important;
    color: #ffffff !important;
}

.form-control::placeholder {
  color: #ffffff !important;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ffffff !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #ffffff !important;
}
#kt_login_signin_submit {
    background: #82ff8b !important;
    color: #0f0c4c !important;
    box-shadow: none !important;
    border: 3px solid #82ff8b !important;
}

#kt_login_signin_submit:hover {
    background: transparent !important;
    color: #fff !important;
}

#kt_login_forgot_submit, #m_login_assign_password_submit {
    background: #2ec8ff !important;
    color: #0f0c4c !important;
    box-shadow: none !important;
    border: 3px solid #2ec8ff !important;
}

#kt_login_forgot_submit:hover, #m_login_assign_password_submit:hover {
    background: transparent !important;
    color: #ffffff !important;
    border: 3px solid #2ec8ff !important;
    box-shadow: none !important;
}

#kt_login_forgot_cancel, #m_login_assign_password_cancel {
    background: transparent !important;
    color: #fff !important;
    border: 3px solid #2ec8ff !important;
}

#kt_login_forgot_cancel:hover, #m_login_assign_password_cancel:hover {
    background: #2ec8ff !important;
    color: #0f0c4c !important;
    box-shadow: none !important;
    border: 3px solid #2ec8ff !important;
}

.kt-login.kt-login--v6 .kt-login__aside {
    height: 100%;
}
.twofa-item::-webkit-outer-spin-button,
.twofa-item::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.twofa-item {
    width: 100%;
    height: 60px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -moz-appearance: textfield;
}
.twofa-item:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2f65cf;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(88 103 221 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(88 103 221 / 25%);
}
