input[type=text] {
    max-width: 425px;
}
input[type=email] {
    max-width: 425px;
}
.chosen-container.chosen-container-single {
    max-width: 425px !important; /* or any value that fits your needs */
}
label.control-label.js-form-required.form-required::after { 
    content: "*";
    color:red;
}
.has-glyphicons .select-wrapper:after{
  display:none;
}
input#edit-phone {
    max-width: 425px;
}
h1.page-title {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 20px;
}