#ini-sesion-section {
	background-image: url("../img/login_pa_bk.png");
	background-position: left top;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	/*background-attachment: fixed;*/
	padding-bottom: 80px;
	width: 100%;
	_height: 100%;
	height: 100vh;
}

#ini-sesion-section .login-wrapper {
	position: relative;
	/*top: 30px;*/
}

#ini-sesion-section .logo {
	padding-top: 30px;
	position: relative;
	margin-bottom: 50px;
}

#ini-sesion-section .logo .col-sm-6:first-child {
	position: relative;
	top: 30px; /*20px;*/
}

#ini-sesion-section .logo .col-sm-6 img {
	margin: 0 auto;
	max-width: 242px;
}

#ini-sesion-section .logo .plus-wrapper {
	position: absolute;
	color: #FFF;
	font-family: Raleway, Arial, sans-serif;
	font-size: 7em;
	font-weight: 100;
	line-height: 121px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 40px;
}

#ini-sesion-section .description {
	color: #d2ff00;
	width: auto;
	max-width: 960px;
	text-align: center;
	margin: 0 auto;
	font-family: Raleway, Arial, sans-serif;
	font-size: 2.8em;
	font-weight: 800;
	margin-bottom: 30px;
	line-height: 1em;
}

#ini-sesion-section .saber-mas {
	color: #FFF;
	font-weight: 800;
	font-family: Raleway, Arial, sans-serif;
	margin: 0 auto;
	max-width: 950px;
	padding: 0 40px;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 50px;
}

#ini-sesion-section form .form-group {
	text-align: center;
	margin-bottom: 30px;
}

#ini-sesion-section form label {
	color: #FFF;
	font-weight: 400;
	font-family: Roboto, Helvetica, Arial;
	margin-bottom: 10px;
}

#ini-sesion-section form input {
	width: 50%;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	background-color: rgba(13, 40, 65, 0.9);
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #FFF;
	max-width: 500px;
}

#ini-sesion-section .button-wrapper {
	text-align: center;
	margin-bottom: 30px;
}

#ini-sesion-section .link-wrapper .col-xs-12 {
	color: #FFF;
	text-align: center;
	font-size: 1em;
}

#ini-sesion-section .link-wrapper a {
	color: #D2FF00;
}

.logo-img {
	position: absolute;
	top: 22px;
	left: 35px;
}

@media (max-width: 992px) {
	#ini-sesion-section .description {
		font-size: 1.6em;
	}

	#ini-sesion-section .saber-mas {
		font-size: 0.8em;
		margin-bottom: 30px;
	}

	#ini-sesion-section form input {
		width: 80%;
	}

	#ini-sesion-section .link-wrapper .col-xs-12 {
		font-size: 0.8em;
	}
}

@media (max-width: 768px) { 
	#ini-sesion-section .logo .col-sm-6:first-child {
		top: 0;
		margin-bottom: 30px;
	}

	#ini-sesion-section .logo .plus-wrapper {
		position: static;
		width: 100%;
		text-align: center;
		line-height: 0.4em;
	}

	.logo-img { 
		width: 200px;
		top: 14px;
		/*left: 20px;*/
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}