.data #id_phone_number_0 {
     width: 285px;
    height: 38px;
    padding: 5px;
    font-size: 1rem;
    color: #21252987;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    /* appearance: none; */
    background-color: #f8f9fa;
    border: none;
    border-right: var(--bs-border-width) solid var(--bs-border-color);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
input#id_phone_number_1 {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 45%;
}
.inside-merchant .data {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select:focus-visible {
    outline: none !important;
}
.merchant .inside-merchant {
    padding: 3rem 0;
}
.inside-merchant .logo img {
    padding: 28px 0;
}
.inside-merchant input.button {
    background-color: #393185 !important;
    color: #fff !important;
    width: 30%;
    border: 1px solid transparent;
    border-radius: 7px;
    font-weight: 500;
    padding: 8px 20px;
}
.inside-merchant .sub-btn {
    text-align: center;
    margin-top: 45px;
}
.merchant h3.Bank {
    color: #000000b0;
    font-family: sans-serif;
    padding: 24px 0 18px 0;
    font-size: 26px;
}
 @media (max-width:768px)/*ipad*/{
 .inside-merchant {
    width: 100% !important;
}
select#id_phone_number_0 {
    width: 100px !important;
}
.inside-merchant .logo img {
    width: 20%;
    height: 100%;
}
}
 @media only screen and (max-width: 767px)/*mobile*/{
 .inside-merchant {
    width: 100% !important;
}
select#id_phone_number_0 {
    width: 100px !important;
}
.inside-merchant .logo img {
    width: 20%;
    height: 100%;
}

}