.login-container {
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.auth-options {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 480px;
  flex-wrap: wrap;
  text-align: center;
}
.auth-options .login-btn.reddit .reddit-icon {
  display: block !important;
}
.signup-login-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  text-align: center;
  flex: 0 0 100%;
  color: #333;
}
.login-btn {
  height: 44px;
  line-height: 44px;
  margin-top: 14px;
  border-radius: 2px;
  background: #fafafa;
  color: #444 !important;
  font-size: 12px;
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.8);
  width: 100%;
  position: relative;
}
.login-btn i,
.login-btn img {
  margin-right: 8px;
}
.login-btn i {
  font-size: 16px;
}
.login-btn:hover {
  background: #f1f1f1;
}
.login-btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  display: none;
}
.login-btn:hover:after {
  display: block;
}
.login-btn:active {
  box-shadow: inset 0 0.5px 2px rgba(0, 0, 0, 0.3);
}
.login-footer-text {
  font-style: italic;
  margin-top: 20px;
  text-align: center;
  flex: 0 0 100%;
  line-height: 1.4;
}
.registration-username {
  border: 1px solid #717171;
}
.registration-username:focus {
  border-color: #85b6e0 !important;
}

