.auth-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding-top: 5%;
}

.auth-box {
  background-color: #fff;
  border-radius: 10px;
  width: 360px;
  margin-bottom: 1em;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.15);
}

.auth-box--wide {
  width: 100%;
  max-width: 560px;
}

.auth-body {
  padding: 27px;
}

.auth-title {
  text-align: center;
}

.auth-title h1 {
  margin-bottom: 0;
  margin-top: 0;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: bold;
}

.form-group,
.auth-box .form-group {
  position: relative;
}

.auth-box .form-group > label {
  margin-bottom: 0.5rem;
}

.auth-box .form-group > label:not(.register-label) {
  font-weight: 600;
}

.auth-box .form-group > .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 16px);
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.auth-box form .btn-default {
  width: 100%;
}
