.text {
 color:white;
}
.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],#errorBox button,.privacyBack button {
    background-color: #c229b0ff;
    display: inline-block;
    cursor: pointer;
    font-family: 'Montserrat';
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 0;
    font-weight: 700;
    font-size: 30px;
    border: #c229b0ff 2px solid;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 0 transparent;
    color: #fff;
    transition: all 0.3s 
    ease-in-out;
}
.modal-backdrop {
  background-color: transparent;
}
