.title{
  text-align: center;
  padding:30px 0;
}
.title img{
  max-width: 80%;
  height: auto;
}
.form-wrapper_audition {
  margin-bottom: 1.4rem;
}

.form-control {
  border-radius: 4px !important;
}

label {
  display: block;
}
.name-column {
  display: table;
  width: 100%;
}
.form-inline .custom-select, .form-inline .input-group{
  width: auto !important;
}
.name-column > .input-group {
  display: table-cell;
  width: 40%;
  margin-bottom: 10px;
}
.name-column > span {
  float: left;
  width: 4%;
  text-align: center;
}
.zip .input-group{
  width: 20% !important;
}
.zip1,
.zip2 {
  width: 20% !important;
}
select.form-control{
  width: auto !important;
}
.form-inline .adderss_class {
  width: 70% !important;
}

.tel1,
.tel2,
.tel3 {
  width: 25% !important;
  display: inline-block;
}

.displayinline {
  display: inline-block;
}

.wreset {
  width: auto;
}

.tcenter {
  text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 480px) {
  input[type="file"] {
    background-color: #eee;
  }
  .form-inline .adderss_class {
    width: 100% !important;
  }
}

.dropify-wrapper .dropify-message p {
  font-size: 12px;
}

/*admin */
.imgitem img {
  max-width: 100%;
  height: auto;
}
/* 
h1 img {
  width: 270px;
} */


