.intl-tel-input.allow-dropdown .flag-container{
    left:75px;
}
.intl-tel-input{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding-left: 75px;
    padding-right: 45px;
    background: 0 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #333;
    transition: all .25s;
}
#phone{
border: none;
    bottom: 6px;
}

.intl-tel-input.allow-dropdown input{
    height:45px;
}
