.modal-signin .modal-header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.modal-signin .modal-body {
    padding: 18px 48px 38px !important;
}

@media (max-width:480px) {
    .modal-signin .modal-body {
        padding: 15px !important;
    }

    .ewallet-btn-flex {
        flex-wrap: wrap !important;
    }

    .e-wallet-btn {
        width: 25% !important;
        margin-bottom: 10px;
    }
}

.modal-signin .btn-close {
    font-size: 12px !important;
}

.modal-signin .form-check-label {
    font-size: 16px !important;
    color: #7E7E7E !important;
    font-family: "Open Sans", serif;
    font-weight: 400;
}

.signin-top-heading-area {
    position: relative;
    text-align: start;
    margin-bottom: 20px;
}

.signin-top-heading {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    font-family: "Open Sans", serif;
    color: #48494A;
}

.signin-top-subheading {
    color: #7D7C7C;
    font-weight: 400;
    line-height: 1.6;
    padding-top: 10px;
    position: relative;
    font-size: 14px;
    font-family: "Open Sans", serif;
}

.signin-top-subheading.otp-email-txt {
    color: #BA511E !important;
    position: relative;
}

.modal-signin .form-control,
.modal-signin .form-select {
    color: #7E7E7E !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    font-family: "Open Sans", serif;
    font-weight: 400 !important;
    height: 40px !important;
    border-radius: 7px !important;
}

.modal-signin .form-control.text-area {
    height: auto !important;
}

.modal-signin .form-control:focus {
    outline: none !important;
    border: 1px solid #BA511E !important;
    box-shadow: none !important;
}

.modal-signin .form-select:focus {
    outline: none !important;
    border: 1px solid #BA511E !important;
    box-shadow: none !important;
}

.modal-signin .form-label {
    font-size: 16px !important;
    color: #7E7E7E !important;
    font-family: "Open Sans", serif;
    font-weight: 400;
}

.modal-signin input::placeholder {
    color: #D4D3D3 !important;
    font-size: 16px !important;
    font-family: "Open Sans", serif;
    font-weight: 400 !important;
}

.signin-bottom-txt {
    font-size: 14px;
    color: #7E7E7E;
    font-family: "Open Sans", serif;
    font-weight: 400;
    line-height: 1.8;
}

.signin-bottom-txt a {
    font-size: 14px;
    color: #7E7E7E;
    font-family: "Open Sans", serif;
    font-weight: 400;
    position: relative;
}

.signin-bottom-txt.forgot-pass a {
    font-size: 16px !important;
}

.sign-in-or {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #7E7E7E;
    font-family: "Open Sans", serif;
    font-weight: 400;
}

.sign-in-or::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #E1E1E1;
    transform: translateY(-50%);
    left: 0;
    width: 45%;
}

.sign-in-or::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #E1E1E1;
    top: 50%;
    width: 45%;
    transform: translateY(-50%);
    right: 0;
}

.signin-modal-already {
    position: relative;
    color: #7E7E7E;
    font-size: 16px;
    font-weight: 400;
}

.signin-modal-already a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    background: linear-gradient(135deg, #F07A54, #BA511E);
    background: -webkit-linear-gradient(135deg, #F07A54, #BA511E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-signin .btn-primary {
    background: linear-gradient(135deg, #F07A54, #BA511E) !important;
    border-radius: 7px !important;
    padding: 6px 20px;
    font-size: 16px;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s linear;
    text-wrap: nowrap;
    font-family: "Open Sans", serif;
    font-weight: 600;
    text-align: center;
    outline: none !important;
    border: none !important;
}

.modal-signin .btn-primary:hover {
    background: linear-gradient(135deg, #F07A54, #BA511E) !important;
    color: #fff !important;
    transition: all 0.1s linear;
    border: none !important;
}

.modal-signin .btn-primary:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: linear-gradient(135deg, #F07A54, #BA511E) !important;
}

.other-option-signin-btn {
    position: relative;
    border: 1px solid #E4E4E4;
    background-color: #F1F1F1;
    border-radius: 7px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.other-option-signin-btn:focus {
    outline: none !important;
}

.other-option-signin-btn-outer {
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    height: 40px;
    position: relative;
}

.other-option-signin-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.sign-in-modal-password-area {
    position: relative;
}

.pass-eye-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #7E7E7E;
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: #7E7E7E !important;
    -webkit-text-fill-color: #7E7E7E !important;
}

.error {
    color: #FF0000;
}

/* input[data-autocompleted] {
    background-color: transparent !important;
     color: #7E7E7E !important;
}
input:-webkit-autofill {
    -webkit-background-clip: text !important;
    color: #7E7E7E !important;
}
input[data-autocompleted]:focus {
    background-color: transparent !important;
    color: #7E7E7E !important;
} */
input:-webkit-autofill:focus {
    -webkit-background-clip: text !important;
    color: #7E7E7E !important;
}

.opt-verify-img {
    position: relative;
    width: 100px !important;
    height: 100px !important;
    border-radius: 300px;
}

.otp-verify-txt-top {
    font-size: 25px;
    font-family: "Open Sans", serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #48494A !important;
}

.e-wallet-btn {
    position: relative;
    width: 100%;
    padding: 6px 20px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #7E7E7E;
    font-size: 16px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    text-align: center;
    border: 1px solid #DEE2E6;
    cursor: pointer;
}

.e-wallet-btn img {
    width: 12px;
    height: 12px;
    position: relative;
}

.e-wallet-box-bg {
    position: relative;
    background-color: #F5F7FA;
    border-radius: 7px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #7E7E7E;
    font-size: 16px;
    padding: 6px 20px;
}

.e-wallet-box-bg img {
    width: 12px;
    height: 12px;
    position: relative;
}

.ewallet-balance {
    position: relative;
    color: #33CC33;
    font-weight: 700;
}