.iti {
    position: relative;
    display: inline-block;
    direction: ltr;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    /*height: 100%;*/
    padding: 0 6px 0 8px;
    direction: ltr;
    height: 38px;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 240px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    direction: ltr;
}

.iti__country-name {
    margin-right: 6px;
    display: none;
}
input.form-control {
    width: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 4px;
    font-weight: 700;
    width: 100%;
    margin-top: 5px;
}

.iti input, .iti input[type="text"], .iti input[type="tel"] {
    text-align: left;
}