.checkbox label {
    font-size: 13px;
}
.form-group .help-block {
    font-size: small;
}
.form-group .help-block.help-block-error {
    color: red;
}

.modal.ajax-modal .modal-content {
    padding: 15px;
}

.modal.ajax-modal .modal-content {
    background: #fff;
    border: none;
    padding: 45px 32px 43px;
}

.modal.ajax-modal .modal-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
}

.modal.ajax-modal h2 {
    font-size: 26px;
    text-align: center;
    color: #033;
    text-transform: uppercase;
    line-height: 28px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.modal.ajax-modal h4 {
    font-size: 17px;
    color: #033;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.modal.ajax-modal .close {
    position: absolute;
    right: 9px;
    top: 0;
    opacity: .25;
    font-size: 36px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.modal.ajax-modal .modal-dialog {
    max-width: 370px;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 380px; */
}

.modal.ajax-modal input {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    outline: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    color: #333;
    height: 40px;
}

.modal.ajax-modal input[type="checkbox"] {
    width: auto;
    margin-top: 10px;
    height: unset;
    display: inline-block;
}

.modal.ajax-modal .checkbox label {
    font-size: 13px;
    letter-spacing: -0.5px;
}

.modal.ajax-modal .btn {
    cursor: pointer;
    outline: 0;
    margin: 0 auto;
    display: block;
    /*width: 100%;*/
}

/*.modal-dialog button.close {*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    right: 5px;*/
/*    cursor: pointer;*/
/*}*/
