.loan-section #characteristics {
    width: 90%;
}

@media (max-width: 1023px) {
    .loan-section #characteristics {
        width: 100%;
    }
}

.notes-section ol li {
    font-size: 13px;
}

.loan-form .field.field-result.euro-result .txt {
    left: 60px;
    font-size: 18px;
    margin-top: 0;
}

.loan-form .field.field-result.euro-result input {
    padding-left: 35px;
}

.newscheckbox, .checkbox {
    overflow: hidden;
    position: relative;
}

.EPiServerForms .newscheckbox {
    display: inline-block;
    text-align: center;
}

.EPiServerForms .newscheckbox label {
    font-size: 16px;
    color: #000000;
    min-height: 32px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    padding-top: 10px;
}

.EPiServerForms input[type=radio] ~ label:before {
    position: absolute;
    left: 0;
    top: 3px;
}

.EPiServerForms input[type=radio] ~ label:after {
    top: 12px;
}

.EPiServerForms a {
    text-decoration: underline;
    color: #005972;
}

.EPiServerForms a:hover {
    color: #000000;
}

@media (max-width: 767px) {
    .loan-form .field.field-result.euro-result .txt {
        left: 40px;
    }
}

.field-result input {
    width: 100%;
}

.ebank-section .banner-section.cf .banner.banner-text-left figcaption {
     -webkit-transform: none;
     transform: none;
     top: 72px;
}

@media (max-width: 1023px){
    .ebank-section .banner-section.cf .banner.banner-text-left figcaption {
        top: 20px;
    }
}