@charset "UTF-8";
/* CSS Document */

.kteocheckform {
    overflow: hidden;
    border-radius: 12px;
    background-color: #ffffff;
}


.kteocheckform-form {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 30px;
}

.kteocheckform-left {
    background-color: #ffcc00;
}
.kteocheckform-top {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    background-color: #ffcc00;
}
.kteocheckform-left-inner {
    padding: 10px;
    padding-left: 35px;
    padding-right: 10px;
}
.kteocheckform-left-inner-top {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
}
.kteocheckform-left-inner-bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
}
.kteocheckform-auteco {
    color: #00781D;
}


.kteocheckform-submit.uk-button {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 22px;
}

.kteocheckform .uk-form-label {
    font-size: 15px;
}