.signups-cart {
    border-radius: 15px
}

.signups-cart input {
    border: 0;
    border-bottom: 1px solid #ebe9e9;
    padding-left: 0;
    font-size: 15px
}

.select-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--base_color);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.countrywidth {
    width: 100% !important
}

.signups-cart select {
    border: 0;
    border-bottom: 1px solid #ebe9e9;
    padding-left: 0
}

.guest-select,
select#country_code {
    height: 38px
}

select#country_code {
    border-radius: 0
}

input#phone {
    border-radius: 0 5px 5px 0
}

.p-viewer {
    position: relative;
    margin: -30px 18px;
    float: right;
    font-size: 18px;
    color: #B9B6B5;
    cursor: pointer
}

.fa-eye,
.fa-eye-slash {
    font-size: 18px
}

.btn:disabled {
    color: #fff !important;
    border-color: transparent !important;
    font-weight: 500
}

.btn-primary {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
    color: #fff
}

.btn-primary:hover {
    border-color: var(--primary_color);
    background-color: #fff;
    color: var(--primary_color) !important;
}

.signup-cart {
    position: relative
}

.signup-cart {
    width: 62%;
    background: 0 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 15px;
    margin: 0 auto
}

.signup-cart .fa {
    margin-left: 10px
}

.new-customer {
    border-left: 1px solid #ced4da
}

.btn-black {
    background-color: #000
}

.btn-facebook {
    background-color: var(--primary_color);
    border-color: var(--primary_color)
}

.modal-content {
    height: auto
}

.margin-auto {
    margin: 0 auto
}

.otplogin .w-40 {
    width: 40%
}

.input-icon {
    position: relative
}

.input-icon input {
    padding-right: 30px
}

.input-icon .icon {
    position: absolute;
    top: 48%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none
}

.button-value {
    border-color: var(--primary_color);
    color: var(--primary_color);
    background-color: #fff
}

.button-value:hover {
    background-color: var(--primary_color);
    color: #fff ;
    border-color: var(--primary_color)
}

.forgot-pass .w-40 {
    width: 40%
}

.signup_img{
    object-fit: contain;
    width: 100%;
}
.profile-input{
    border: none !important;
}
.fa-eye{
    margin-top: 4px;
}


@media only screen and (max-width: 767px) {
    .forgotpass {
        width: 90% !important
    }
    .signups-cart input{
        font-size: 12px;
    }
    .guest-select{
        font-size: 12px;
    }
    .guest-select, select#country_code {
    height: 31px;
}
}
@media only screen and (min-width:320px) and (max-width:426px) {
    .signups-cart {
        width: 95%
    }

    .sing-img img {
        display: none
    }

    .signup-cart {
        width: 90%
    }

    .new-customer {
        border: none
    }

    .otplogin .w-40 {
        width: 95%
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .signup-cart {
        width: 95%
    }

    .otplogin .w-40 {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .forgotpass {
        width: 90% !important
    }
}