@charset "utf-8";
.fill_in_form_group {
  max-width: 500px;
  margin-bottom: 20px;
  text-align: left;
}

.fill_in_form_group input[type="text"], .fill_in_form_group input[type="password"] {
  width: 300px;
  height: 20px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid lightgrey;
}

.feedback_msg {
  width: 100%;
  height: 150px;
  resize: none;
  font-size: 14px;
  border: 1px solid lightgrey;
}

.footnote {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.item_vcode_entry {
  display: inline-block;
}
.item_vcode {
  display: inline-block;
  height: 32px;
  width: 122px;
  background-color: grey;
}
.item_vcode img {
  display: block;
  float: right;
}
.btn_refresh {
  display: inline-block;
  cursor: pointer;
  width: 32px;
  line-height: 32px;
  font-size: 24px;
  text-align: center;
  color: white;
  background-color: navy;
  border: none;
}
