body {
	/* font-size: 75.5%; */
	font-family: 'Roboto', sans-serif;
	color: #333;
	background-image: url('https://canvi.izzimvne.mx/assets/images/login.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
}

.error {
	color: red;
	font-size: 12px;
}

.col-md-login {
	margin-top: 15%;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: white;
	box-shadow: 10px 10px 6px 0px rgba(171,164,164,0.49);
-webkit-box-shadow: 10px 10px 6px 0px rgba(171,164,164,0.49);
-moz-box-shadow: 10px 10px 6px 0px rgba(171,164,164,0.49);
}

.logo-izzi {
	width: 100px;
}

.title-login {
	display: inline;
	font-weight: bold;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-submit {
	width: 100%;
}

.form-group-username {
	margin-top: 20px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('assets/images/buscando.gif') 50% 50% no-repeat rgb(249,249,249);
	opacity: .8;
	padding-top: 20%;
}

.form-group-button-submit
{
	padding-right: 15px;
	padding-left: 15px;
}

.form-group {
	margin: 20px;
}

.space {
	border: 1px solid white;
	float: left;
	margin-left: 330px;
}
