.password-control, .password-control-confirm {
	position: absolute;
	top: 11px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/no-view.svg) 0 0 no-repeat;
}
.password-control.view, .password-control-confirm.view {

	background: url(img/view.svg) 0 0 no-repeat;
}
.form-error.alert.alert-danger {
    /*display: none;*/
}
.code_resend{
	display: none;
}	
.btn.btn-default {
    margin-top: 20px;
}
