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

}
#show_otp{
    cursor: pointer;

}
.icon-back{
    display: none;
    cursor: pointer;
}

.confirm {
    margin-top: 10px;
}
.confirm input{
    width: 100%;
}

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

#verify-submit {

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