.text {
 color:white;
}
.errorBox ul {
 margin-top:15px;
  margin-left: 35px;
}
#errorBox li {
  color:red;
  margin-bottom:15px;
}
.footer-bottom {
  background-color: #ff0303ff;
  padding-top:40px;
  text-align:center;
  font-size:18px;
  color:white;
  padding-bottom:40px;
}
.footer-bottom p {
  text-align:center;
  font-size:18px;
  color:white;
}
.footer-bottom a {
  color:white;
}
.type3-content {
  font-size:18px;
  color:white;
  padding:40px;
background-color: #ff0303ff;
}
.type3-content a {
  color:white;
}
.type3-content p {
  font-size:18px;
  color:white;
}
.type3-content h2 {
  color:white;
}
.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 { margin-top: 10px; background-color: #039855FF;  border: 0px none #039855FF;  border-radius: 8px;  padding: 15px 20px 15px 20px;  white-space: normal;  width: 100%;  box-shadow: 0px 1px 2px 0px #00000014; font-weight: 700;  cursor: pointer;  color: #FFFFFFFF;  font-size: 14px;font-weight: 600;}
.modal-body button:hover,input[type=button]:hover,#errorBox button:hover,.privacyBack button:hover{background-color: #fff; color: #000;}
.modal-backdrop {
  background-color: transparent;
}
