.form-container {
    position: relative;
}

.form--title {
    color: #FAFAFF;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 22px;
}

.data_safe {
    background: #fff;
    background: #000A1D;
    width: 333px;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
}

.data_safe--text {
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
    text-align: left;
    color: #000A1D;
}

.data_safe--lock_Wrapper {
    box-sizing: border-box;
    padding-right: 19px;
}

.form--control_row {
    justify-content: space-between;
}

.form--control_wrapper-col_50 {
    width: calc(50% - 7px);
}

.form--control_wrapper {
    position: relative;
}

.form--control {
    border-radius: 0.25rem;
    width: 100%;
    height: 45px;
    background: #f7f7f7;
    border: none;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
}

.form--floating_label {
    position: absolute;
    z-index: 1;
    transition: .3s ease all;
    font-size: 12px;
    line-height: 14px;
    pointer-events: none;
    color: #000;
    background: #fff;
    padding: 0 2px;
    left: 10px;
    top: -5px;
}

.form--control:placeholder-shown:not(:focus)~.form--floating_label {
    top: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    background: inherit;
    color: #000;
    opacity: 0.5;
}

.form--control_wrapper {
    margin-bottom: 20px;
}

.form--control-password {
    width: 66%;
}

.form--control_wrapper- {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.form--btn-pasword {
    width: 34%;
    background: #FAFAFF;
    box-sizing: border-box;
    border-style: none;
    padding: 5px 8px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #002664;
}

.flag-container {
    background: #fff;
    color: #002664;
}

.phone {
    padding-left: 100px !important;
}

.phone::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(250, 250, 255, 0.5);
}

.privacy-checkbox p {
    color: #000;
}

.privacy-checkbox p a {
    color: #000;
}

.form--submit {
    height: 45px;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff1838;
    border: 1px solid #ff1838;
}

.valid-block {
    position: absolute;
    background: #fafaff;
    border: 1px solid #ff003c;
    box-sizing: border-box;
    z-index: 9996;
    top: 40px;
    padding: 5px 0;
    width: 100%;
}

.valid-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valid-check label {
    color: #f90201;
    padding: 5px 25px;
    position: relative;
    text-align: left;
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    margin: 0;
}

.valid-check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../images/form-invalid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.valid-check.check label {
    color: #39b54a!important;
}

.valid-check.check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../images/valid-input.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

input.error {
    background: rgba(255, 0, 60, 0.3);
    border: 2px solid #FF003C !important;
    background-image: url(../images/error-info.png);
    background-repeat: no-repeat;
    background-position: 99% 65%;
    padding-right: 30px;
}

label.error {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 5;
    width: auto;
    left: 0;
    background: #e30d17 url(../images/form-attention.svg) no-repeat;
    color: #fafaff;
    font-size: 10px;
    padding: 5px 5px 5px 35px;
    background-position: 10px 50%;
    background-size: 16px;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    z-index: 6;
}

input.valid {
    background: rgba(0, 67, 9, 0.3);
    border: 2px solid #00FF23;
    background-repeat: no-repeat;
    background-image: url(../images/valid-input.png);
    background-position: 96%!important;
    padding-right: 40px!important;
}

.valid-blockP {
    top: 62px !important;
}

#myform[for=first_name] {
    top: 50px !important;
}

#myform[for=last_name] {
    top: 50px !important;
}

#myform[for=email] {
    top: 50px !important;
}

#myform [for=phone] {
    top: 43px;
}

.form--control_wrapper-col_50 .form--control.valid {
    background-position: 90%!important;
}

.form--control {
    text-overflow: ellipsis;
}

.preloader {
    display: none;
    background: white;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    z-index: 9995;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
}

.form--control_wrapper-password label.error {
    display: none !important;
}

@media (max-width: 767px) {
    #myform2 [for=phone] {
        top: 60px !important;
    }
}

@media (max-width: 450px) {
    .form--title_br-mob {
        display: inline;
    }
    .form--title {
        padding-bottom: 40px;
    }
    .form {
        padding-top: 40px;
    }
    .form--control {
        height: 60px;
    }
    .form--control:placeholder-shown:not(:focus)~.form--floating_label {
        font-size: 20px;
        line-height: 24px;
        top: 20px;
    }
    .form--control {
        font-size: 20px;
        line-height: 24px;
    }
    label.error {
        top: 55px !important;
        font-size: 13px;
    }
    .valid-block {
        top: 60px;
    }
    .form--btn-pasword {
        font-size: 12px;
        line-height: 14px;
    }
    .privacy-checkbox {
        font-size: 10px;
        line-height: 12px;
    }
    .data_safe--text {
        font-size: 10px;
        line-height: 12px;
    }
}