*{box-sizing:border-box;}
body {font-family: Helvetica;}
.Clarity {background-color: #7C9ECB;}
.Clarity:before {background-color: #011E41;}
input[type="checkbox"] {
	accent-color: #011E41;
}
.Boton {
  border:0px;
  color: #ffffff;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  letter-spacing: 1px;
  border-radius: 5px;
  text-decoration:none;
  width:130px;
  width: 100%;
  height:40px;
  line-height: 40px;
  font-size: 1rem;
  cursor: pointer;
}
.Boton:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.Boton:hover:before {right: -2px;}
.form-full{
	margin: 1px auto;
	padding: 30px 30px 20px 30px;
	width: 350px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: white;
}
.group { 
	position: relative; 
	margin-bottom: 25px; 
}
input[type="text"],[type="password"] {
	font-size: 18px;
	-webkit-appearance: none;
	display: block;
	color: #011E41;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #011E41;
}
input:focus { outline: none;}
input:required{
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	color: #011E41;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #999;
}
input:valid:not(:focus):not(:placeholder-shown) ~ .bar:before, input:valid:not(:focus):not(:placeholder-shown) ~ .bar:after {background: #7C9ECB; width: 50%;}
input:focus ~ label, input.used ~ label {
	top: -10px;
	left: -17px;
    color: #7C9ECB;
	-webkit-transform: scale(.75);
    transform: scale(.75); 
}
label {
	color: #999; 
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 3px;
	top: 20px;
    width: 140px;
	-webkit-transition:all 0.2s ease;
	transition: all 0.2s ease;
}
.Ocultar{
	position: relative;
	display: none;
}
.Mostrar{
	position: relative;
	display: block;
}
.MensajeInformativo{
	height:277px;
	font-size: 16px;
	text-align: center;
}
.Recuperar {
	float:right;
    color: #7C9ECB; 
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.Recuperar2 {
	float:right;
    color: #7C9ECB; 
	font-size: 14px;
	font-weight: normal;
	cursor: default;
}
.Recuperar:hover {color: #011E41;}
.Recordar{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: -8px;
}
.bar {
	position: relative;
	display: block;
	width: 100%;
}
.bar:before, .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 0px; 
	position: absolute;
	background: #7C9ECB;
	-webkit-transition:all 0.2s ease; 
	transition: all 0.2s ease;
}
.bar:before {left: 50%;}
.bar:after {right: 50%;}
input:focus ~ .bar:before, input:focus ~ .bar:after {width: 50%; background: #7C9ECB;}
.OpenEye {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 14px;
	background: url(../img/OjoAbierto.svg) no-repeat center;
    background-size: 15px;
	cursor: pointer;
}
.ClosedEye {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 14px;
    background: url(../img/OjoCerrado.svg) no-repeat center;
	background-size: 15px;
	cursor: pointer;
}