<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ficha {
	width: 600px;
    margin: auto;
    position: relative;
    margin-top: 50px;
    background-color: rgba(0, 45, 99, 0.7);
    color: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    color: white;
    padding: 20px;
	font-weight: bold;
}

#ficha a {
	color: white;
    text-decoration: underline;
}

#avatar {
	position:absolute;
	width: 97px;
  	height: 97px;
  	top: 27px;
  	left: 27px;
}

#formulario {
	width: 432px;
  	height: 366px;
  	position: absolute;
  	top: 26px;
  	left: 136px;
  	font-size: 20px;
  	padding-left: 10px;
  	padding-top: 10px;
}

#formulario input {
	border-color: #cccccc;
  	font-size: 20px;
  	width: 240px;
 	border-width: 1px;
  	border-radius: 9px;
  	border-style: groove;
  	padding: 5px;
  	box-shadow: 0px 0px 3px 0px rgba(42,42,42,.75);
  	font-style: none;
  	font-family: serif;
  	margin-top: 10px;
}

#formulario input:focus { outline:none; }

#formulario label {
	display: inline-block;
  	width: 159px;
}

.submit {
	margin-left: 80px;
  	background-color: rgb(18, 30, 168);
  	color: rgb(20, 182, 44);
  	cursor:pointer;
}

.submit:active {
	position:relative;
  	top: 1px;
}
.submit:hover {
  	background-color: rgb(23, 119, 229);
}

.btn-file-input{
	position: absolute;
  	top: 130px;
  	left: 18px;
}

#file{
 	width: 114px;
  	position: absolute;
  	top: 130px;
  	left: 18px;
  	opacity: 0;	
}

#email_chk{
	position: absolute;
  	top: 169px;
    right: 23px;
	visibility:hidden;
}
	
#usuario_chk{
	position: absolute;
  	top: 34px;
    right: 23px;
	visibility:hidden;
}

#password_chk{
	position: absolute;
  	top: 215px;
    right: 23px;
	visibility:hidden;
}

.registro a {
    color: #FFFFFF;
    margin-left: 25%;
    background-color: rgba(0, 0, 0, 0.59);
    padding: 10px;
    top: 50px;
    position: relative;
}
.reset-links {
    text-align: center;
    margin-top: 0px;
}</pre></body></html>