html, body {
  height: 100%
}

.content-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.login-container, .forgot-password-container {
  width: 320px;
  margin: auto;
  text-align: left;
}

.reset-password-container {
  width: 234px;
  margin: auto;
}

.verify-phone-container {
  width: 497px;
  border-radius: 8px;
  border: 1px solid #C2C4CC;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  left: 30%;
}

.unauthorized-container {
  width: 320px;
  margin: auto;
}

.alert-danger svg {
  height: 16px;
  margin-bottom: 4px;
}

.displayNone {
  display: none;
}

.submitBtnDiv {
  margin-top: 15px;
}
