.errorBox ul {
 margin-top:15px;
  margin-left: 35px;
}
#errorBox li {
  color:red;
  margin-bottom:15px;
}
.footer-bottom {
  padding-top:40px;
  text-align:center;
  font-size:18px;
  color:black;
  padding-bottom:40px;
}
.footer-bottom p {
  text-align:center;
  font-size:18px;
  color:black;
}
.footer-bottom a {
  color:black;
}
.type3-content {
  font-size:18px;
  color:black;
  padding:40px;
}
.type3-content a {
  color:black;
}
.type3-content p {
  font-size:18px;
  color:black;
}
.type3-content h2 {
  color:black;
}
.modal-header button {
  background-color: white;
  border: 0px;
}   
.modal-title {
  font-size:18px;
  color:black;
  font-weight:bold;
}

.modal-body input {
  margin-bottom:10px;
  width:100%;
  border-radius:3px;
  text-indent: 10px;
  border-width:1px;
  line-height:34px;
}
.modal-body button,input[type=button] {
    background-color: #00c389ff;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    padding: 15px 20px;
    border: 2px solid #ff9500ff;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    border-radius: 0px;
}
.modal-backdrop {
  background-color: transparent;
}
