.form-container {
    position: relative;
    background-color: #fff;
    padding: 20px 30px 40px;
}
.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.hide {
    display: none;
}
.form-container > div + div {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
}

.form_group--name,
.form_group--email,
.form_input--group {
    position: relative;
}

form .form_group--name input,
form .form_group--email input,
form .form_input--group input {
    height: 50px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    background-color: #e6ecef;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    margin-bottom: 0;
    border: 2px solid #e6ecef;
    transition: all 0.3s ease 0s;
    z-index: 1;
    width: 100%;
}

form.form-container button[type="submit"] {
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 2px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 30px;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    background: linear-gradient(267.27deg,#D83C3C 4.06%,#3C0000 133.67%);
    border-radius: 84px;
    text-align: center;
    margin-right: 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
form.form-container button[type="submit"]:disabled {
    opacity: 0.75;
}

.valid {
    background-color: rgba(25, 230, 25, 0.3)!important;
}

.invalid {
    background-color: rgba(230, 25, 25, 0.3)!important;
}
.iti--separate-dial-code {
    width: 100%;
}