.sso-error-page {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sso-error-page-title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin: 20px 0px;
  text-align: center;
}

.sso-error-card {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 24px;
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  margin: 0% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.try-again-btn {
  margin-top: 15px;
  background-color: rgb(0, 108, 226);
  color: white;
  padding: 0px 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  border-radius: 4px;
  border-width: 0px;
}
