body,html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position:fixed ;
  top:0;
  width:100%;
  z-index:0;
  height:100%;
  background-size: calc(100% + 50px);
}

#contenedorLogin {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 300px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.17);
  border-color: white;
  background: rgba(0, 0, 0, 0.46);
  text-align: center;
}

#contenedorLogin p {
  width: 100%;
  color: white;
}

#contenedorLogin input {
  width: 250px;
  border: none;
  margin: 10px 0 10px 0px;
  padding: 10px;
  border-radius: 5px;
}

#login {
  background: rgba(0, 0, 0, 0.38);
  color: white;
  font-family: monospace;
  cursor: hand;
  cursor: pointer;
  transition: background 0.5s;
}

#login:hover {
  background: rgba(0, 0, 0, 0.8);
}

#title {
  width: 100%;
  height: 31px;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 10px 10px 0 0;
  color: white;
  text-align: center;
  font-family: monospace;
  padding-top: 10px;
  margin-bottom: 15px;
}

#loaderContent {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
}

#fold {
  position: absolute;
  bottom: 0;
  width: 150px;
}

#logo_servi {
  position: absolute;
  right: 0;
  width: 170px;
  top: 10px;
}
