body {
  font-family: Lato, sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}

#passphrase {
  text-align: center;
  margin: 2em;
  color: #333;
  font-size: 1.52em;
  text-transform: uppercase;
}

header {
  text-align: center;
  padding: 1em;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1em;
}
#logo {
  background: url(converge.png) no-repeat left center;
  background-size: contain;
  height: 40px;
  color: #666;
  font-weight: 900;
  display: inline-block;
  line-height: 40px;
  padding-left: 46px;
  font-size: 2em;
}

a,
body {
  color: #c7c7c7;
}

a {
  text-decoration: none;
}

input[type="password"] {
  border: 1px solid #c7c7c7;
  text-align: center;
  font-size: 24px;
  margin-left: .5em;
}

input[type="file"] {
  display: none;
}

.clear {
  clear: both;
}

#dropzone {
	background-color: #f7f7f7;
	border: 2px dashed #c7c7c7;
	height: 500px;
	margin: 1em;
	overflow: scroll;
	overflow-x: hidden;
	text-align: center;
}

#dropzone span {
  font-size: 2em;
	position: relative;
	top: 45%;
}

#dropzone.queue {
  background-color: #fff;
}

#dropzone.queue span {
  display: none;
}

#dropzone .file {
	background-color: #fafafa;
  border-bottom: #e7e7e7 1px solid;
	color: #808080;
	line-height: 20px;
	padding: 20px;
	text-align: left;
}

#dropzone .file .name {
	float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	width: 90%;
}

#dropzone .file .progress {
	float: right;
	width: 10%;
}

.footer {
  margin: auto;
  text-align: center;
  width: 80%;
}

@media (max-width: 767px) {
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  body {
    font-size: 0.8em;
  }
  #dropzone {
    border: none;
    height: 100%;
    margin: 0;
    width: 100%;
  }
  #dropzone .file {
    padding: 10px;
  }
  #dropzone .file .name,
  #dropzone .file .progress {
    line-height: 1.8;
    width: 100%;
  }
  .footer {
    display: none;
  }
}
