﻿/* Made with love by Mutiullah Samim*/
html, body {
	/*background-image: url('/images/fondo.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	font-family: 'Numans', sans-serif;
}

.container {
	height: 100%;
	align-content: center;
}

.card {
	height: 330px;
	margin-top: auto;
	margin-bottom: auto;
	width: 450px;
	background-color: rgb(23, 10, 107) !important;
}

.card-header h3 {
	color: white;
}

.input-group-prepend span {
	width: 50px;
	background-color: rgba(65, 53, 53, 0.80);
	color: black;
	border: 0 !important;
}

input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.login_btn {
	color: black;
	background-color: #8dbec3;
	width: 150px;
}

	.login_btn:hover {
		color: black;
		background-color: white;
	}

.remember {
	color: white;
}

	.remember input {
		width: 20px;
		height: 20px;
		margin-left: 15px;
		margin-right: 5px;
	}

.card-footer a {
	color: rgb(7, 123, 209);
	font-weight: bolder;
	background-color: rgba(78, 60, 60, 0.80);
	padding: 0px 8px;
	border-radius: 6px;
}
h1{
	color:rgb(7, 123, 209);
}