.filesshared input {
  outline: 2px dashed rgba(255,255,255,0.44);
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  align-items: center !important;
  align-content: center !important;
  margin: 0;
  width: 100% !important;
  align-content: left;
  align-items: left;
}

.filesshared input:focus {
  outline: 2px dashed rgba(255,255,255,0.44);
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  border: 1px solid #92b0b3;
  text-align: left;
  align-content: left;
  align-items: left;
}

.filesshared {
  position: relative;
}

.filesshared:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: none;
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: left;
  align-content: left;
  align-items: left;
}

.color input {
  background-color: #eeeeee;
}

.filesshared:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: "Drag here (only .pdf files accepted) ";
  display: block;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
  align-content: left;
  align-items: left;
  padding-left: 5vw;
}

