#wp-submit {
    width: 100%;
    display: block;
}

#login.loading form input[type="submit"] {
    color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.disable {
    opacity: 0.7;
    cursor: not-allowed;
}

#loginform p label {

    font-size: 13px;
    margin-bottom: 20px !important;
}

.user-pass-wrap {
    display: none;
}

.ksm-lost-password-wrap {
    margin-bottom: 0.25em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ksm-auth {
    width: 100%;
}


.forgetmenot {
    display: none;
}

#loginform {
    display: flex;
    flex-direction: column;
}

.login-otp {
    color: #13bace;
    font-weight: bold;
    display: none;
}

.dashicons-arrow-right-alt {
    cursor: pointer;

}

#show_otp {
    cursor: pointer;

}

.icon-back {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 10px;
}

.confirm {
    margin-top: 10px;
}

.confirm input {
    width: 100%;
}

.login-password {
    color: #13bace;
    font-weight: bold;
    display: none;
}

#verify-submit {

    width: 100%;
    text-align: center;
}

.input.password-input {
    margin-left: 10px;
}

.wp-pwd {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.input.password-input {
    margin-left: 10px;
}
#login-button{
    padding-top: 1px;
}