/* button disabled*/
input.disabled {
	opacity: 0.5;
}
input.disabled:hover {
	box-shadow: 0 0 13px 4px rgba(0, 0, 0, .06), 0 6px 18px -1px rgba(78, 174, 190, .34);
}

.has-success .input-group-addon {
	background: none;
	border: 1px solid rgba(0,0,0,.15);
}

div.hero-section {
	padding-top: 85px;
	padding-left: 30px;
	padding-right: 30px;
}

div.w-container {
	width: 100%;
}

div.form1-heading,
div.form2-heading {
	margin-top: 20px;
}

a.continue-btn {
	text-decoration: none;
}

div.show-pass input,
div.show-pass-2 input {
	/*border-radius: 5px 0px 0px 5px !important;*/
}

div.show-pass span,
div.show-pass-2 span {
	height: 50px;
	background: #fff;
}

div.show-pass i, 
div.show-pass-2 i{
	color: #B1B9BC;
}

/* Input Field CSS */
div.pre-form {
	/*border-bottom: 1px solid #C9C9C9;*/
	margin-bottom: 20px;
}

div.pre-form p.subheading {
	font-size: 16px;
	text-align: left;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.w-input, .w-select {
	font-family: 'Nunito Sans', sans-serif;
}

a.change-pass-btn:hover,
a.change-pass-btn:active,
a.change-pass-btn:visited {
	text-decoration: none !important;
	color: #fff !important;
}

/*  Form Validation */
span.form-error {
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Nunito Sans', sans-serif;
	color: rgb(185, 74, 72);

}




