body {
	background-image: url(/img/cap_blanc.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#identifica {
	width: 320px;
	padding: 5% 0 0;
	margin: auto;
}#identifica h2 {
	text-align: center;
}
.aspecte_boto {
	background-color: #D9232E;
	color: #FFF;
	line-height: 25px;
	height: 30px;
	padding-right: 12px;
	padding-left: 12px;
	clear: both;
	float: right;
}
.identifica_error {
	clear: both;
	width: 100%;
}

#identifica form {
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px 34px;
	font-weight: 400;
	overflow: hidden;
	background: #fff;
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

#identifica form .input, #identifica input[type="password"], #identifica input[type="text"] {
  font-size: 24px;
  line-height: 1.33333333;
  width: 100%;
  border-width: .0625rem;
  padding: .1875rem .3125rem;
  margin: 0 6px 16px 0;
  min-height: 40px;
  max-height: none;
  box-shadow: 0 0 0 transparent;
border-radius: 4px;
border: 1px solid #8c8f94;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
background-color: #fff;
color: #2c3338;
}