.submit-btn {
    background-color: #00124F;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
textarea:focus {
    border: 1px solid #00124F;
    outline: none;
    background: transparent;
    box-shadow: none;
}

#selectId2_skills_level,
#selectId3_skills_level,
#selectId4_skills_level,
#What_field_did_you_freelance_in_section,
#level_of_education_section2,
#level_of_education_section3,
#level_of_education_section4,
#certificates_section2,
#certificates_section3,
#experiences_section2,
#experiences_section3,
#experiences_section4,
#career_other_section,
#job_field_other_section,
#language_other_section1,
#language_other_section2,
#language_other_section3,
#language_other_section4,
#freelance_other_section {
    display: none;
}

.border-language {
    border: 1px solid #00124F;
}

[type="date"] {
    background: #fff url(calendar_icon.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}


/* custom styles */

label {
    display: block;
}

input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    /*box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);*/
    width: 190px;
}