@charset "utf-8";
/* CSS Document */

*{margin:0px;padding:0px;}
body{
	font-family: 'Open Sans', sans-serif;
}

body.bg-isf{
	margin: 0px 0 0px;
	background: url(/img/isf-bg.jpg) #153347;
	background-attachment: fixed;
    background-size: cover;
}
#cont_registro{
	background:rgb(255 255 255 / 0.85);
}
.circulo{
	height: 49px;
	width: 50px;
	padding-top: 1px;
}

.btn-resena{
	width: 190px;
	display: inline-block;
	margin: 10px 10px 20px;
	padding: 5px 30px;
	background: #88c7be;
	border-radius: 50px;
	box-shadow: 0px 4px 5px rgb(0 0 0 / 30%);
}
.btn-recibe{
	width: auto;
	display: table;
	margin: 20px auto 20px;
	padding: 5px 30px 8px;
	background: #88c7be;
	border-radius: 50px;
	box-shadow: 0px 4px 5px rgb(0 0 0 / 30%);
	border:none;
	font-weight: bold;
	font-size: 20px;
	line-height: 39px;
}
.btn-recibe i, .btn-recibe svg{
	margin: 6px 5px -5px;
	font-size: 35px;
}
.btn-resena:hover, .btn-recibe:hover{background:#9ee5db;}
.error-message{
	width: auto !important;
	display:table;
	margin: 0px auto 3px;
	padding: 3px 5px 3px;
	color:#fff;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	background:#e90c0c;
	border-radius: 5px;
}

#register_form input{
	width: 90%;
	max-width:400px;
	height:42px;
	display:table;
	margin:10px auto 10px;
	padding: 0px 0 2px 40px;
	border-radius:10px;
	color:#fff;
	box-shadow: 0px 1px 5px rgb(0 0 0 / 45%);
	border:none;
}


#register_form input#example1-firstname{
	background: url(/img/ico-nombre.png) no-repeat 10px #153347;
}
#register_form input#example1-email{
	background: url(/img/ico-mail.png) no-repeat 10px #153347;
}
#register_form input#example1-password{
	background: url(/img/ico-pass.png) no-repeat 10px #153347;
}



