main{
	
	width: 100%;
	height: auto;
	margin-top: 75px;


}

 .img-port{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 0;
}


.signup-text{
	position: relative;
	z-index: 1;
	/*padding-top: 140px;*/
	padding-top: 5vh;
	/*padding-bottom: 260px;*/
	/*padding-bottom: 20vh;*/
}
.title-signup{
	color: rgb(11, 148, 252);
	font-size: 48px;
	font-weight: bold;
}
.title-signup2{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}
.text-signup1{
	font-size: 18px;
	color: rgb(206, 163, 31);
}
.text-signup2{
	font-size: 18px;
	color: #fff;
}
.signup-form{
	border: 2px solid #eee;
	border-radius: 3px;
    padding: 12px 10px;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}




@media only screen and (max-width: 767px) 
{
	/*main article {
	    margin-top: 5em;
	}*/
	.img-port{
		display: none;
	}
	.signup-text{
		padding-bottom: 50px;
	}
	.title-signup2 ,.text-signup2{
		/*color: rgba(0,120,230,1);*/
	}

}
@media only screen and (max-width: 479px) {
	.title-signup , .title-signup2{
		font-size: 30px;
		text-align: center;
	}
	.text-signup1 ,.text-signup2{
		font-size: 12px;
		text-align: center;
	}
}

#main-section{
    background: url(../img/portada.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    width: auto;
}

#signup-form{
	min-height: -webkit-fill-available;
	min-height: 90vh;
}

#background-container{
	padding-bottom: 20vh;
	background: url(../img/signup.png) no-repeat center center;
  background-size: cover;
  max-width: 100%;
  width: auto;
  /*min-height: -webkit-fill-available;*/
}

