
.header-text {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #000000;
}

.bg-red {
background:#BE363A;
}

.auth-wrapper .auth-box {
  min-height: 400px;
}

.btn-red {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 32px;
  gap: 8px;
  width: 125px;
  height: 48px;
  /* green main */
  background: #BE363A;
  border-radius: 4px;
  color:white;
}