.payment_method_payhesapcheckout img{
    display: inline-block!important;
    max-width: 80px!important;
}

.payHesapOdemeForm .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}
.payHesapOdemeForm .col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
}

.payHesapOdemeForm .col-100 {
    -ms-flex: 100%; /* IE10 */
    flex: 100%;
}
.payHesapOdemeForm .col-50,
.payHesapOdemeForm .col-100 {
    padding: 0 16px;
}

.payHesapOdemeForm .container {
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

.payHesapOdemeForm input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 3px;
}

.payHesapOdemeForm label {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    color: black;
}


.payHesapOdemeForm .btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

.payHesapOdemeForm .btn:hover {
    background-color: #45a049;
    color: white;
}
.payHesapOdemeForm iframe{
    width: 100%;
    min-height: 500px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

@media (max-width: 800px) {
    .payHesapOdemeForm .row {
        flex-direction: column-reverse;
    }
}
.payHesapOdemeForm .alert {
    padding: 20px;
    border-radius: 3px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.payHesapOdemeForm .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.payHesapOdemeForm .closebtn:hover {
    color: black;
}