.carrer {
    margin-top: 70px;
}

.carrer form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.carrer form .form_card {
    width: 48%;
    margin-bottom: 15px;
}
.carrer form .form_card label {
    font-size: 13px;
    font-weight: 600;
}
.carrer form .form_card label i {
    margin-right: 5px;
}
.carrer form .form_card input , textarea {
    margin-top: 5px;
    background: rgb(239, 239, 239);
    padding: 5px 10px;
    border-radius: 8px;
    padding-left: 20px;
}
.carrer form .form_card input::placeholder {
    font-size: 13px;
}

.carrer form .form_card select  {
    margin-top: 5px;
    background: rgb(239, 239, 239);
    border-radius: 8px;
    padding: 8px 10px;
    padding-left: 20px;
    width: 100%;
    border: none;
}
.carrer form .form_card textarea  {
    width: 100%;
    border: none;
}
.carrer form .form_card input[type='file'] {
    border: none;
}