#id02 {
    display: none;
}
.contactinfo {
    text-indent: 10px;
}
.formpage {

}
/* Styles all the input boxes in the form */
input {
    width: 100%;
    padding: 4px;
    height:2rem;
   
}

/* Styles the placeholder input hint text */
input::placeholder {
    color: rgba(4, 46, 23, 0.6);
    font-size: 0.8rem;
    font-weight: 400;
}
/* Styles the placeholder input box; background color, borders */
input:placeholder-shown {
  background-color: #fff;
  
}
/* Styles the actual text and background color / borders entered by the user */
input {
    color:rgb(30, 36, 34);
    font-size: 0.8rem;
    font-weight: 400;
    background-color: #fff;
     border: 1px solid #14b82d;
}
/* Styles the textarea hint text */
textarea::placeholder {
    color: rgba(4, 46, 23, 0.6);
      font-size: 0.8rem;
    font-weight: 400;
    text-indent:5px;
    line-height: 1.2rem;
  width:100%;
}
/* Styles the textarea box */
textarea:placeholder-shown {
    background-color: #fff;
   border: 1px solid #14b82d;
   
}

/* Styles the actual text and background color /borders entered by the user */
textarea {
  font-size: 0.8rem;
  font-weight: 400;
  color:rgb(30, 36, 34);
   background-color: #fff;
   border: 1px solid #14b82d;
  width: 100%;
}


.fakebutton {
    color: rgba(4, 46, 23, 0.6);
    font-size: 0.8rem;
    font-weight: 400; 
    background-color: #fff;
}
#respond-confirm {
    padding: 0 20px 20px 20px;
    text-align: center;
}

.response h4 {}

p.respond-confirm,
p.respond-message {
    padding-bottom: 10px;
    color: #067411;
}

.respond-message {
    font-weight: bold;
}

.error {
    color: rgba(90, 38, 3, 0.9);
    padding-top: 10px;
    text-align: center;
}
/* not being used here */
.five-content .btn {
    background-color: #fff;
    pborder: #bcbdbd 2px solid;
    border-radius: 5px;
    padding: 0 4px;
    margin: 0;
    font-size: 1rem;
}