.login {
  background: url("../images/login-bg.png") no-repeat center center #f5f5f5;
}

.sign-up {
  background: url("../images/sign-up-bg.png") no-repeat center center #f5f5f5;
}

.confirmation {
  background: url("../images/confirmation-bg.png") no-repeat center center #f5f5f5;
}

.center-box {
  max-height: 100%;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50px;
  width: 900px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.center-box_wrap {
  position: relative;
}
.center-box .center-box-content {
  padding-bottom: 50px;
}

.logo-wrap {
  margin-bottom: 2.5rem;
}

.login-box {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.login-box.confirmation {
  padding: 100px 175px;
}
.login-box.confirmation .display-3 {
  color: #2067dd;
  margin: 1rem 0;
}
.login-box.confirmation .confirmation-img {
  max-width: 150px;
}
.login-box.confirmation .confirmation-msg {
  font-weight: 300;
  line-height: 1.65;
}

.logo img {
  width: 300px;
}

.login-google, .login-facebook {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin: auto;
  min-width: 230px;
  padding-left: 2.95rem;
  position: relative;
  text-align: left;
  border-radius: 4px;
}
.login-google:before, .login-facebook:before {
  background-color: #fff;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  height: 2.5rem;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 0;
  width: 2.5rem;
  border-radius: 4px 0 0 4px;
}

.login-google {
  background: #4285f4;
  margin-bottom: 2rem;
}
.login-google:before {
  background-image: url("../svg/google-clr.svg");
}
.login-google:hover {
  background: #1266f1;
  color: #fff;
}

.login-facebook {
  background: #3b5998;
}
.login-facebook:before {
  background-image: url("../svg/facebook-clr.svg");
}
.login-facebook:hover {
  background: #2d4373;
  color: #fff;
}

.social-login {
  background: #2067dd;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px 0 0 4px;
}

.login-form-content {
  font-size: 0.875rem;
  padding: 4.75rem 3.75rem;
}

.table {
  display: table;
  width: 100%;
}
.table .td {
  display: table-cell;
  float: none;
}

.signup-wrap {
  font-weight: 600;
}

@media (max-width: 768px) {
  .center-box {
    left: 2%;
    margin-left: 0;
    top: 0;
    width: 96%;
  }

  .login-box.confirmation {
    padding: 75px;
  }
}
@media (max-width: 544px) {
  .table, .table .td {
    display: block;
  }

  .social-login {
    padding: 50px 10px;
  }

  .login-form-content {
    padding: 2rem;
  }

  .login-box.confirmation {
    padding: 50px 25px;
  }
}
.section-title {
  margin-bottom: 76px;
}
.section-title_alpha {
  margin-bottom: 50px;
}

.login-title {
  margin-bottom: 3.5rem;
}

.reg-title {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .section-title {
    margin-bottom: 1.5rem;
  }
}

/*# sourceMappingURL=login.css.map */