.fieldset-wrapper {
	margin-bottom: 20px;
}

.fieldset-wrapper > div:not(.js-form-item):before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/themes/custom/ispsystem/assets/icons/icon-form-error.svg);
    float: left;
    margin: -1px 4px 0 0;
}

.fieldset-wrapper > div:not(.js-form-item) {
    margin: 10px 0 5px;
    color: #fff;
    font-family: "Golos Text", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.password-field,
.password-confirm {
	outline: none;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    font-family: "Golos Text", sans-serif;
    resize: none;
    font-weight: 400;
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
}

.password-field[disabled],
.password-confirm[disabled] {
	opacity: .7;
    cursor: default;	
}

label:has(+ .password-field), 
label:has(+ .password-confirm) {
	display: none;
}

.password-strength__title {
    margin: 6px 0 20px;
    display: block;
    font-size: 12px;
}

.password-strength__meter {
    height: 5px;
}

.password-strength__indicator.is-weak {
    background-color: #e62600;
}

.password-strength__indicator.is-fair {
    background-color: #e09600;
}

.password-strength__indicator.is-good {
    background-color: #0074bd;
}

.password-strength__indicator.is-strong {
    background-color: #77b259;
}

.password-field.error,
.password-confirm.error {
    color: #ff4f4f;
    -webkit-box-shadow: inset 0 0 0px 2px #ff4f4f;
    box-shadow: inset 0 0 0px 2px #ff4f4f;
}

.captcha__title {
	display: none;
}

.captcha {
    margin-bottom: 15px;
}