* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: url(https://ms1.dom.by/images/07d5b2c4e6f0d23bf9ff9c6413fa94c1/resize/w%3D1200%2Ch%3D800%2Cq%3D80/product_photo/81/98/62/8198623547a7f99eef3cd371e8288597.jpg);
  z-index: 1;
}

.login-form {
  margin: 0 auto;
  margin-top: 70px;
  border: 3px solid #1a1a1a;
  width: 400px;
  height: 280px;
  border-radius: 10px;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.8);
}

.footer {
  width: 100%;
  min-height: 400px;
  margin-top: 100%;
  position: relative;
  bottom: 0;
  z-index: 3000;
}

.box {
  background: #fefefe;
  border-radius: 10px;
}

.con {
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.white-box {
  width: 90%;
  min-height: 350px;
  background: #999999;
  border-radius: 8px;
  margin: 0 auto;
  padding: 15px;
}

#mavra {
  width: 400px;
  height: 200px;
  background: url(../mav.png);
  z-index: 1994;
  background-size: 100%;
  position: fixed;
}

.left {
  width: 300px;
}

.input__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
}

.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}

.post_img {
  width: 200px;
  height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  float: left;
  padding: 10px;
}

.input__file-button {
  width: 100%;
  max-width: 290px;
  height: 60px;
  background: #1bbc9b;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 auto;
}

/* .tuna {
  animation: walk-cycle 0.0001s steps(12) infinite;
  background: url(http://stash.rachelnabors.com/img/codepen/tuna_sprite.png) 0 0 no-repeat;
  height: 200px;
  width: 400px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -200px;
  transform: translateZ(0);
}

@keyframes walk-cycle {
  0% {background-position: 0 0; }
  100% {background-position: 0 -2391px; }
}

.foreground, .midground, .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  translate3d(0,0,0);
}

.foreground {
  animation: parallax_fg linear 1s infinite both;
  background:  url(http://stash.rachelnabors.com/24ways2012/foreground_grass.png) 0 100% repeat-x;
  z-index: 5;
}

@keyframes parallax_fg {
  0% { background-position: -3584px 100%;}
  100% {background-position: 0 100%; }
}

.midground {
  animation: parallax_mg linear 2s infinite;
  background:  url(http://stash.rachelnabors.com/24ways2012/midground_grass.png) 0 100% repeat-x;
  z-index: 4;
}

@keyframes parallax_mg {
  0% { background-position: -3000px 100%;}
  100% {background-position: 0 100%; }
}

.background {
  width: 90%;
  height: 300px;
  background-image:
    url(http://stash.rachelnabors.com/24ways2012/background_mountain5.png),
    url(http://stash.rachelnabors.com/24ways2012/background_mountain4.png),
    url(http://stash.rachelnabors.com/24ways2012/background_mountain3.png),
    url(http://stash.rachelnabors.com/24ways2012/background_mountain2.png),
    url(http://stash.rachelnabors.com/24ways2012/background_mountain1.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
  z-index: 1;
  animation: parallax_bg linear 40s infinite;
}

@keyframes parallax_bg {
  100% { background-position-x: 2400px, 2000px, 1800px, 1600px, 1200px;}
} */

body {
  background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%),
    #d2d2d2 url(http://stash.rachelnabors.com/24ways2012/background_clouds.png);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table td {
  padding: 12px 16px;
}
table thead tr {
  font-weight: bold;
  border-top: 1px solid #e8e9eb;
}
table tr {
  border-bottom: 1px solid #e8e9eb;
}
table tbody tr:hover {
  background: #e8f6ff;
}

table.table-1 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.table-1 tr {
  background-color: #f8f8f8;
}
table.table-1 th,
table.table-1 td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
}

table.table-1 th {
  font-weight: bold;
}

.pd {
  width: 100%;
  height: 20px;
}

.ff {
  padding: 80px;
}
