.payment_method_twpay_direct label{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

label[for='payment_method_twpay_direct'] img {
    padding-left: 10px !important;
}

.twpay-payment-field-container{
    padding: 15px 0;
}

.twpay-payment-form-control {
    display: block;
    width: 100%;
    height: 46px !important;
    padding: 5px 10px !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.twpay-payment-form-group label {
    display: inline-block;
    margin-bottom: 7px;
    color: #56595d;
}

.twpay-payment-form-group {
    margin: 0 1px 10px 1px;
    height: 76px !important;
}
.twpay-payment-inline-div {
    display: flex;
}

.twpay-payment-col-6 {
    width: 50%;
}

.twpay-payment-form-group img {
    position: absolute !important;
    bottom: 12px !important;
    right: 7px !important;
}


.twpay-payment-form-group button {
    width: 100%;
    height: 57px;
    border-radius: 5px;
    font-weight: bold;
    background: #393939;
    color: white;
    font-size: medium;
}
