body {
	background-image: url(../../image/grafismo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.logo-login-header {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 145px;
	margin-top: -45px;	
}

.card-signin {
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 1.5rem;
}

.card-signin .card-body {
	padding: 4rem;
}

.form-signin {
	width: 100%;
}

.form-signin .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	transition: all 0.2s;
	margin-top: 2rem !important;
}

 .form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group input {
	height: auto;
}

input:focus {
	box-shadow: 0px 1px 8px 1px #B7202E !important;
}

.error {
	color: #ff0000;
}