*{
	margin:0px;
	padding:0px;
	font-size: 13px;
	color: #555;
}

body{
	width:100%;
	background-image:url(../img/overlay.png);
	font-family:"Triomphe-Regular";
}

@font-face {
	font-family:"Triomphe-Regular";
	font-style: normal;
	font-weight: normal;
 	src: url("../fonts/Triomphe-Regular.otf");
}

.formulario{
	background-color: #f1f1f2;
	margin:18% auto;
	width:300px;
	height: auto;
	border-radius:10px 0px 0px 0px;
	-webkit-border-radius:10px 0px 0px 0px;
	-ms-border-radius:10px 0px 0px 0px;
	-moz-border-radius:10px 0px 0px 0px;
	-o-border-radius:10px 0px 0px 0px;
	border:1px solid white;
	-webkit-box-shadow:0px 2px 3px  rgba(0,0,0,.3);
	-moz-box-shadow:0px 2px 3px  rgba(0,0,0,.3);
	-o-box-shadow:0px 2px 3px  rgba(0,0,0,.3);
	-ms-box-shadow:0px 2px 3px  rgba(0,0,.3);
	box-shadow:0px 2px 3px  rgba(0,0,0,.3);
	padding-bottom: 10px;
}

label{
	margin-left: 20px;
	
}

.campo{
	padding:7px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.titulo1{
	margin-bottom: 20px;
	position: relative;
	font-size:17px;
	font-family:"Triomphe-Regular", sans-serif;
	padding-top:17px;
	padding-left:15px;
	padding-bottom:12px;
	background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	color:white;
	border-radius:10px 0px 0px 0px;
	-webkit-border-radius:10px 0px 0px 0px;
	-ms-border-radius:10px 0px 0px 0px;
	-moz-border-radius:10px 0px 0px 0px;
	-o-border-radius:10px 0px 0px 0px;
}


.icon-key{
	padding-right: 20px;
	position: absolute;
	right: 0px;
	color: white;
	font-size: 20px;
}

.btn{
	margin-top: 10px;
	font-weight: bold;
	background-color: #3498db;
	
	border:1px solid #3498db;
	color: #F5F5F5;
	padding: 8px;
	width: 200px;
	-webkit-border-radius:15px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:15px;
}

.btn:hover{

	background-color: #2980b9;
	cursor:pointer;
}