.form-container > div + div {
    /* margin-top: 15px; */
}

.form-container {
    /* position: relative; */
    /* z-index: 999999; */
    /* border-radius: 20px; */
    /*! background-color: #ffffffb0; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* padding-top: 23px; */
    /* padding-bottom: 1px; */
    /* max-width: 500px; */
    /* border-radius: 7px 6px 6px 6px; */
    /* background: rgba(255, 255, 255, 0.00); */
    /* box-shadow: 0px 4px 20.9px 3.1px rgb(199 199 199 / 36%); */
}

.reg-form__preloader {
    
    
    /*! top: 0; */
    /*! right: 0; */
    /*! left: 0; */
    /*! bottom: 0; */
    max-height: 700px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0%, 92%);
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999999;
    position: relative;
    margin-top: -645px;
    position: absolute;
    max-width: 350px;
}

.reg-form__preloader-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 50px;
    z-index: 99999999;
}

.reg-form__preloader.hidden {
    display: none;
}

.iti__flag-box, .iti__country-name {
    color: #333;
}

.form_group--name,
.form_group--email,
.form-group {
    position: relative;
}

form.form-container input {
    display: block;
    width: 100%;
    color: var(--color-bg-text, #000);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-left: 34px;
    height: 43px;
}

form.form-container input::placeholder {
    font-size: 15px;
}

form.form-container input:focus {
    outline: none;
}

form.form-container button[type="submit"]:not(:disabled):hover {
    background-color: #f00;
    color: #fff !important;
    text-align: center;
}

form.form-container button[type="submit"]:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    background: #DD673E;
}

.valid {
    background-color: rgba(25, 230, 25, 0.45) !important;
    color: #fff !important;
}

.invalid {
    background-color: rgba(230, 25, 25, 0.45) !important;
    color: #fff !important;
}

.invalid:focus {
    border: 1px solid rgba(230, 25, 25, 0.45) !important;
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background: none;
}




.form-text{
    text-align: left;
margin: 5px 0;
  margin-left: 0px;
color: white;
margin-left: 10px;
font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}


.ggggg{
    border-radius: 6px 6px 0px 0px;
    background: #60359B;
    width: 100%;
  
}
.ggggg h2 {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form__group {
    padding-left: 20px;
    padding-right: 20px;
}


.btn {
    color: #fff;
    height: 43px;
    border-radius: 30px;
    background: #DD673E;
    width: 100%;
    border: 1px solid #f4523a;
    text-align: center !important;
}

.btn:hover {
cursor: pointer;
}