@charset "utf-8";

#frame label {
  font-weight: bold;
  color: #00512D;
  font-family: tahoma;
  font-size: 12px;
}

#frame .textbox {
  width: 150px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  border: 1px solid #00512D;
  font-family: tahoma;
  font-size: 12px;
}

#frame .button {
  width: 36px;
  height: 22px;
  font-weight: bold;
  color: #007D44;
  border: 1px solid #00512D;
  background-color: #FFF;
  font-family: tahoma;
  font-size: 12px;
}

#frame table {
  background-color: transparent;
}

#frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 80px;
}

#frame form {
  margin: 0;
  padding: 0;
}

#frame .esqueci-senha {
  background: none;
  border: none;
  color: #007D44;
  text-decoration: underline;
  font-family: tahoma;
  font-size: 11px;
  cursor: pointer;
  padding: 2px;
}

#frame .esqueci-senha:hover {
  color: #00512D;
}