/* This theme developed by Itechway.com.
You can't copy or use this theme/code/part of this code. */

.auth.section__padding {
  padding-top: 2rem;
}

.itw-salesart-html.html .auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.auth .itw-content-block {
  padding: 1rem;
}

.auth-social {
  height: 100%;
}

auth__title {
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

.auth__form .btn-primary {
  width: 100%;
}

.auth-social__button a {
  color: #fff;
  text-decoration: none;
}
.auth-social__button.facebook a {
  background: #32508e;
  border: 2px solid #32508e;
}

.auth-social__button.twitter a {
  background: #55acee;
  border: 2px solid #55acee;
}

.auth-social__button.vk a {
  background: #2a5885;
  border: 2px solid #2a5885;
}
.auth-social__button.google a {
  background: #dd4b39;
  border: 2px solid #dd4b39;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  .auth-logo img {
    max-height: 25px;
  }
  .auth__title {
    font-size: 1.5em;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .auth__form .btn-primary {
    width: auto;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .auth-logo img {
    max-height: 35px;
  }

  .auth-form {
    margin-bottom: 0;
  }

  .auth__title {
    font-size: 2em;
  }
}
