#banner {
  background: linear-gradient(rgba(150, 200, 150, .5), rgba(0, 0, 0, .5));
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.credit {
  color: white;
  margin-top: 32px;
  width: 256px;
  text-align: left;
}

.field {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid white;
}

ion-icon {
  color: white;
}

#login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: black;
}

#login_btn {
  border-radius: 16px;
  background-color: rgb(29, 167, 58);
  color: white;
  border-width: 0;
  margin-top: 32px;
  cursor: pointer;
}

#login_form {
  display: flex;
  flex-direction: column;
  margin-top: 10%;
  width: 20vw;
  min-width: 256px;
}

.login_input {
  background: none;
  border: none;
  color: white;
  margin-top: 32px;
  flex: 1;
}

.login_input::placeholder {
  color: lightgray;
}

.login_input:focus {
  outline: none;
}

#logo {
  width: 256px;
  height: 256px;
  border-radius: 15px;
}

#show_pass_btn {
  cursor: pointer;
}

#tcoe_logo {
  width: 256px;
  height: auto;
}