body {
  /*background: #2ecc71 url("http://38.media.tumblr.com/d23deac40b06633b79520a8552f40b94/tumblr_nb1uhrRrge1st5lhmo1_1280.jpg") no-repeat center center fixed;*/
	/*background: #36B8E9 url("http://www.essalud.gob.pe/wp-content/uploads/2015/05/A1.jpg") no-repeat center center fixed;
	*/
	background: #36B8E9 url("../../recursos/imagenes/fondoPrincipal.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Roboto";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
}
body::before {
  z-index: -1;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: #36B8E9;
  /* IE Fallback */
  background: rgba(80, 80, 80, 0.3);
  width: 100%;
  height: 100%;
}
.form {
    background: rgba(113, 164, 189, 0.8);
    width: 285px;
    /* margin: -140px 0 0 -182px; */
    padding: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    margin: auto auto;
    /* display: block; */
    margin-top: 200px;
}
.form h2 {
  margin: 0 0 20px;
  line-height: 1;
  color: #36B8E9;
  font-size: 18px;
  font-weight: 400;
}
.form input {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #ccc;
  /*font-family: "Lucida Sans, Arial, sans-serif";*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form input:focus {
  color: #333;
  border: 1px solid #0080FF;
}
.form button {
  cursor: pointer;
  background:#33CCFF;  
  width: 100%;
  padding: 5px 10px;
  border: 0;
  color: #fff;
 /* font-family: "Lucida Grande, Lucida Sans, Arial, sans-serif";*/
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.	 {
  background: #36B8E9;
}



