.zohoform {
    color: #757575 !important;
    width: 220px;
    margin: 0 auto;
}

.zohoform .field-input {
    font-size: 13px;
	box-shadow: none !important;
	transition: none !important;
    padding: 0px 0px 0px 10px;
	border-radius: 5px !important;
	background: none repeat scroll 0 0 #ffffff !important;
	text-shadow: none !important;
	border: 1px solid #C71C6F !important;
	width: 220px;
	height: 35px;
    margin-bottom: 15px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.zohoform .field-phone {
    padding-left: 50px !important;
    
}
.zohoform .submit-input {
    display: inline-block;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #C71C6F;
    border-radius: 15px;
    background: none repeat scroll 0 0 #C71C6F;
    font-family: verdana;
    font-size: 18px;
    color: #ffffff;
    width: 220px;
    height: 40px;
    font-weight: normal;
    font-style: normal;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 0 0 3px #f2f7f9;
    -moz-box-shadow: 0 0 0 3px #f2f7f9;
    -webkit-box-shadow: 0 0 0 3px #f2f7f9;
}


.zohoform .submit-input:hover,
.zohoform .submit-input:focus,
.zohoform .submit-input:active,
.zohoform .submit-input[disabled] {
    color: #333333;
    background-color: #ffffff;
}

.zohoform .submit-input:hover,
.zohoform .submit-input:focus {  
    color: #333333;
    text-decoration: none;
    border: 1px solid #C71C6F;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.zohoform .submit-input:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.zohoform .submit-input:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.iti-flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {background-image: url("../img/flags@2x.png");}
}

.intl-tel-input .country-list {
    z-index: 9999;
}