/*body {
	background-image: url(../img/fondo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}*/

footer {
	background: none;
}

.formulario {
	background: rgba(255,255,255,.1);
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0,0,0,.568);
	/*color: #fff;*/
	transition: 0.5s;
}

	.form-control:focus {
		background: none;
		box-shadow: none;
		outline: none;
	}

	.form-control::placeholder {
		color: #fff;
	}

.form-control {
	background: rgba(84,84,92,.9);
	border-style: none;
	transition: .5s;
	outline: none;
	box-shadow: none;
}

.ingresar {
	background: #0e264a;
	padding: 10px;
	margin-top: 14px;
	font-size: 18px;
	font-weight: 700 !important;
	color: #fff;
	transition: 0.5s ease-in;
}

	.ingresar:hover {
		color: #cacccc;
		background-color: #3f5b80;
	}

.marca {
	font-size: 20px;
}

.olvide {
	color: #fcfcfc;
	text-decoration-line: none;
	text-decoration-style: none;
	font-size: 17px;
}

	.olvide:hover {
		color: #88c4c8;
		text-decoration-line: none;
		text-decoration-style: none;
	}

.user-img {
	margin-top: -70px;
}

	.user-img img {
		width: 100px;
		height: 100px;
		border-radius: 70px;
	}