#wpforms-form-page-page div.spwfmbody,
div.spwfmbody {
    display: block;
    max-width: 450px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

#wpforms-form-page-page img.spwfmlogo,
img.spwfmlogo {
    display: block;
    max-height: none;
    height: 100% !important;
    width: 100%;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

select#buyer_bank_code {
    width: 100% !important;
}

.select2-results .securepaywpforms-bnklogo {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.select2-results .securepaywpforms-bnklogo>div>img {
    width: 60px !important;
    height: 60px !important;
    margin-right: 20px !important;
    border: none !important;
    display: inline-block !important;
}

.select2-results .securepaywpforms-bnklogo>div {
    width: auto !important;
    height: 60px !important;
    text-align: center !important;
    line-height: 60px !important;
    font-size: 14px !important;
    font-family: arial !important;
    border: none !important;
    display: inline-block !important;
}

div.wpforms-container-full .wpforms-form .select2-container {
    border: 1px solid #bcbcbc;
    padding: 5px;
    position: relative;
}

div.wpforms-container-full .wpforms-form .select2-container .select2-selection__arrow {
    height: 34px;
}