html, body {
  height: 100%;
  background-color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.html_container {
  position: relative;
}

.tf_LoginID {
  position: relative;
  top: 355px;
  left: 438px;
}

.tf_LoginPW {
  position: relative;
  top: 400px;
  left: 438px;
}

.tf_KeyIn {
  position: relative;
  top: 472px;
  left: 120px;
  z-index: 20;
}
.content {
  position: relative;
  top: 428px;
  left: 123px;
  z-index: 10;
}

.textInput {
  color: black;
  outline: none;
  border: solid 1px gray;
  border-radius: 5px;
  text-align: center;

}

.tf_KeyIn input{
  outline: none;
  font-family: 'Arial Black';
  font-size: 30px;
  font-weight: bold;
  border: solid 1px #00000000;
  background: transparent;
  color: #0000FF;
  text-shadow: 0px 0px 0px transparent;
  -webkit-text-fill-color: transparent;
}

.defaultFont {
  font-size: 40px;
}

.btAgain {
  display: none;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.errors {
  color: red;
}

.content span {
  outline: none;
  font-family: 'Arial Black';
  font-size: 30px;
  font-weight: bolder;
  background: transparent;
}

.correct {
  color: #0000FF;
}