body, td, th, dt, dd, input, textarea, select {
	font-family: "TikTok Sans";
}
body, td, th {
  background: #00010D;
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.submit_button {
  font-size: 15px;
  background: #00a188;
  color: #fff;
  border: none;
  height: 45px;
  line-height: 45px;
  border-radius: 7px;
  padding: 0 25px;
}

.form_fields, select, .form_fields_error, textarea, #SignUp input[type="text"] {
  font-size: 18px;
  background: #0d2a4d;
  color: #fff;
  border: 1px solid #0d2a4d;
  height: 45px;
  line-height: 45px;
  border-radius: 7px;
}

a {
  color: #00a188;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.submit_button:hover {
  background: #000;
  color: #fff;
}

.form_fields_error {
  background: #ffe8e8;
  border: 1px solid #b40c0c;
}

.flag_error {
  background: #ea6264;
}

.flag_ok {
  background: #00a188;
}

.flag_att {
  background: #d29470;
}

.msgbox {
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

p, li {
  font-size: 16px;
}

[data-style="website"] {
  
	width:1400pxpx;
		background:#00010D;
		color:#fff;max-width:1400px;
}
[data-style="header"] {
  
	border-radius:0px;
	overflow: hidden;
		display:none;max-width:1400px;
}