
.btn{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;

}

.primary{
	color: #fff;
	background-color: #286090;
	border-color: #204d74;	
}

.success{
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}



.PasswordDimenticata fieldset{ 
	border: none;
	text-align: center;
}


.PasswordDimenticata input{ 
	border-radius: 5px;
	border:1px solid #e0e0e0;
	background: white;
	font-size: 1.1em;
	width: 300px;
	height: 27px;
	padding: 1px 8px;
	margin: 0 0 5px 2px;
	display: block;
}

.PasswordDimenticata input.spinner{ 

	background-image:url(img/loading16.gif);
	background-position: right center;
	background-repeat: no-repeat;

}

.PasswordDimenticata input.error{ 
	border:1px solid #860606;
}



.PasswordDimenticata div.field{ 
	display: inline-block;
	vertical-align: top;
	width: 300px;
	/*height: 60px;*/
	text-align: left;
}

.PasswordDimenticata label{ 
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 8px 10px 20px 0;
	text-align: left;
}

.PasswordDimenticata .captcha{ 
	margin: 0 0 0 190px;
}

.PasswordDimenticata .field span{ 
	font-size: 0.8em;
	color: #505050;
}

.PasswordDimenticata .field span.error{ 
	font-size: 0.8em;
	font-weight: bold;
	color: #860606;
	display: block;
}

.PasswordDimenticata button{ 
	border-radius: 4px;
	background: #298529;
	border: none;
	padding: 8px 16px;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
	margin: 60px 0 0 0;
}

.PasswordDimenticata button:disabled{
	background: #d0d0d0;
	color: white;
	cursor: default;
}


.PasswordDimenticata .errorbox{ 
	background: #9a2c2c;
	border:1px solid #bf7373;
	border-radius: 5px;
	padding: 9px 16px;
	margin: 0 0 5px 0;
	display: none;
}


.PasswordDimenticata .errorbox span.error{ 
	color: white;
}


/* ---------------- */

.ResetPasswordDo fieldset{ 
	border: none;
	text-align: center;
}


.ResetPasswordDo input{ 
	border-radius: 5px;
	border:1px solid #e0e0e0;
	background: white;
	font-size: 1.1em;
	width: 300px;
	height: 27px;
	padding: 1px 8px;
	margin: 0 0 5px 2px;
	display: block;
}


.ResetPasswordDo input.spinner{ 

	background-image:url(img/loading16.gif);
	background-position: right center;
	background-repeat: no-repeat;

}

.ResetPasswordDo input.error{ 
	border:1px solid #860606;
}

.ResetPasswordDo div.field{ 
	display: inline-block;
	vertical-align: top;
	width: 300px;
	/*height: 60px;*/
	text-align: left;
}

.ResetPasswordDo label{ 
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 8px 10px 20px 0;
	text-align: left;
}

.ResetPasswordDo .captcha{ 
	margin: 0 0 0 190px;
}

.ResetPasswordDo .field span{ 
	font-size: 0.8em;
	color: #505050;
}

.ResetPasswordDo .field span.error{ 
	font-size: 0.8em;
	font-weight: bold;
	color: #860606;
	display: block;
}

.ResetPasswordDo button{ 
	border-radius: 4px;
	background: #298529;
	border: none;
	padding: 8px 16px;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
	margin: 60px 0 0 0;
}

.ResetPasswordDo button:disabled{
	background: #d0d0d0;
	color: white;
	cursor: default;
}

.ResetPasswordDo .errorbox{ 
	background: #9a2c2c;
	border:1px solid #bf7373;
	border-radius: 5px;
	padding: 9px 16px;
	margin: 0 0 5px 0;
	display: none;
}

.ResetPasswordDo .errorbox span.error{ 
	color: white;
}



