
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,100);
*/
body {
  /*
  background: url(https://dl.dropboxusercontent.com/u/23299152/Wallpapers/wallpaper-22705.jpg) no-repeat center center fixed; 
  background: Gainsboro;
  */
  
  background: white;
  /*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  */
}




.login-cardBAK {

  padding: 40px;
  width: 274px;
  background-color: white;
  margin: 0 auto 10px;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}


.login-card { 
  /*background-color: white;*/
  margin: 0 auto 10px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}


#logo {
  z-index:0;
  position:absolute;
 
  width:90%;
  top:30px;
  left:20px;
  height:100px

}

#login {

  z-index:0;
  position:absolute;
  width:80%;
  left:30px;

  
  
}


.contenedor1 {

  z-index:0;
  position:absolute;
  width:100%;
  top:0px;
  left:0px;
}

.contenedor2 {
  /*background-color: green;*/
  z-index:0;
  position:absolute;

  width:99%;
  top:0px;
  left:10px;
  height:300px
  
}

.contenedor3 {
  /*
  background-color: yellow;
  */
  z-index:0;
  position:absolute;

  width:30%;
  top:10px;
  left:0px;
  height:250px
  
}
.contenedor5 {
  background-color: Gainsboro;
  z-index:0;
  position:absolute;


  top:10px;

}


.contenedor6{
  /*
   background-color: yellow;
  */
  z-index:0;
  position:absolute;

  width:30%;
  top:10px;
  left:1000px;
  height:250px;
  

}


.contenedor4 {
  /*background-color: white;*/
  z-index:0;
  position:absolute;

  width:99%;
  top:305px;
  left:10px;
  height:350px
  
}




#login input[type=text], input[type=password] {
  height: 30px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 2px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=submit],input[type=button] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  
}
