body {
  margin:0;
  padding:0;
 /* background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;*/
  font-family: 'Montserrat', sans-serif;
}

.DL_container{
  height: 386px;
  width: 294px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 193px);
  left: calc(50% - 147px);
  text-align: center;
}

.DL_container_loading{
  background: url('../images/bg_load.png') no-repeat center;
}

.DL_container_element{
  background: url("../images/loading.gif") no-repeat scroll center center / 90px 18px rgba(0, 0, 0, 0);
height: 18px;
left: 102px;
position: absolute;
top: 154px;
width: 90px;
}

.DL_container_success{
  background: url('../images/bg_success.png') no-repeat center;
}
.DL_container_error{
  background: url('../images/bg_error.png') no-repeat center;
}


.DL_container > p{
  color: #56a6f6;
  font-size: 12px;
  margin: 38px 0 0 0;
}
.DL_container > div + p{
  color: #808080;
  font-size: 15px;
  margin: 166px 0 0 0;
  font-weight: 400;
}
.DL_container > p:last-child{
  color: #b3b3b3;
  font-size: 13px;
  margin: 18px auto 0 auto;
  font-weight: 400;
  line-height: 26px;
  width: 164px;
  font-style: italic;
}

/*/////////////////LOADING/////////////////*/
.DL_loading_gif {
  /*margin: 100px auto 0;*/
  width: 90px;
  position: absolute;
  top: 154px;
  left: 102px;
}
.DL_loading_gif > img {
  /*margin: 100px auto 0;*/
  width: 90px;
}


/*/////////////////SUCCESS/////////////////*/
.DL_success{
  background: url('../images/success.png') no-repeat;
  width: 60px;
  height: 45px;
  position: absolute;
  top: 136px;
  left: 118px;
}
.DL_success_btn{
  position: absolute;
  left: 7px;
  bottom: 7px;
  height: 78px;
  width: 280px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background-color: #90cd98;
  cursor: pointer;
  opacity: 0.8;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.DL_success_btn:hover{
  opacity: 1;
}
.DL_success_btn p{
  color: #fff;
  letter-spacing: 8px;
  font-size: 16px;
  margin: 0;
  line-height: 78px;
}

/*/////////////////ERROR/////////////////*/
.DL_error{
  background: url('../images/error.png') no-repeat;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 132px;
  left: 122px;
}

.hidden {
    display : none;
}












