.auth h3 {
  font: 24px 'Bebas Neue';
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
.auth label {
  margin: 0;
  margin-bottom: 3px;
  margin-top: 3px;
  display: block;
}
.auth input {
  width: calc(100% - 8px);
  font: 14px 'Calibri';
  margin-bottom: 5px;
  border: 1px solid #dddee1;
  height: 25px;
  padding-left: 3px;
  padding-right: 3px;
}
.auth button {
  min-width: 115px;
  height: 30px;
  background: #dddee1;
  border-radius: 30px;
  color: #4a4e5a;
  text-align: center;
  line-height: 30px;
  transition: all 0.2s ease;
  border: none;
  font: 14px 'Calibri';
  margin-left: 2.5px;
  margin-right: 2.5px;
  cursor: pointer;
}
.auth button:hover {
  background: #b5e1cd;
  color: #4a4e5a;
  transition: all 0.2s ease;
}
.auth button:first-child {
  float: left;
}
.auth button:last-child {
  float: right;
}
.auth div.social {
  text-align: center;
  margin-top: 5px;
}
.auth div.social span {
  display: inline-block;
  background: url("/img/social/soc.png") center no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out;
  line-height: 68px;
}
.auth div.social span:hover {
  background: url("/img/social/soc_h.png") center no-repeat;
}
.auth div.social span:hover i {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.auth div.social span i {
  width: 34px;
  height: 34px;
  background-size: 100% !important;
  display: inline-block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}
.auth div.social span i.vk {
  background: url("/img/social/vk.png") center no-repeat;
}
.auth div.social span i.facebook {
  background: url("/img/social/facebook.png") center no-repeat;
}
.auth div.social span i.steam {
  background: url("/img/social/steam.png") center no-repeat;
}
.auth div.social span i.twitter {
  background: url("/img/social/twitter.png") center no-repeat;
}
.auth div.social span i.insta {
  background: url("/img/social/insta.png") center no-repeat;
}
