html, body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin: 0;
  background-color: #b5b1b6;
}

h1{
  font-size: 30px;
  color: #B04EC4;
}

h3{
  font-size: 22px;
  color: #B04EC4;
}

h4{
  font-size: 20px;
}
a {
  color: #B04EC4;
}
a:hover {
  color: #813890;
}
p{
  font-size: 16px;
  line-height: 1.40em;
}

label{
  font-size: 16px;
}

input{
  border-radius: 0px!important;
}

.text-danger{
  color: #fff!important;
}

.btn-grey {
  background: #303E48;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  font-size: 15px;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  border-style: none !important;
  border-width: 0px !important;
  border-color: transparent !important;
  transition: none;
}

.btn-grey:hover{
  background-color: #B04EC4;
  color: #ffffff;
}


.logo img{
  margin-right: 20px;
}

.bg-white{
  background-color: #ffffff;
}

#filelist {
  margin-top: 10px;
}

/* Set container width */
.container {
  max-width: 800px;
  margin: 0 auto;
}

/* Set layout for file list and dropzone */
#filelists, #dropzone {
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

#dropzone {
  position: relative;
  padding: 20px;  
  border: 2px dashed #ccc;
  text-align: center;
  width: 47.7%;
  height: 200px;
  margin-bottom: 20px;
}

#dropzone p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Style for messages */
#message { 
  display: inline-block;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #ccc;
  width: 47.7%;
  height: 200px;
  margin-bottom: 20px;
  overflow: scroll;
}


#filelists {
  height: 300px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ccc;
}

ul #filelists li{
  font-size: 12px!important;
  line-height: 1.25em;
}

@media (max-width: 1140px) {
  #dropzone {
    width: 100%;
  }
  
  /* Style for messages */
  #message {
    width: 100%;    
  }
}
