﻿/*
    Adding a height style to the .intl-tel-input text boxes to ensure that they 
    approximate the height of the other text boxes on the page.
*/
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    height: auto;
}