.all-country , .country-flag
{
  min-height: 150px !important;
  width: 90%;
}
.ccontainer {
  padding: 10px 30px;
}
.country-container {
  display: -webkit-box;
  display: flex;
}
.flag {
  background-size: 50px 30px;
  height: 30px;
  width: 50px;
  display: inline-block;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
          flex: 0 0 50px;
}
.countries {
  width: 90%;
  max-width: 400px;
  color: #000;
}
/*-------------------Code-------------------------------------------------*/


/* added to global styles */
.has-error.form-control {
  color: #9f005b;
  border-color: #9f005b;
  box-shadow: inset 0 0 0 1px #9f005b;
}

.has-error.form-control:focus {
  box-shadow: inset 0 0 0 2px #9f005b;
}

/* for example purposes - floating labels needed to properly work */
#phone-number-country {
  color: #000;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  .form-controls {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }