
#form .container-form {
    font-size: 1.6rem;
    width: 960px;
    margin: 0 auto;
}

#form .form_body {
    margin: 0 auto;
}

#form .item-container {
    padding: 0 50px;
}

#form .item-box {
    margin-top: 0px;
    border-bottom: 1px solid #cccccc;
}

/*dl {
    margin-top: 0;
    margin-bottom: 1rem;
}*/
#form .item-box dt {
    width: 29%;
    display: inline-block;
    text-align: left;
    padding-top: 15px;
    font-weight: bold;
}

.form_required {
    color: #fff;
    background: #de2323;
    padding: 0.6rem 0.6rem;
    font-size: 1.2rem;
    margin-left: 0.6rem;
}

#form .item-box dd {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: .5rem;
    margin-left: 0;
}

.with-validate {
    display: block;
    position: relative;
}

#form .item-box .f_area {
    display: inline-block;
    width: 49%;
}

.font_bold {
    font-weight: bold;
}

.privacy_area {
    width: 100%;
    margin: 0 auto;
}

.cv_btn {
    background: #07b53b;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    padding: 6px 12px;
    margin: 25px 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="age"],
textarea {
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6rem;
}

.form_block {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #888;
    border-radius: 3px;
    padding-left: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sec_form {
    padding: 30px 0 100px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .sec_form {
        padding: 30px 0 50px;
        text-align: center;
    }

    #form .form_body {
        width: 100%;
        margin: 0 auto;
    }

    #form .container-form {
        width: 100%;
        margin: 0 auto;
    }

    #form .item-container {
        padding: 0 20px;
    }

    #form .form_body {
        width: 100%;
        margin: 0 auto;
    }

    #form .item-box dt {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    #form .item-box dd {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .sec_form {
        padding: 30px 0 50px;
        text-align: center;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="age"],
    textarea {
        height: 70px;
    }
}