.btn {
    outline: none !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none !important; 
    margin: 0 !important; 
}
.tooltip {
  font-family: MetaCondensed !important;
  font-size: 12px;
}
.password-verdict {
	display: none !important;
}
.adjusted.progress {
	margin-top: 20px !important; width: 583px !important; margin-bottom: 20px !important;
}

.password-verdict2 {
	display: none !important;
}
.error-list {
	display: none !important;
}
input:required:invalid:focus, input:invalid:focus {
	background-image: url('bad.png');
    background-position: 98%;
    background-repeat: no-repeat;
	border: 1px solid #b79292 !important;
  }
input:required:valid {
    background-image: url('good.png');
    background-position: 98%;
    background-repeat: no-repeat;
	border: 1px solid #95b792 !important;
}
@media only screen and (min-width: 992px){
	.new-center.col-md-offset-3 {
		margin-left: 24% !important;
	}
	.new-center.col-md-5 {
		    width: 50% !important;
	}
	.new-center2.col-md-offset-4 {
    margin-left: 29%;
}

}