/* ONREC multisteps form overrides */



#pardot-form,
#multi-steps-signup{
	width:inherit;
	padding-right:0;
	padding-left:0;
}

/*=input/select*/

input,
select{
    background:transparent;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border:1px solid #fff;
    padding:14px;
    color:#fff;
}

select option{
	color:black !important;	
}  

@media screen and (min-width: 768px)
.step-2 .pd-text input,
.step-3 .pd-text input, .step-2 select, .step-3 select {
    width: 66.5rem;
}

/*=next cta*/

.btn-next {
    background: url(https://www.onrec.com/pardot/forms/css/site-specific/onrec/img/onrec-sprite.png) 1px -334px #fff;
    border:1px solid #fff;
}

.step-1 .btn-next{
  border-top-right-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
}

.step-2 .btn-next,
.step-3 .btn-next{
	border-radius:0.5rem;
}

/*=previous link*/

.btn-prev{
color:white;
opacity:0.6;
}

/*=fields + label*/

label{
color: white !important;
}

.form-field a:visited, 
.form-field a {
  color: #fff !important;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

/*=checkbox*/
.step-4 .pd-checkbox{
  margin-top:3.5rem;
}

/*=description*/

.description {
color: white;
}

/*=submit cta*/

.submit input {
    background: #112F46;
    color: #fff;
}

