.othernames {
  background-color: #d7dc99;
    margin-top: 0px;
}

.othernames-content{
  background-color:#D6DC99;
  width: 100%;
  min-height: 846px;
  margin: 0 auto;
}

.form-othernames input{
  margin: 0 auto;
  display: block;
  font-size: 1.3em;
  width: 65%;
  padding: 12px;
  border: 3px solid #6f6f6f;
  border-radius: 12px;
  resize: vertical;
  background-color: #f7f3e7;
}
.form-othernames input[type=button], input[type=submit], input[type=reset]{
    font-family: inherit;
    font-weight: 300;
    background-color: #00BE00;
    border: none;
    border-radius: 12px;
    color: white;
    padding: 10px;
    width: 59px;
    height: 41px;
    font-size: 1.36em;
    text-decoration: none;
    margin: 30px auto!important;
    cursor: pointer;
}

.title-other{
  position: absolute;
  display: block;
  top: 12%;
  left: 22%;
  width: 57%;
}