﻿body {
	font-family: Verdana,Geneva,sans-serif;
	background: url("../imagenes/geriges_bg.jpg") no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	color: #666;
}

/* Typography */
h1#title {
	font-family: Verdana,Geneva,sans-serif; 
	font-weight: 300;
	font-size: 3.2em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 80px;
	max-width: 1000px;
	text-align: center;
	position: relative;
	top: 0px;
}

h1#title span span {
	font-weight: 400;
}

h2 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.4em;
	line-height: 2.8em;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #72a73c;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}


/* Layout */
.container {
	margin: 0;
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	/* background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);  Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.login-wrapper {
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center; /* centra vertical */
	justify-content: center; /* centra horizontal */
}

.login-box {
	background-color: white;
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #72a73c;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}
.login-box .box-footer {
	background-color: #b3b2b4;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 0 0 5px 5px;
}
	.login-box label {
		font-weight: 700;
		font-size: .8em;
		color: #888;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 2em;
		background-color: #E8F0FE;
	}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	/*font-size: .9em;*/
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #665851;
}

	.login-box button {
		border: 0;
		border-radius: 2px;
		color: white;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 2px;
		background-color: #72a73c;
		cursor: pointer;
		outline: none;
		position: relative;
		margin-bottom: 20px;
		right: 0%;
		flex: 1;
	}

.login-box input[type=submit] {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 2px;
	background-color: #72a73c;
	cursor:pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #665851!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}

.login-box .contenedor {
	display: inline-flex;
}
#txtPassword {
	margin: 0;
	padding-right: 0%;
	flex: 1;
}

#btnRevelarPassword {
	border-top-left-radius: 0; /* Hace la esquina superior izquierda totalmente recta */
	border-bottom-left-radius: 0; /* Hace la esquina inferior izquierda totalmente recta */
	border-top-right-radius: 2px; /* Aplica un radio de 2px a la esquina superior derecha */
	border-bottom-right-radius: 2px; /* Aplica un radio de 2px a la esquina inferior derecha */
}


input:-webkit-autofill {
	/*border: 3px solid darkorange;*/
}