
.iti{
  width: 100%;
}
.iti__country-list {
  max-width: 250px;
  overflow-x: hidden;
  color: #000;
}
input{
  color: #000;
}
#form_2 ul{
  margin-left: 0;
  max-width: 400px;
}
.iti__country-list{
  max-width: 400px;
  top: 60px;
}
#phone-1{
  padding-left: 50px;
}
form label{
  position: relative;
  width: 100%;
}
#error-msg, #valid-msg{
  position: absolute;
  bottom: 38px;
  right: 8px;
}
#error-msg2, #valid-msg2{

  bottom: 22px;
  right: 8px;
}
#error-msg,
#error-msg2 {
  color: red;
}
#valid-msg,
#valid-msg2{
  color: #00C900;
}
input.error {
  border: 1px solid #FF7C7C;
}
.hide {
  display: none;
}
form span.tel-span{
  color: #D6D6D6;
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 100;
}
.iti__flag-container{
  left: 15px!important;
}
