.checkArea .btn a,
.formBox input[type="text"],
.formBox select,
.formBox textarea {
    box-sizing: border-box;
}
.checkArea .btn a {
    transition: all 0.3s ease-in-out;
}
.thankInfo {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 30px;
}
.formBox {
    color: #626262;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.formBox .left {
    margin-bottom: 5px;
}
.formBox label {
    color: #050505;
    display: inline-block;
    margin-right: 7px;
}
.formBox em {
    color: #e62121;
    font-style: normal;
    font-weight: 400;
}
.formBox input[type="text"],
.formBox select,
.formBox textarea {
    padding: 5px 10px;
    border: 1px solid #cbcbcb;
}
.formBox input[type="text"] {
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.formBox select {
    height: 35px;
}
.formBox textarea {
    display: block;
    width: 100%;
    height: 100px;
}
.checkArea {
    clear: both;
    padding-top: 25px;
}
.checkArea .btn {
    width: 200px;
    display: block;
}
@media (max-width: 767px) {
    .checkArea .btn {
        width: 100%;
        margin: 0 auto;
    }
}
.checkArea .btn a {
    width: 100%;
    color: #fff;
    background: #0068b7;
    border: 1px solid #0068b7;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;
    padding: 15px 30px;
    position: relative;
    text-align: center;
}
@media (min-width: 1201px) {
    .checkArea .btn a:hover {
        background: transparent;
        color: #0068b7;
    }
}
.sliderBox {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.note {
    position: absolute;
    left: 55px;
    top: 7px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.error {
    border: 1px solid #f00 !important;
}
/*# sourceMappingURL=contact.css.map */
