.content {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  width: 100%;
  align-items: center;
}

.logo {
  margin-bottom: 12px;
  width: 192px;
  height: 58px;
}

.message {
  color: #F05625;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  margin-bottom: 29px;
  height: 27px;
}

.login-options {
  display: flex;
  flex-direction: row;
  gap: 58px;
}

.admin-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;

  text-decoration: none;

  width: 460px;
  min-height: 585px;

  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);

  transition: all .33s ease;

  padding: 29px 45px 43px 44px;
}

.admin-login:hover {
  border: 1px solid #F05625;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.17);
}

.admin-login h2,
.admin-login h3 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 121.053% */
  margin-top: 0;
}

.admin-login h2 {
  margin-bottom: 28px;
}

.admin-login h3 {
  margin-bottom: 15px;
}

.button {
  width: 100px;
  height: 36px;
  box-sizing: border-box;
  padding: 3px;

  margin-top: -24px;
  margin-bottom: 30px;

  border-radius: 18px;
  border: 3px solid #FFF;
  background: #F05625;

  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 160% */
}

.description {
  width: 320px;

  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */

  margin-bottom: 25px;
}

.help {
  color: #F05625;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 146.154% */
}
