.auth-box-custom {
  max-width: 800px;
  margin: 5% 0;
  position: relative;
}
.auth-box-custom div.form-group {
  overflow: hidden;
}
.auth-box-custom span[data-key="'signin_reset_action'"],
.auth-box-custom span[data-key="'signin_register_action'"] {
  color: blue;
}
.auth-box-custom button[type=submit] {
  border-radius: 2px;
}
.auth-box-custom span[data-key="'signin_reset_action'"] {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}
.auth-box-custom hr {
  width: 100%;
  border-top-color: black;
}
.auth-box-custom div.register {
  font-size: 14px;
}
.auth-box-custom div.register span[data-key="'signin_register_text'"] {
  color: black;
}
