@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";

/* src/styles.scss */
.button,
.tw_button-primary {
  border-radius: 4px;
  border: none;
  padding: 8px 32px;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.green,
.tw_button-primary,
.button__green {
  background-color: #25890d;
  color: #fff;
}
.green.disabled,
.disabled.tw_button-primary,
.disabled.button__green {
  background-color: #aed0a5;
}
.green.disabled:hover,
.disabled.tw_button-primary:hover,
.disabled.button__green:hover {
  background-color: #aed0a5;
  cursor: default;
}
.green:hover,
.tw_button-primary:hover,
.button__green:hover {
  background-color: #036a38;
}
.transparent,
.button__transparent {
  background-color: transparent;
  color: #54565a;
}
.transparent.disabled,
.disabled.button__transparent {
  color: #54565a;
}
.transparent:hover,
.button__transparent:hover {
  background-color: #d0d0ce;
}
.input,
.tw_input-spacing input[type=text],
.tw_input-spacing input[type=password] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #aed0a5;
  display: block;
  transition: all 0.4s ease 0s;
  outline: none;
  width: 100%;
  margin-bottom: 1rem;
  padding: 8px 0 8px 0;
}
.input.error,
.tw_input-spacing input.error[type=text],
.tw_input-spacing input.error[type=password] {
  border-bottom: 2px solid #e32413;
}
.input:focus,
.tw_input-spacing input[type=text]:focus,
.tw_input-spacing input[type=password]:focus {
  border-bottom: 2px solid #25890d;
}
:root {
  --bg-image: url("./media/background.png");
}
body {
  background: var(--bg-image) center center/auto 100% no-repeat;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #000;
  font-family: "Open Sans";
  color: white;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 479px) {
  body {
    background: var(--bg-image) 87% -65px/auto 80% no-repeat;
    background-color: #000;
  }
}
* {
  box-sizing: border-box;
}
.container {
  display: grid;
  grid-template-rows: repeat(3, auto);
  min-height: 100vh;
  grid-template-areas: "header" "main" "footer";
}
.link,
app-register #genericStepForm .tw_link {
  color: #007caf;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
#genericStepForm {
  width: 100% !important;
}
.fr_widget-root .tw_primary-header {
  margin: 0 0 3rem 0;
  line-height: 1.5rem;
}
.fr_widget-root .tw_input-spacing {
  position: relative;
}
.fr_widget-root .tw_input-spacing label {
  display: none;
}
.fr_widget-root .tw_input-spacing .tw_password-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  outline: none;
}
.tw_button-primary {
  float: right;
}
.tw_input-spacing .tw_input-info-message {
  display: none;
}
#genericStepForm {
  color: black;
  border: none;
  width: 300px;
  max-height: 400px;
  overflow: auto;
}
#genericStepForm:focus-visible {
  outline: none !important;
}
.tw_alert-error p {
  margin: 0;
}
.tw_alert-error svg {
  display: none;
}
.to_right {
  text-align: right;
}
.to_left {
  text-align: left;
}
.msg_error,
.tw_alert-error {
  color: #e32413;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1rem;
}
#formId #IDToken1 {
  display: none;
}
#genericStepForm #genericStepHeader h1 {
  display: none;
}
#genericStepForm #genericStepHeader h1 div {
  display: none;
}
#genericStepForm #genericStepHeader .tw_text-center {
  display: none;
}
#genericStepForm #genericStepHeader .tw_my-4 button {
  display: none;
}
.forgotten {
  position: absolute;
  bottom: 10px;
  color: #007CAF;
}
app-register #genericStepForm {
  max-height: 100% !important;
  overflow: visible !important;
  padding-top: 1rem;
}
app-register #genericStepForm label[for=IDToken6] span {
  display: none !important;
}
app-register #genericStepForm .tw_input-spacing {
  position: relative;
  margin-bottom: 2rem;
  overflow: visible;
}
app-register #genericStepForm .tw_input-spacing label:not([for=IDToken6]) {
  position: absolute;
  top: -20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
app-register #genericStepForm .tw_input-spacing .tw_password-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  outline: none;
}
app-register #genericStepForm .tw_link {
  float: right;
}
app-register #genericStepForm button[type=submit] {
  margin-top: 1rem !important;
}
.link-text {
  color: #007caf;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
