* {
  font-family: 'Poppins', sans-serif;
}

span {
  font-size: 16px;
}
.background {
  background-color: #0065c7;
  background-image: url(/assets/skyline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-attachment: fixed;
  min-height: 100vh;
  width: 100vw;
}

.container {
  background: white;
  border-radius: 4px;
  overflow: hidden;
  padding: 5vh 25px;
  flex-direction: column;
  max-width: 90vw;
  width: 450px;
}

@media only screen and (max-width: 900px) {
  .background {
    background-position: left bottom;
    background-size: 150vh auto;
  }
}

.container.large {
  width: 1100px;
}

.logo {
  width: 70px;
}

.singpass-logo {
  width: 150px;
  margin-left: 30px;
  margin-top: 10px;
}

.login-environment-logo {
  height: 25px;
}

.sec-btn {
  font-size: 13px;
}
