.dataroomform input[type=text] {
  border: 0 none;
  outline: none;
  padding: 0.25em 0.25em 0.25em 0.5em;
  background-color: #f3f3f3;
  width: 100%;
}
.dataroomform input[type=submit] {
  padding: 0.15em 2em;
  width: 100%;
  transition: all 0.2s ease;
  outline: none;
  border: #efefef 2px solid;
}
.dataroomform input[type=submit]:hover {
  transition: all 0.2s ease;
  background-color: #f5b3b3;
  color: white;
  border-color: white;
}

#dataroom {
  position: absolute;
  cursor: pointer;
  z-index: 10000;
}
#dataroom > div {
  box-shadow: 2px 2px 30px #000;
}

/*# sourceMappingURL=cloudlink.css.map */
