body{
	background: url(../images/fondoblanco.jpg);
	margin:0;
	padding:0;
	font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}
section{
	background-color: #fff;
	width: 400px;
	height: auto;
	margin: 0 auto;
	margin-top:50px;
	border-radius: 8px;
	padding: 20px;

}
div.header{
	background: url(../images/logo1.png);
	text-align: center;
	width: 300px;
	height: 100px;
	margin: 0 auto;
	background-repeat: no-repeat;

}

 .cta-wrapper input {
  display: block;
  margin: 40px auto 0px auto;
  padding-bottom: 10px;
  background: none;
  border: none;
  border-bottom: 2px solid #888;
  font-weight: 400;
  color: #888;
  -webkit-transition: border-color 0.4s;
   transition: border-color 0.4s;
   width:70%;
}

 .cta-wrapper input:focus {
  outline: none;
  border-color: #2da1d8;
}
 .cta-wrapper ::-webkit-input-placeholder {
  letter-spacing: 2px;
  color: #888
}
.cta-wrapper :-moz-placeholder {
  letter-spacing: 2px;
  color: #888;
}
.cta-wrapper ::-moz-placeholder {
  letter-spacing: 2px;
  color: #888;
}

.cta-wrapper :-ms-input-placeholder {
  letter-spacing: 2px;
  color: #888;
}
.btn, .btn-light {
  position: relative;
  display: inline-block;
  padding: 8px 38px;
  background: #111;
  color: #ececec;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.9em;
  line-height: 1.8em;
  border-radius: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.btn-light {
    color: #fff;
    background: #2da1d8;
    padding: 10px;
    border-radius: 5px;
    width: 220px;
    margin-top: 40px;
    border:0;
    border-color: #2da1d8 !important;

}

.btn-light:visited {
  color: #111;
  background: #ececec;
}

.btn-light:visited:hover {
 color: #2da1d8;
  background: #fff;
}

.btn-light:hover {
  color: #2da1d8;
  background: #fff;
  border:1px solid #2da1d8;
}

.btn-light:focus {
 color: #2da1d8;
  background: #fff;
}
p{
	color: #2da1d8;
}
footer{
	bottom: 0;
	margin-bottom: 20px;
	left: 0;
	margin-top: 100px;
}
@media (max-width:414px) and (max-height:736px) {
section{
	width: auto;
	height: auto;
	margin: 40px 20px;
	padding: 30px 0;
}
}
footer {
    margin-top: 0px;
}
}

@media (max-width:376px) and (max-height:668px) {

}

@media (max-width:360px) {


}
