<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vislabel {
    color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

#captcha-lbl {
    color: #FFF;
}

.visinput, input[type="text"] {
  	margin-bottom: 25px!important;
	border: 1px solid #ccc!important;
	border-radius: 0px!important;
}

.vischeck {
    color: #FFF;
    margin-left: 20px;
    margin-bottom: 30px!important;
}

-input[type="submit"].btn {
    border: 1px solid #ccc!important;
	border-radius: 0px!important;
}

input[type="submit"].btn {
	background: #fbbe05 !important;
	font-size: 14px;
	text-transform: uppercase;
	height: 50px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #fff !important;
	transition: all .25s linear;
	font-weight: 400;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding-left: 0px!important;
  margin-left: -30px!important;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background:none !important;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}


</pre></body></html>