body {
	background: url("../img/fondo.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.main-head {
	height: 150px;
	background: #FFF;
}

.sidenav {
	height: 100%;
	background-color: #e9e9e9;
	overflow-x: hidden;
	padding-top: 20px;
}

.main {
	padding: 0px 10px;
}

.logo {
	width: 100%;
}

.color_green {
	color: #78ab46 !Important;
}

.color_purple {
	color: #FF407A !Important;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
}

@media screen and (max-width: 450px) {
	.login-form {
		margin-top: 10%;
	}
	.register-form {
		margin-top: 10%;
	}
}

@media screen and (min-width: 768px) {
	.main {
		margin-left: 40%;
	}
	.sidenav {
		width: 40%;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
	}
	.register-form {
		margin-top: 20%;
	}
}

.login-main-text {
	margin-top: 20%;
	padding: 60px;
	color: #222;
}

.login-main-text h2 {
	font-weight: 300;
}

.btn-black {
	background-color: #000 !important;
	color: #fff;
}

.btn-lefisur {
	background-color: #FF407A !Important;
	color: #fff;
}

.btn-lefisur:hover {
	background-color: #FF407A !Important;
	color: #e9e9e9;
}

p.small {
  font-size: 50%;
}

p.medium {
  font-size: 120%;
}

p.large {
  font-size: 140%;
}