/*Форма кредиты*/
.loan-form {
    background-color: #eaeaea;
    padding: 1em;
    margin-bottom: 1.5em
}

.loan-form .col-sm-5 {
    padding-right: 0;
}

.loan-form .col-sm-7 {
    padding: 0px 1em 0px 0.5em
}

.form-horizontal .form-group {
    margin: 0 0 1em 0;
}

.error.form-control {
    border: 1px solid red;
}

label.error {
    color: red;
    font-size: 13px;
    margin-right: 5px
}

.loan-form .form-horizontal .control-label {
    padding: 0 0 0 1em;
}

.agree-read {
    font-weight: 300;
    padding-left: 1em;
    text-decoration: underline;
    cursor: pointer;
}

.agree-read:hover {
    color: #337AB7;
}

.separator {
    width: 100%;
    padding: 0.5em 0;
    margin-bottom: 1em;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    text-align: center;
}

.btn-warning:hover,
.copy:hover {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.label.copy {
    cursor: pointer;
    display: block;
}

.info-credit img {
    margin-bottom: 10px
}

.loan-form input[type="checkbox"].error {
    background-color: #F7E1E7;
    margin-right: 10px
}

.loan-form input[type="checkbox"] {
    margin-right: 5px
}

.info-credit h2 {
    margin-top: 12px;
    margin-bottom: 10px;
}

.form-note {
    padding: 4em 0;
}

label.control-label {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25;
}

font.errortext {
    font-size: 0.9em;
    line-height: 1.25;
    color: #a94442 !important;
}