*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}


a {
  text-decoration: none;
  color: #1ab188;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: #179b77;
}
.form {
    background-image: url(image/Complaint.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    margin: auto;
    border-radius: 4px;
    min-height: 900px;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
.tab-group .active a {
  background: #1ab188;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: block;
}

h1 {
     text-align: center;
    color: #000;
    margin: 0px 0 20px;
    font-weight: normal;
    font-size: 18px;

}
input, select, .address1 {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: none;
    background-image: none;
    border: 1px solid #cacaca;
    color: #000;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
}
#address {
    line-height: 38px;
}
textarea {
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 10px 10px;
  background: none;
  background-image: none;
  border: 1px solid #142B6F;
  color:#000;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #1ab188;
}
textarea {
    border: 1px solid #b7b7b7;
    resize: vertical;
} 
.field-wrap {
  position: relative;
  margin-bottom:7px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
    border: 1px solid transparent;
    outline: none;
    border-radius: 0;
    padding: 10px 40px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #FFCC00;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    font-weight: normal;
    border-radius: 5px;
    box-shadow: 0 10px 13px 0 #dadada;
}
.button:hover, .button:focus {
  background-color: transparent;
  border-color:  #FFCC00;
}


.forgot {
  margin-top: -20px;
  text-align: right;
}
