
.hero__content h1 {
    font-size: 26px;
    line-height: 36px;
}

.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 > div + div {
    margin-top: 10px;
}

.form_group--name,
.form_group--email,
.form_input--group {
    position: relative;
}

form .form__group input {
    background-color: rgba(250, 250, 250, .2);
    border-color: white;
    color: white;
    min-height: 43px;
    height: auto;
    border: 1px solid;
    padding: 10px;
    overflow: hidden;
    margin: 0;
    vertical-align: middle;
    font-style: normal;
    width: 100%;
    line-height: 1.5;
    font-family: inherit;
    font-size: 1rem;
    box-shadow: none;
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

form .form__group:first-child input {
    border-radius: 1em 0 0 0;
}

form .form__group input::placeholder{
    color: #fff;
    opacity: .7;
}

form .form__group input:focus{
    outline: none;
}

form .form__group input:hover{
    border-color: inherit;
}

form.form-container button[type="submit"] {
    font-size: 18px;
    color: #fff;
    border: none;
    background-color: #EF7D00;
    transition: all .3s ease-out;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    white-space: nowrap;
    font-family: Roboto,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0 0 1em 0;

    margin-top: 10px;
    width: 100%;
    height: 46px;
}
form.form-container button[type="submit"]:disabled {
    opacity: 0.75;
}
form.form-container button[type="submit"]:not(disabled):hover {
    background-color: #ff2a20;
    color: #fff;
    text-decoration: none;
    border-radius: 0 1em 1em 1em;
}

.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%;
    font-size: 14px;
    color: #fff;
}