.has-error .form-control {
    border-color: red;
}
.form-stylesheet-notice {
    color: white;
    margin-bottom: 24px;
}

.form-stylesheet {
    clear: both;
    padding: 45px 30px;
    background: rgba(255, 255, 255, 0.45);
    border: 6px solid rgba(255, 255, 255, 0.16);
    border-radius: 5px;
}

.form-stylesheet.pseudo {
    padding: 0;
}

.form-stylesheet input:focus,
.form-stylesheet textarea:focus,
.form-stylesheet select:focus {
    box-shadow: none;
}

.form-stylesheet input:read-only,
.form-stylesheet textarea:read-only,
.form-stylesheet select:read-only {
    background-color: transparent;
}

.form-stylesheet.main-form {
    background: transparent;
    border: none;
    padding: 0;
}

.form-stylesheet.main-form .form-group {
    height: auto;
}

.form-stylesheet.main-form .form-group select {
    margin-bottom: 5px;
}

.form-stylesheet.transparent-fields input,
.form-stylesheet.transparent-fields select,
.form-stylesheet.transparent-fields textarea {
    background: rgba(255, 255, 255, 0.85);
}

.form-stylesheet.white-errors .help-block-error.help-block {
    color: white;
}

.form-stylesheet.orange-errors .help-block-error.help-block {
    color: #ff8383;
}

.form-stylesheet .main-form-subtitle {
    color: #b6ffdb;
    font-size: 13px;
    margin-bottom: 0;
}

.form-stylesheet .city-subtitle {
    margin-top: 13px;
}

.form-stylesheet .form-subtitle {
    font-size: 30px;
    margin-bottom: 40px;
    color: white;
    text-transform: uppercase;
}

.form-stylesheet input,
.form-stylesheet select {
    height: 50px;
    margin-bottom: 5px;
    border: 1px solid white;
    border-radius: 0;
    background: white;
    padding: 0 8px;
}

.form-stylesheet .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 50px;
    border: none;
    border-radius: 0;
}

.form-stylesheet .select2-selection.select2-selection--single {
    border-radius: 0;
    padding-top: 16px;
    height: 50px !important;
    border: 1px solid #c5c5c5;
}

.form-stylesheet textarea {
    padding: 15px 20px;
}

.form-stylesheet .form-group {
    margin-bottom: 0;
    height: 84px;
    position: relative;
}

.form-stylesheet.height-auto .form-group {
    height: auto;
}

.form-stylesheet .form-group:last-of-type {
    margin-bottom: 30px;
}

.form-stylesheet .form-group.required:after {
    content: '*';
    position: absolute;
    width: 10px;
    height: 10px;
    right: -11px;
    top: -5px;
    color: white;
}

.form-stylesheet .form-group.has-error:before {
    content: '!';
    position: absolute;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff0000;
    right: 18px;
    color: white;
    top: 12px;
    font-size: 19px;
    font-weight: 600;
    z-index: 1;
}

.form-stylesheet .checkbox-wrap {
    float: left;
}

.form-stylesheet .right-form-text {
    float: right;
    margin-bottom: 35px;
}

.form-stylesheet .highlight .form-control,
.form-stylesheet .has-error .form-control {
    border-color: #ff0000;
}

.form-stylesheet .has-error .help-block {
    font-size: 13px;
    text-align: left;
}

.form-stylesheet .has-success .form-control {
    border-color: #c5c5c5;
}

.form-stylesheet .has-success .help-block {
    font-size: 13px;
    text-align: left;
}

.form-stylesheet .form-btn {
    height: 50px;
    background: #1ccc78;
    clear: both;
    width: 100%;
    color: white;
    text-transform: uppercase;
}

.form-stylesheet .form-btn.blue {
    background: #016da6;
}

.form-stylesheet .left-fields,
.form-stylesheet .right-fields {
    width: 49%;
    floaT: left;
}

.form-stylesheet .left-fields input,
.form-stylesheet .left-fields textarea,
.form-stylesheet .left-fields select,
.form-stylesheet .right-fields input,
.form-stylesheet .right-fields textarea,
.form-stylesheet .right-fields select {
    width: 100%;
}

.form-stylesheet .left-fields input.half,
.form-stylesheet .left-fields textarea.half,
.form-stylesheet .left-fields select.half,
.form-stylesheet .left-fields .site-btn.half,
.form-stylesheet .right-fields input.half,
.form-stylesheet .right-fields textarea.half,
.form-stylesheet .right-fields select.half,
.form-stylesheet .right-fields .site-btn.half {
    width: 49%;
    margin-bottom: 12px;
}

.form-stylesheet .right-fields {
    floaT: right;
}

.form-stylesheet.white {
    color: white;
}


.form-stylesheet.form-stylesheet-white {
    padding: 0;
    border: 0;
}

.form-stylesheet.form-stylesheet-white .form-group.required:after {
    color: #8b8b8b;
}

.form-stylesheet.form-stylesheet-white .form-btn {
    width: auto;
    min-width: 380px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.form-stylesheet.form-stylesheet-white input,
.form-stylesheet.form-stylesheet-white textarea,
.form-stylesheet.form-stylesheet-white select {
    border: 1px solid #c5c5c5;
    font-weight: 600;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.form-stylesheet.form-stylesheet-white input::-webkit-input-placeholder,
.form-stylesheet.form-stylesheet-white textarea::-webkit-input-placeholder,
.form-stylesheet.form-stylesheet-white select::-webkit-input-placeholder {
    color: #8b8b8b;
    font-weight: 500;
}

.form-stylesheet.form-stylesheet-white input::-moz-placeholder,
.form-stylesheet.form-stylesheet-white textarea::-moz-placeholder,
.form-stylesheet.form-stylesheet-white select::-moz-placeholder {
    color: #8b8b8b;
    font-weight: 500;
}

.form-stylesheet.form-stylesheet-white input:-moz-placeholder,
.form-stylesheet.form-stylesheet-white textarea:-moz-placeholder,
.form-stylesheet.form-stylesheet-white select:-moz-placeholder {
    color: #8b8b8b;
    font-weight: 500;
}

.form-stylesheet.form-stylesheet-white input:-ms-input-placeholder,
.form-stylesheet.form-stylesheet-white textarea:-ms-input-placeholder,
.form-stylesheet.form-stylesheet-white select:-ms-input-placeholder {
    color: #8b8b8b;
    font-weight: 500;
}

.form-stylesheet.form-stylesheet-white textarea {
    height: 126px;
}

.country-manager .form-stylesheet.form-stylesheet-white textarea {
    height: 127px;
}

.inactive-field {
    height: 50px;
    margin-bottom: 27px;
    padding: 0 12px;
}

.inactive-field.ver-mid {
    width: 100%;
    line-height: 20px;
    display: table;
}

.inactive-field.ver-mid .ver-mid-inner {
    display: table-cell;
    vertical-align: middle;
}

.form-btn {
    float: left;
}

.sending .form-btn {
    pointer-events: none;
}

.register-cancel {
    margin-top: 10px;
    text-align: center;
}

.register-cancel a {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    background-color: grey !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: inherit;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: red;
}

.has-success .form-control {
    border-color: inherit;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: inherit;
    box-shadow: none;
}

input:invalid:focus,
select:invalid:focus {
    border: 1px solid #bb5654 !important;
}

.form-stylesheet.form-stylesheet-white [data-moderation] {
    border-color: #cf5919;
}

[readonly] {
    pointer-events: none;
    touch-action: none;
}

.hasDatepicker[readonly][data-pointer-events],
[data-pointer-events] {
    pointer-events: all !important;
    touch-action: auto !important;
}

.form-stylesheet .captcha-field {
    text-align: left;
}

.file-input-standard input {
    padding: 5px 8px;
}

@media (min-width: 768px) {
    .inactive-field.ver-mid {
        margin-top: 23px;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .inactive-field {
        height: 35px;
        line-height: 35px;
        margin-bottom: 21px;
        padding: 5px;
    }
    .form-stylesheet input,
    .form-stylesheet select,
    .form-stylesheet textarea {
        width: 100%;
    }
    .form-stylesheet textarea {
        padding: 7px 10px;
    }
    .form-stylesheet.form-stylesheet-white .form-btn {
        width: 100%;
        min-width: auto;
        max-width: 300px;
    }
    .form-stylesheet .has-error .help-block {
        font-size: 11px;
    }
    .form-stylesheet .form-group {
        height: 70px;
    }
    .form-stylesheet .form-group.has-error:before {
        top: 4px;
    }
    .form-stylesheet .form-subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .form-stylesheet .right-fields,
    .form-stylesheet .left-fields {
        width: 100%;
    }
    .form-stylesheet input,
    .form-stylesheet select {
        height: 35px;
    }
}