.has-error{color:gray !important;}
.has-success{color:#F58835 !important;}
.has-error input{border:1px solid gray !important;}
.has-success input{border:1px solid #F58835 !important;}

#dv-fpssw {
	width: 20%;
}

@media screen and (max-width: 1200px) {
	#dv-fpssw {
		width: 30%;
	}
}

@media screen and (max-width: 1000px) {
	#dv-fpssw {
		width: 35%;
	}
}

@media screen and (max-width: 800px) {
	#dv-fpssw {
		width: 45%;
	}
}

@media screen and (max-width: 600px) {
	#dv-fpssw {
		width: 60%;
	}
}

@media screen and (max-width: 420px) {
	#dv-fpssw {
		width: 90%;
	}
}