.login-page {
  height: 100vh;
  width: 100%;
  padding-top: 60px;
}

.tImage {
  object-fit: contain;
  width: inherit;
  margin-bottom: 36px;
}

.loginText {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 0.41px;
  color: #03a9f4;
}

.loginButton {
  border-radius: 4px;
  background-color: #03a9f4;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginRights {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a1a1a1;
}