#both {
  position: relative;
  margin: 0 auto;
}

#siteprint {
  position: absolute; 
  left: 50%;
}

#coldarea {
  position: absolute; 
  top: 0;
  left: 0;
}

.cold {
  position: absolute;
  background: red;
  opacity: 0.5;
}

#bottom { 
  width: 1366px;
  top: 626px;
}

h2 {
  margin: 20px 0;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 420px;
  height: 200px;
  border: .2rem dashed #000;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.fake-btn img{
  width: 60px;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.alert {
  position: fixed;
  bottom: 0px;
  width: 300px;
  right: 0px;
  padding: 20px;
  background-color: #f44336;
  color: #fff;
  z-index: 99999;
}

.closebtn {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: #000;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .8) url(https://overmind.webedia.com.br/tabelactr/vertabela/assets/img/ajax-loader.gif) 50% 50% no-repeat;
}

#frame{
  position: absolute;
}

#header{
  margin: 0 auto;
  text-align: center;
}

img#siteHeader {
  width: 1366px;
}