 body{
    background-color:transparent;
}
.spotr-base-form{
    background-color:transparent;
    color:#fff;
}
.spotr-base-form a{
    color:#fff;
    text-decoration:underline;
}
.spotr-base-form .row .col-xs-6,
.spotr-base-form .row .col-xs-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.spotr-base-form .row .form-wrapper{
    margin-bottom:14px;
}
.spotr-base-form .row label{
    margin-bottom: 5px;
    color: #ffffff !important;
    font-weight:normal;
    display:none;
}
.spotr-base-form .row .pd-checkbox label.field-label{
    display:block;
}
.spotr-base-form .row .pd-checkbox span label.inline{
    display:inline-block;
    padding-left:8px;
	padding-right: 20px !important;
}
.spotr-base-form .row input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.spotr-base-form .row select,
.spotr-base-form .row textarea{
    border-radius: 0 !important;
    background-color: #ffffff !important;
    border:1px solid #f5f5f5 !important;
    color:#000;
    padding:10px;
    height: 40px;
    width:100%;
    display:block;
    font-size:14px;
    line-height:1.42857143;
    background-image:none;
    outline:none;
}
.spotr-base-form .row input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):focus,
.spotr-base-form .row select:focus,
.spotr-base-form .row textarea:focus{
    border-color:#fff;
}
.spotr-base-form .row textarea{
    height:90px;
}
.spotr-base-form .btn,
.spotr-base-form input.btn{
    font-size:15px;
    text-transform:uppercase;
    color:#fff;
    background-image:none;
    box-shadow: none;
    padding:18px 30px;
    text-shadow:none;
    border-radius:0;
    line-height:18px;
}
.spotr-base-form .btn-default,
.spotr-base-form input.btn-default{
    background-color:#81c16d;
    border:6px solid #81c16d;
    transition:all .3s ease;
}
.spotr-base-form .btn-default:hover,
.spotr-base-form .btn-default:active,
.spotr-base-form .btn-default:focus,
.spotr-base-form input.btn-default:hover,
.spotr-base-form input.btn-default:active,
.spotr-base-form input.btn-default:focus{
    background-color:#fff;
    border-color:#fff;
    color:#81c16d;
    transition:all .3s ease;
}
.spotr-base-form .row .form-wrapper.error input, .spotr-base-form .row .form-wrapper.error select, .spotr-base-form .row .form-wrapper.error textarea{
background-color:rgba(123,43,55,.5);
}
.error, .error-message{
    color:#fff;
}
.error-message{
    padding:10px 0;
    font-weight:bold;
    margin:0;
    font-size:16px;
}
::-webkit-input-placeholder {
    color: #e0e0e0;
}
:-moz-placeholder{
    color: #e0e0e0;
}
::-moz-placeholder{
    color: #e0e0e0;
}
:-ms-input-placeholder{
    color: #e0e0e0;
}
.container .light-background {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
	width: 100% !important;
}
.light-background .error-message, .light-background .error, .light-background .description, .light-background .spotr-base-form a{
    color:#3b0909 !important;
}
.light-background .spotr-base-form{
    color:#333;
}
@media (min-width: 768px) {
.container .light-background {
    width: 100% !important;
}
}
.spotr-base-form .row .pd-checkbox.form-check label.inline {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0px;
    cursor: pointer;
    padding-left: 8px;
}
.form-check + div {
    font-size: 14px;
    color: #ffffff !important;
	margin-bottom: 28px !important;
}
.form-check label:before {
    border: .1em solid rgba(60,60,60,0.28) !important;
}
div.form-wrapper.industry-after.form-check.Industry_news.pd-checkbox.no-label {
	margin-bottom: 35px !important;
}
span.value span {
	width: 100% !important;
    display: block !important;
}
.col-md-12.checkBoxInline {
	padding-right: 0 !important;
    padding-left: 0 !important;
}