/*input {
    height: 35px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit; }

input[disabled], button[disabled] {
    background-color: #eee; }

input, select {
    border: 1px solid #CCC;
    width: 100% !important; }
*/
/* COM-3180 | SAB R | Updated CSS */
.intl-tel-input, .iti {
    width: 100% !important;
    /*
    z-index: 4;
    position: relative;
    */
}
/*
.fa-phone{
    z-index: 1;
    position: relative;
}
*/

::-webkit-input-placeholder {
    color: #BBB; }

::-moz-placeholder {
    /* Firefox 19+ */
    color: #BBB;
    opacity: 1; }

:-ms-input-placeholder {
    color: #BBB; }