html, body{
	height: 100%;
}
body {
	/*background: none !important;*/
/*	background: url(../img/bnr.jpg);*/
	background-size: cover;
	background-position: center;
	/*! padding-top: 4%; */ 
	overflow: hidden;
}

.content-ini{
	width: 100%;
	height: 100%;
	border: 0px solid red;
	display: flex;
	flex-direction: column;
	z-index: 100000;
}

.content-ini div{
	flex: 1;
}

.c_in{
	font-size: 1.2em;
}


.login-system{
	margin: 0 auto;
	width: 270px;
	/*! height: 300px; */
/*	background: rgba(255,255,255,0.7);*/
/*	background: linear-gradient(to bottom, #b5bdc8 33%,#828c95 58%,#28343b 100%); */
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	padding: 10px;
/*	color: #247d0e;*/
/*	border-radius: 40px 0px 40px 0px;*/
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 3px 5px #555753;
	/*! transition: all 1s; */
}

a{
	text-decoration: none;
/*	color: white;*/
}

a:hover{
	text-decoration: none;
/*	color: white;*/
}

.c_in{
	padding: 7px !important;
	font-size: 1.5em !important;
	color: #2f8e17 !important;
	background: white;
	font-weight: bold;
}

.c_in[type="email"] {
	width: 234px !important;
	font-size: 1.3em !important;
}

.c_in[name="user"] {
	margin-right: 18px;
}

.login-system:hover{
/*	background: rgba(0,128,60,0.7);*/
/*	border-radius: 0px 40px 0px 40px;*/
/*	color: white !important;*/
/*	box-shadow: 0px 0px 13px #fff;*/
}

.login-system > div{
	padding: 10px;
}


@media screen and (max-width: 550px) {
	.boton_subm, .boton_subm2, .boton_subm3 {
		/* AGRANDAR LOS BOTONES */
		padding : 5px;
	}

	input[type="text"], input[type="password"] {
		padding : 10px;
		font-size: 1.3em;
	}

	.c_in[name="user"] {
		margin-right: 29px;
	}

	.content-ini > div:nth-child(1){
		display: none;
	}

	.content-ini div {
		padding: 5px;
	}
}


@media screen and (max-width: 370px) {
	.login-system {
		padding: 5px;
		width: 270px;
	}

	.c_in[type="email"]{
		width: 250px !important;
	}
}

@media screen and (max-width: 340px) {
	.login-system{
		padding: 5px;
		width: 305px;
	}
}

@media screen and (max-width: 330px) {
	.login-system{
		padding: 2px;
		width: 300px;
	}
}
