button.prev_bt,
button.next_bt {
    display:block;
    width:227px;
    height:38px;
    border: #88888B /* #004377 */ solid 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -weblkit-border-radius: 8px;
    background-color: #88888B /* #0055A8 */;
    cursor: pointer;
    font-family: "open-sans.semibold";
    font-size: 16px;
    color: #FFFFFF /* #FFFFFF */;

}
button.prev_bt:hover,
button.next_bt:hover {
    background-color:#88888B;
}

button.white_bt {
    display:block;
    width:227px;
    height:38px;
    border:#7f7f7f /* #7f7f7f */ solid 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -weblkit-border-radius: 8px;
    background-color: #FFFFFF /* #FFFFFF */;
    cursor: pointer;
    font-family: "open-sans.semibold";
    font-size: 16px;
    color: #7f7f7f /*#7f7f7f*/;
}
button.white_bt:hover {
    background-color:#FFFFFF /* #d6d6d6 */ ;
}

.error {
    border:#b91f17 /* #b91f17 */ solid 1px !important;
}

input[type="text"].textfield-noicon,input[type="password"].textfield-noicon {
    background-color: #edf2eb /* #edf2eb */;
    border: #C4D8bf /* #C4D8bf */ solid 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width:370px;
    height:46px;
    font-family: "open-sans.regular";
    font-size:18px;
    color: #999999 /* #999999 */;
    margin: 10px 0px 10px 0px;
    padding: 0px 15px 0px 15px;
}

input[type="text"].textfield-icon,input[type="password"].textfield-icon {
    color: #999999 /* #999 */;
    font-family: "open-sans.regular";
    font-size: 16px;
    height: 38px;
    width: 100%;
}

input[type="text"].textfield-simple {
	background-color: #ffffff /* #fff */;
	border:#C4D8bf /* #C4D8bf */ solid 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #999999 /* #999 */;
	font-family: "open-sans.regular";
	font-size: 16px;
	height: 38px;
	padding: 0 10px;
	max-width: 340px;
	width: 100%;
}

.textfield-small {
	background-color: #ffffff /* #fff */;
	border: #C4D8bf /* #C4D8bf */ solid 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #999999 /* #999 */;
	font-family: "open-sans.regular";
	font-size: 16px;
	height: 38px;
	padding: 0 10px;
	margin-right: 14px;
	max-width: 103px;
}

textarea.textfield-icon {
	background-color: #edf2eb /* #edf2eb */;
	border: none;
	color: #999999 /* #999 */;
	font-family: "open-sans.regular";
	font-size: 16px;
	height: 144px;
	width: 100%;
}
input[type="text"].disabled,input[type="password"].disabled {
    background-color: #f2f2f2 /* #f2f2f2 */ !important;
	color: #999999 /* #999 */;
	cursor: not-allowed;
	pointer-events: none;
    tab-index: -1;
}
.disabled-text {
    color: #cccccc /* #cccccc */ !important;
}

input[type="text"].uncompleted, input[type="password"].uncompleted,
.choose-select.uncompleted, #cc-expiration.uncompleted {
	background-color: #edf2eb /* #edf2eb */ !important;
}

.continue-dashboard-bt{
  width: 250px !important;
}
#change-password-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}