#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;
}

.forgetmenot {
    display: none;
}
#loginform {
    display: flex;
    flex-direction: column;
}

#loginform .icon-back {
    align-self: flex-start;
    order: -1;
}
.login-otp {
    color: #13bace;
    font-weight: bold;
    display: none;
}
.dashicons-arrow-right-alt{
    cursor: pointer;

}

.icon-back{
    display: none;
}

#smartlogin-opt-field {
    display: none;
}


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

#verify-submit {
    display: none;
    width: 100%;
    text-align: center;
}