body {
	background: url("https://arc-anglerfish-arc2-prod-infobae.s3.amazonaws.com/public/22MLC3PH5NBXNLDQV2HPHJNNQY.jpg") no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	margin: 0;
	color: #666;
}

h1#title {
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	font-size: 10em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 180px;
	max-width: 300px;
	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.0em;
	line-height: 2.8em;
}

a {
	text-decoration: none;/*Para sacar la linea de los*/
	color: rgb(26, 24, 24);
}


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


.container {
	
}

.login-box {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	background: rgba(228, 224, 224, 0.3);
	max-width: 30%;
	margin: 0 auto;
	position: relative;
	top: 80px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0.3,0.5,0.5,0.4);
	text-align: center;
	
}

.login-box .box-header {
	background-color: #0d0e0d;
	margin-top: 0;

}

.login-box label {
	padding-top: 12px;
	align-self: center;
	font-weight: 700;
	font-size: .8em;
	color: rgb(44, 1, 1);
	letter-spacing: 1px;
	text-transform: uppercase;
	
}

.login-box input {
	background: rgba(228, 224, 224, 0.3);
	margin-bottom: 20px;
	padding: 8px;
	width: 70%;
	align-self: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-family: 'Exo', sans-serif;
	font-size: .9em;
	color: rgb(36, 30, 30);
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #222020;/*Color cuando escribimos*/
}

.login-box button {
	width: 70%;
	align-self: center;
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;/*Color de la letra*/
	padding: 10px;
	text-transform: uppercase;
	font-size: 0.7em;
	background-color: #0d0e0d;
	cursor:pointer;
	outline: none;
	letter-spacing: 1px;
}

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

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

.login-box button:active{
	background: linear-gradient(to bottom, rgb(46, 59, 50), rgb(117, 226, 15));
 }



@media (max-width: 800px) {
	.login-box {
		display: flex;
		flex-direction: column;
		padding-top: 10px;
		background: rgba(228, 224, 224, 0.3);
		min-width: 70%;
		margin: 0 auto;
		position: relative;
		top: 80px;
		padding-bottom: 30px;
		border-radius: 5px;
		box-shadow: 0 5px 50px rgba(0,0,0,0.4);
		text-align: center;
	}
	
}