.login-row {
  max-width: 550px;
  margin: 0 auto;
}

.btn-social {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff !important;
  border-radius: 3px;
  margin-bottom: 20px;
}

.btn-social:hover {
  color: #ffffff;
}

.btn-social .fa {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 15px;
}

.btn-social.btn-facebook {
  background-color: #4267b2;
}

.btn-social.btn-twitter {
  background-color: #1da1f2;
}

.btn-social.btn-google {
  background-color: #ea4335;
}

.btn-social.btn-twitch {
  background-color: #4b367c;
}

.btn-social.btn-discord {
  background-color: #7289da;
}

.or p {
  position: relative;
  font-size: 13px;
  overflow: hidden;
  text-align: center;
}

.or p:before,
.or p:after {
  position: absolute;
  top: 40%;
  overflow: hidden;
  width: calc(50% - 15px);
  height: 1px;
  content: ' ';
  background-color: #dfe0e6;
}

.or p:after {
  margin-left: 15px;
}

.or p:before {
  margin-left: -50%;
  text-align: right;
}

.btn-submit {
  float: right;
}

.forgot-register-links {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.forgot-register-links a,
.forgot-register-links span {
  font-size: 13px;
}

h1,
p,
.forgot-register-links span {
  color: #444;
}

h1 {
  font-size: 36px;
  margin-bottom: 35px;
}
