body {
	background: transparent url(../images/background.jpg) no-repeat top
		center;
	background-size: 100% 100%;
	padding: 20px;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
}

#login {
	background: rgba(0, 0, 0, 0.6);
	width: 90%;
	max-width: 400px;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	resize: both;
	overflow: auto;
}
#registro
{
	background: rgba(0, 0, 0, 0.6);
	width: 90%;
	max-width: 600px;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	resize: both;
	overflow: auto;
}
.col-6
{
	width:48%;
	display:inline-block;
}
#login form {
	padding: 20px;
	margin: 0 auto;
	text-align: center;
}

p {
	color: #FFF;
	text-align:center;
	font-size: 1.2em;
	margin-bottom:0px;
}
#alertas
{
	padding:20px;
}
.alert-success
{
	color:green;
	background: #a8ffa8;
}
.alert-danger
{
	color:red;
	background: #fcafab;
}
.titulo {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	padding: 8px 0px;
}

h2 {
	font-weight: bold;
	font-size: 2em;
	margin: 15px;
	text-align: center;
	color: #FFF;
	margin: 15px;
}

#cap {
	width: 175px;
}
#registro
{
	font-size:0.8em;
}
#registro p
{
	padding:10px;
	text-align:center;
}
#captcha {
	vertical-align: bottom;
}

.form-group {
	margin: 10px;
	margin-top: 20px;
}

.label-group {
	display: inline-block;
	width: 100px;
	text-align: right;
	font-weight: bold;
	font-size: 1em;
	color: #0085B2;
	/* 	text-shadow: white 0.1em 0.1em 0.2em; */
	display: none;
}

.error {
	background: rgba( 248, 183, 175, 0.8);
	color: #9d0000;
	padding: 10px;
	margin-top:10px;
	margin-left:3%;
	width:90%;
}
.hide
{
	display:none;
}
.form-group input, .form-group select {
	width: 100%;
	border-radius: 8px;
	padding-left: 20px;
	font-size: 1.5em;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px;
	padding-left: 20px;
}

input.text {
	margin-left: 20px;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
	color: #575757;
	opacity: 1;
}
/* Mozilla Firefox 19 & above */
::-moz-placeholder {
	color: #575757;
}

/*Chrome,Safari,etc*/
::-webkit-input-placeholder {
	color: #575757;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #575757;
}

/* .btn { */
/* 	font-size: 1.5em; */
/* 	background-color: #0085B2 !important; */
/* 	color: #FFF; */
/* 	border: 1px solid #007297; */
/* 	padding: 15px !important; */
/* 	width: 100%; */
/* 	border-radius:10px; */
/* 	font-weight:bold; */
/* } */
/* .btn:hover  { */
/* 	background-color: #023788!important; */
/* 	text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8); */
/* } */
#button, #subRegistro {
	padding:0px;
	border:none;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #2e1f69, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #2e1f69, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #2e1f69, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 1.5em;
    color: #fff;
}
#subRegistro
{
	margin:auto;
}
#button span, #subRegistro span {
    display: inline-block;
    padding: 20px 30px;
    background-color: #1F31AB;
	/* color1 : #1F31AB HSL: 232° 69% 40%  RGB: 31 49 171*/
	/* color2 : #253ACB HSL: 232° 69% 47%  RGB: 37 58 203*/
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(232, 69%, 47%, .8)), to(hsla(232, 80%, 40%, .2)));
    background-image: -webkit-linear-gradient(hsla(232, 69%, 47%, .8), hsla(232, 80%, 40%, .2));
    background-image: -moz-linear-gradient(hsla(232, 69%, 47%, .8), hsla(232, 80%, 40%, .2));
    background-image: -o-linear-gradient(hsla(232, 69%, 47%, .8), hsla(232, 80%, 40%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: 'Pacifico', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}
#button:hover span, #subRegistro:hover span {
    background-color: #253ACB;
    text-shadow: 0 -1px 1px rgba(37, 58, 203, .9), 0 0 5px rgba(255, 255, 255, .8);
}
#button:active, #button:focus {
    -webkit-box-shadow:    0 8px 0 #1F31AB, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #1F31AB, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #1F31AB, 0 12px 10px rgba(0, 0, 0, .3);
}

#button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
#footer {
	color: #F0F0F0;
	padding-bottom:15px;
}

.logo {
	float: right;
	width: 30%;
	margin-right: 10px;
	text-align: right;
}

#logotipo {
	width: 100%;
}

a{
color: #8888ff;
}