

/* Start:/bitrix/components/amws/form.capture/templates/.default/style.css?17400526731876*/
.capture-form-wrapp {
    padding: 25px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.capture-form-wrapp .capture-form-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    line-height: 1.2;
}
.capture-form-wrapp .capture-form-text,
.capture-form-wrapp .capture-form-text.success_,
.capture-form-wrapp .capture-form-text.success_ b {
    text-align: center;
    color: #333;
    margin-top: 15px;
    font-size: 17px;
}
.capture-form-wrapp input,
.capture-form-wrapp button {
    width: 24%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 14px 8px;
    font-size: 14px;
}

.capture-form-wrapp input.err_ {
    border-color: red;
    background-color: #FFFFCC;
}

.capture-form-wrapp input.err_:focus {
    background-color: #fff;
    border-color: #ccc;
}

.capture-form-wrapp .capture-form-container {
    /*margin-top: 10px;*/
}

.capture-form-wrapp input {
    margin-right: 5px;
}

.capture-form-wrapp button {
    color: #fff;
    background-color: #4fad00;
    text-transform: uppercase;
    border-color: #4fad00;
    transition-duration: .4s;
}

.capture-form-wrapp button:hover {
    background-color: #33CC66;

}

.capture-form-wrapp .capture-form-alert {
    font-size: 14px;
    text-align: center;
    height: 14px;
    padding-bottom: 10px;
}

.capture-form-wrapp .capture-form-alert.success_,
.capture-form-wrapp .capture-form-alert.success_ b,
.capture-form-wrapp .capture-form-text.success_,
.capture-form-wrapp .capture-form-text.success_ b {
    color: green;
}

@media (max-width: 650px) {
    .capture-form-wrapp input,
    .capture-form-wrapp button {
        width: 100%;
        margin-top: 5px;
    }
}

/* End */
/* /bitrix/components/amws/form.capture/templates/.default/style.css?17400526731876 */
