@charset "utf-8";
/* CSS Document */

body {
    background-image: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}



div {
	width: 100%;
}


.columnas {
	padding:0 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}




#caja {
    background-color: transparent;
	max-width: 700px;
}

#titulo img {
	max-width: 700px;
	margin-top:15vh;
}


#InputEmail {
  color: #AAAAAA;
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 25px;
  border-radius: 35px 35px 35px 35px;
  -moz-border-radius: 35px 35px 35px 35px;
  -webkit-border-radius: 35px 35px 35px 35px;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  height: 65px;
  width:93%;
  max-width:450px;
  margin-bottom: 15px;
}




#btn-login {
  color: #FFFFFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 25px;	
  width: 40%;
  border-radius: 35px 35px 35px 35px;
  -moz-border-radius: 35px 35px 35px 35px;
  -webkit-border-radius: 35px 35px 35px 35px;
  border: 2px solid #66bea8;
  position: relative;
  background-color: #1f6284;
  display: block;
  height: 65px;
  margin-bottom: 15px;
  max-width:200px;

}



@media (max-width:800px){
	
}	

@media (max-width:500px){

	
	
				
}

@media (max-width:400px){


}







