.form-container {
    position: relative;
}

.reg-form__preloader {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-form__preloader-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 50px;
}

.reg-form__preloader.hidden {
    display: none;
}

.form-container .form__group {
    margin-top: 15px;
}

.form_group--button {
    margin-top: 20px !important;
}

.iti__flag-box, .iti__country-name {
    color: #333;
}

.form_group--name,
.form_group--email,
.form-group {
    position: relative;
}

form.form-container .form__group input {
    /* font-size: 16px;
    color: #333;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #000; */
}

form.form-container .form__group input:focus {
    outline: none;
}

form.form-container .form__group input::placeholder {
    font-weight: 300;
}

form.form-container button[type="submit"] {
    /* width: 100%;
    padding: 0 40px;
    background: #000;
    border: none;
    border-radius: 0;
    height: 50px;
    font-size: 18px;
    font-weight: bold; */
}

form.form-container button[type="submit"]:disabled {
    opacity: 0.85;
    cursor: not-allowed;
}

.valid {
    background-color: rgba(25, 230, 25, 0.45) !important;
}

.invalid {
    background-color: rgba(230, 25, 25, 0.45) !important;
}

.iti--separate-dial-code {
    width: 100%;
    color: #333;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.congrats {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .01em;
    margin-top: 12px;
    text-align: center;
}