/*Hide all except first fieldset*/

fieldset:not(:first-of-type) {
    display: none;
}

.password-progress-bar {
    height: 6px;
    overflow: hidden;
    margin-top: -5px;
}

.progress {
    border-radius: 0;
    box-shadow: none;
}

.form-group label:not(.error) {
    font-family: var( --font-general);
    font-size: 10.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 500;
    color: #626262;
}
.register-btn {
    padding: var(--spacing_half) calc(var(--spacing) * 2);
}
.form-group-default.fixed-height {
    height: 50vh;
    overflow-y: auto;
    min-height: 300px;
}


.form-group-default.fixed-height h3 {
    font-family: var( --font-general);
    font-size: 18px;
    font-weight: bold;
}

.form-group.form-group-default.with-icon>a {
    position: absolute;
    right: 9px;
    top: 15px;
    color: #c1666b;
    font-size: 18px;
    opacity: 0.6;
}

.form-group.form-group-default.with-icon {
    position: relative;
    padding-right: 33px;
    overflow: visible;
}

.form-group.form-group-default.with-icon>a:hover {
    opacity: 1;
}

.password-progress-bar {
    margin: -15px 1px 0px 1px;
    z-index: 99;
    position: relative;
}

.form-group.form-group-default select {
    line-height: 18px;
    box-shadow: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    font-family: var( --font-general);
    /*font-weight: 500;*/
    padding: 11px 34px 12px 12px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: none transparent;
    outline: none;
}

.form-group.form-group-default select option {
    position: relative;
    display: block;
    padding: var(--spacing_half);
    text-indent: var(--spacing_half);
    font-size: 12px;
    font-family: var( --font-general);
    font-weight: 500;
    left: var(--spacing_half);
}

form#form-register h5 {
    font-family: var( --font-general);
    font-weight: 600;
    margin-top: 0px;
}

.signup-consents-inner {
    padding: var(--spacing_half) 0px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: var(--spacing_half);
}

.signup-consents>div p.signup-labels {
    display: inline-block;
    position: relative;
    color: var(--light-text);
    margin: 0;
}

.signup-consents+div {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.btn-row {
    justify-content: flex-end;
}

.form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.form-group .form-control::-moz-placeholder {
    color: #999;
}

.form-group .form-control::-moz-placeholder {
    color: #999;
}

.form-group .form-control::-ms-input-placeholder {
    color: #999;
}

.register-container {
    width: 100%;
    max-width: 588px;
    margin: auto;
    padding-top: var(--spacing);
    height: 100% !important;
}

.form-group-default.fixed-height h2 {
    font-family: var( --font-general);
    font-size: var(--spacing);
    font-weight: 900;
    text-align: center;
    background: #f5f5f5;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -7px;
}
