.login-methods ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.login-methods {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;

}

.login-methods ul li {
    width: 100%;
}

.login-methods ul li button {
    padding: 8px 12px;
    background: transparent !important;
    color: #000 !important;
    font-weight: 700 !important;
    width: 100% !important;
    display: block;
    border-color: #000 !important;
    margin-top: 20px;
}

.login-methods ul li button.active {
    background: #000 !important;
    color: #fff;
    display: none;
}

.login-form-wrapper {
    display: none;
    margin-top: 20px;
}

.login-form-wrapper.active {
    display: block;
}

.btn_loading_icon svg {
    width: 28px;
    height: 28px;
}

.btn_loading_icon {
    display: none;
}

#submit_email_otp_btn {
    display: none;
}

p#email_otp_resend_filed {
    display: none;
    align-items: center;
    margin: 0;
    text-align: left;
}

#email_otp_resend_filed #resend_otp_btn {
    background: transparent !important;
    border: 0;
    color: #000;
    font-weight: 300;
    text-decoration: underline;
    padding: 0;
    display: inline-block;
    text-transform: capitalize;
}

p#didnt_receive_otp {
    display: none;
    text-align: left;
    margin: 0;
}


/* Phone OTP Styles */

#submit_phone_otp_btn {
    display: none;
}

p#phone_otp_resend_filed {
    display: none;
    align-items: center;
    margin: 0;
    text-align: left;
}

#phone_otp_resend_filed #resend_otp_btn {
    background: transparent;
    border: 0;
    color: #000;
    font-weight: 300;
    text-decoration: underline;
    padding: 0;
    display: inline-block;
    text-transform: capitalize;
}

p#didnt_receive_phone_otp {
    display: none;
    text-align: left;
    margin: 0;
}

button#resend_phone_otp_btn {
    background: transparent !important;
    border: 0;
    color: #000;
    font-weight: 300;
    text-decoration: underline;
    padding: 0;
    display: inline-block;
    text-transform: capitalize;
}

.iti {
    width: 100%;
}

.iti input {
    width: 100%;
    padding-left: 52px !important;
}

.iti--allow-dropdown input,
.iti--separate-dial-code input {
    padding-left: 90px !important;
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
    z-index: 999999;
}

.nil-custom-login-form button[disabled] {
    background: #585858 !important;
    background-color: #585858 !important;
    color: #fff !important;
}

.nil-custom-login-form button[disabled]:hover {
    background: #585858 !important;
    background-color: #585858 !important;
    color: #fff !important;
}

div#recaptcha-container {
    margin-top: 15px;
}