#container {
	max-width: 1280px;
    max-height: 865px;
	position: absolute;
}

#demo-container li {
	margin-bottom: 1em;
}

#logocliente{
  position: absolute;
  width: 120px;
  top: 50px;  
  bottom: 0px;
  right: 200px;
}

#logobmk{
  position: absolute;
  width: 100px;
  top: 50px;  
  bottom: 0px;
}

#bemvindo{
  position: absolute;
  width: 800px;
  top: -10px;  
  left:359px;
  bottom: 0px;
}

#obs{
  width: 400px;
  top: 340px;  
  left:0px;
  bottom: 0px;
}

#button{
  position: absolute;
  width: 1150px; 
  left:70px;
  bottom: 25px;
  background-color:#00000057;
}

#file-list {
	overflow: hidden;
	margin-right: 30px;
	padding: 4px;
	border-radius: 5px;
	min-height: 5px;
	min-width: 385px;
	position: absolute;
	background-color: #b4dbed;
}

#file-list li {
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 11pt;
	margin: .5em;
	min-height: 28px;
	font-weight: bold;
}

.form-label {
	width: 270px;
	display: inline-block;
	font-size: 20px;
	font-weight:bold
}

#demo-container {
  width: 420px;
  height: 400px;
  background: whiteSmoke;
  opacity: 80%;
  position: absolute;
  padding-left: 3%;
  padding-right: 2%;
  padding-bottom: 2%;
  /*it can be fixed too*/
  left: 370px;
  top: 195px;
  margin: auto;
  /*this to solve "the content will not be cut when the window is smaller than the content": */
  overflow: auto;
  border-radius: 5px;
}

#box{   position:absolute;
    top:15px;
    text-align:left;
	font-size: 15px;
    width:auto;
    font-weight:bold;  }

input[type=text] {
	height: 21px;
}

input[type=text],select {
	font-size: 12pt;
	padding: 4px;
	border: solid 1px #AACFE4;
	width: 200px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 0px 10px #ccc;
}

select {
	width: 212px;
}

input[type=file] {
	color: transparent;
	font-size: 12pt;
}

button,#download-button {
	margin: 0px;
	font-size: 12pt;
	padding: 4px;
	border: solid 1px #AACFE4;
	width: 209px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ccc;
}

input[type=file]::-webkit-file-upload-button {
	margin: 0px;
	font-size: 12pt;
	padding: 4px;
	border: solid 1px #AACFE4;
	width: 209px;
	height: 31px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ccc;
}

#download-button {
	height: 21px;
	width: 200px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: default;
	color: black;
}

progress {
	position: absolute;
	right: 0px;
	opacity: .7;
	width: 370px;
	height: 21px;
}