/*POPUP*/

.hover-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 10px;
    z-index: 9999;
}

.popup_custom {
    position: fixed;
    z-index: 9997;
    display: none;
    height: 100%;
    right: -20px;
    left: -20px;
}

.popup_custom .popup_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: 9994;
}
.popup_custom .close_button {
    /* font-weight: bold;
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
    color: gray ! important;
    z-index: 9995;
    font-size: 80px; */
}
.popup_custom .popup_inner .popup_content {
    /*margin: 100px auto 0 auto;*/
    width: 100%;
    max-width: 800px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.popup_custom .popup_content_inner {
    position: relative;
    text-align: center;
    padding: 20px;
    z-index: 9998;
}
.popup_custom .title {
    color: #fa5258;
    font-weight: bold;
    font-style: italic;
    /*font-size: 70px;*/
    font-size: 24px;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    /*max-width: 660px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
}
.popup_custom .subtitle {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    font-style: normal;
    color: #fff;
    /*line-height: 1.2;*/
    margin-bottom: 15px;
    /*max-width: 660px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
}
.popup_custom .subtitle b {
    color: #f7931a;
}
.popup_custom .popup_form {
    text-align: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

@media screen and (max-height:800px){
    .popup_custom .popup_inner .popup_content{
        margin: 0px auto 0 auto;
    }
    .popup_custom .subtitle{
        font-size: 18px;
        line-height: 1.2;
    }
    .popup_custom .title{
        font-size: 34px;
        margin-bottom: 0px;
    }
    label.error {
        font-size: 10px;
        margin-bottom: 0;
    }
    .form-group {
        margin-bottom: 1rem;
    }

    .popup_custom .registerBtn {
        bottom: 7px;
    }
    
}
/*end Popap*/

.pop_pass {
    width: 54%;
}

.popup-form-wrapper {
    max-width: 50%;
    margin: auto;
}

.btn-popup {
    width: 40%;
}

#popup_custom .modal-body {
    padding: 30px 60px 100px 60px;
    /* background: url(../images/exit-popup-register.jpg); */
    width: 750px;
    height: 720px;
    background: url(../images/exit-popup-register.jpg) center top no-repeat #000;
    background-size: cover;
}

#popup_custom button.close-X-custome {
    position: relative;
    right: -50px;
    top: -55px;
    background-color: #0000;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    font-family: Helvetica,Arial,sans-serif;
}

#popup_custom button.close {
    /* position: relative;
    top: 5px;
    right: 5px;
    z-index: 20;
    background: #0daddd;
    opacity: 0.5;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 16px; */
}


.component-form-registration {
    text-align: left;
    color: #666;
}
#myform3 {
    margin-bottom: 10px;
}

#popup_custom .form__wrapper {
    background-color: #ffffff4d;
    max-width: 320px;
}

.component-form-registration .form__wrapper {
    position: relative;
    font-size: 14px;
    background: #fff;
    /* width: 100%; */
    padding: 1rem;
    border-radius: 5px;
}

.component-form-registration .form__wrapper .form__error-block {
    top: 0;
    background: #f0482a;
    position: absolute;
    z-index: 45;
    left: 0;
    right: 0;
    color: #fff;
    padding: 1em 3em 1em 1em;
    display: none;
}


.component-form-registration .form__wrapper .form__block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.component-form-registration .form__wrapper .form__field-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

#popup_custom  form{
    background-color: transparent;
}

.close_button__inBottom {
    font-size: 20px;
    margin-top: 30px;
    padding: 0 0 0 100px;
    cursor: pointer;
}

#popup_custom .form__wrapper .form_button-submit {
    max-width: 285px;
    height: 52px;
    width: 100%;
    color: #fff;
    background-color: #337ab7;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #337ab7;
    border-bottom-width: 4px;
    line-height: normal;
}


#popup_custom .form-control{
    height: 45px;
}
#popup_custom label.error{
    top: 45px;
}

#popup_custom h1 {
    color: #f7931a;
    font-size: 4em;
    margin: 0;
    font-weight: bold;
}

#popup_custom p.lead {
    color: #fff;
    margin-bottom: 0;
}

.component-form-registration .form__wrapper .form_button-submit:hover {
    opacity: .9;
}

#popup_custom .intl-tel-input.allow-dropdown .selected-flag, #popup_custom .flag-container{
    height: 45px;
}

#popup_custom .modalPeopleText {
    text-align: left;
}


#popup_custom .floating-label{
    color: white;
    background-color: #495057;
}
 
#popup_custom .form-control:placeholder-shown:not(:focus) ~ .floating-label{
    color: #495057;
    background-color: transparent;
}

#popup_custom .form-password_group {
    width: 60%;
    display: inline-block;
}

#popup_custom  .getNewPass{
    height: 45px;
    background-color: #337ab7;
}


#popup_custom  .form-content{
    padding-bottom: 0;
}

#popup_custom  .regformInModal{
    text-align: left;
}

#popup_custom form{
    position: relative;
    max-width: 320px;
}