.adm-open{

  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-open {
  padding: 50px 0px 50px;
  /* padding-top: 80px; */
}
.adm-open h1{
  font-weight: bold;
  margin-bottom: 20px;
}
.adm-open label{
  font-weight: bold;
}
.adm-open .adm-start {
  box-shadow: 0 0 0 0.25rem transparent;
  background-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
  padding: 50px 20px;
}
 .form-co input {
  border: #f2f2f2;
  font-size: 14px;
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 10px;
}
.form-co select{
  border: #f2f2f2;
  font-size: 14px;
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 10px;
}
.form-co textarea{
  border: #f2f2f2;
  font-size: 14px;
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 10px;

}
.form-control:focus {
  border-color: transparent;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem transparent;
}
.contact-buttons input{
  border: #f2f2f2;
  font-size: 14px;
  border-radius: 0;
  background-color: #f2f2f2;
  width:100%;

}
.contact-buttons input :focus{
  border:  #f2f2f2;;
  border-color: transparent;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem transparent;

}
 .form-co span{
  color:red;
}