input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input, textarea {
    font-size: 12px;
    font-family: 'Comfortaa', cursive;
    border: black solid 1px;
    padding: 7px;
    box-sizing: border-box;
}

/*input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: black;
}*/

input.datepicker {
    width: 49%;
    background: url(../img/ico-calendar.png) #ffffff no-repeat;
    background-size: 22px;
    background-position-x: 97%;
    background-position-y: 1px;
}

.ui-datepicker-header {
    background-color: #e6f1f5;
}

.ui-state-active {
    background: #617377 !important;
    border: solid black 1px !important;
}

textarea {
    min-height: 140px;
}

select {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #000000;
    box-sizing: border-box;
}

form .err-msg {
    display: none;
    margin: 4px 0 0 4px
}

form .champ-ko {
    background-color: #acbfc3;
    color: white;
    font-style: italic;
    margin-bottom: 0 !important;
}

form .label-ko {
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    color:#b50000;
}

form .champ-ko::placeholder {
    color: #ffffff;
}

form div.row-block {
    border-bottom: black solid 1px;
    padding: 15px 0 15px 0;
}

form div.row-block:last-child {
    border: none;
}

form div.row-block div.half {
    width: 50%;
    margin-right: 20px;
}

form a.submit-form {
    float: right;
    color: white;
    margin: auto;
    margin-bottom: 10px;
    background-color: #ACBFC3;
    border: none;
    padding: 14px 24px 14px 24px;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 10px;
}

form label a {
    color: #000000;
}

