.form_layout{
    background: #fff;
    margin: 30px auto 15px;
    text-align: center;
    max-width: 500px;
    position: relative;
    font-size: 16px;
    border-radius: 5px;
}

.form_layout p{
    margin-bottom: 20px;
}


.form_layout .scroll-holder {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 48px 70px 56px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.form_layout h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    margin: 0 0 42px;
    color: #444444;
    text-align: center;
}

.radio-holder input[type="radio"]:not(:checked), .radio-holder input[type="radio"]:checked
input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.form_layout a{
    text-decoration: underline;
    vertical-align: top;
}

.form_layout .btn{
    color:#444444;
    text-decoration:none;
    width:100%;
    margin-bottom:30px;
}

.form_layout select{
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    width: 100%;
    height: 44px;
    border-radius: 2px;
    border: solid 1px #979797;
    font: 500 14px/16px "Muli", sans-serif;
    color: #444444;
    padding: 13px 16px;
}

.form_layout .scroll-holder{
    max-height:initial;
}

.input-holder .iti{
    display: block;
}

.input-holder .iti__flag-container{
    max-height: 44px;
}

.iti #phone{
    padding-left: 96px;
}


.iti__flag {
    background-image:url('assets/vendor/intl-tel-input/build/img/flags.png');
}

.iti .iti__country-list{
    z-index: 9;
    max-width: 360px;
}
.iti--separate-dial-code {
    font: 14px/16px "Muli", sans-serif;
    color: #444444;
}


@media screen and (max-width: 555px), screen and (max-width: 555px) and (orientation: landscape), screen and (max-width: 555px) and (orientation: portrait){
    .form_layout .scroll-holder {
        padding: 30px 15px 20px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url('assets/vendor/intl-tel-input/build/img/flags.png');
    }
}