body, html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-family: Arial, sans-serif;
}

.card {
  width: 300px;
  /*border-radius: 5px;
  background-color: #2f3239c0;*/
  position: absolute;
  right: 10%;
  /*top: 20%;*/
}

.logo {
  width: 500px;
  position: absolute;
  left: 16%;
  /*top: 20%;*/
}

.vcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.label {
  padding: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  color: #c8c8c8;
}

.label1 {
  padding: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 1.9em;
  color: #dddddd;
}

.error {
  color: #c8c8c8;
  font-weight: normal;
}

.halo_button {
  background-color: #95BF40;
  color: #101a12;
  border-radius: 5px;
  padding: 11px;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}
.halo_button_dis {
  background-color: #4b4b4b;
  cursor: default;
}
