html, body {
  height: 100%;
  margin: 0;
  font-family: FiraGO, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-weight: 400;
  line-height: 1.4rem;
}

h1 {
  margin: 0;
}

.UpdatePassword-Button, .ForgotPassword-Button, .LoginForm-Button, .UpdatePassword-Input, .ForgotPassword-Input, .LoginForm-Input {
  transition: background 140ms ease-out, box-shadow 140ms ease-out;
}

a:focus, .SSO-Element:focus, .UpdatePassword-Input:focus, .ForgotPassword-Input:focus, .LoginForm-Input:focus {
  box-shadow: #006EE6 0px 0px 0px 2px;
  outline: none;
}

.LoginForm-RememberMeCheckbox:focus:not(:active), .UpdatePassword-Button:focus:not(:active), .ForgotPassword-Button:focus:not(:active), .LoginForm-Button:focus:not(:active) {
  outline-color: #006EE6;
  outline-width: 2px;
  outline-style: solid;
}

.UpdatePassword-Input, .ForgotPassword-Input, .LoginForm-Input {
  display: block;
  border-style: solid;
  border-color: #e0e5e9;
  border-width: 1px;
  border-radius: 4px;
  background-color: white;
  font-size: 0.9375rem;
  line-height: 1.03125rem;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  opacity: 1;
  box-sizing: border-box;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  font-family: FiraGO, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-appearance: none;
  font-weight: 400;
}
.UpdatePassword-Input:hover:not(:focus), .ForgotPassword-Input:hover:not(:focus), .LoginForm-Input:hover:not(:focus) {
  box-shadow: rgba(0, 0, 0, 0.87) 0px 0px 0px 1px;
}
@media (min-width: 60rem) {
  .UpdatePassword-Input, .ForgotPassword-Input, .LoginForm-Input {
    padding: 1rem;
  }
}
.UpdatePassword-Input::placeholder, .ForgotPassword-Input::placeholder, .LoginForm-Input::placeholder {
  color: rgba(0, 0, 0, 0.19);
  opacity: 1;
}

.Main-Message {
  font-family: FiraGO, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.84375rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.12px;
}

.UpdatePassword-Button, .ForgotPassword-Button, .LoginForm-Button {
  font-family: FiraGO, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}

.Leftside-HelpDescription {
  font-family: FiraGO, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.Leftside-HelpTitle {
  font-family: FiraGO, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.12px;
}
.UpdatePassword-Button, .ForgotPassword-Button, .LoginForm-Button {
  border: none;
  color: white;
  padding: 0.875rem 2rem;
  border-radius: 3.125rem;
  background: #006EE6;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.UpdatePassword-Button:hover, .ForgotPassword-Button:hover, .LoginForm-Button:hover {
  background: #004BAD;
}

.UpdatePassword-ButtonWrapper, .ForgotPassword-ButtonWrapper, .LoginForm-ButtonWrapper {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

.Main-Message {
  width: 100%;
  max-width: 28rem;
  box-sizing: border-box;
  padding: 0.875rem 1rem;
  padding-left: 1.1875rem;
  background-color: #E5F0FD;
  display: flex;
  color: #002C5C;
  border-radius: 0.25rem;
}

.Main-Message--warning, .Main-Message--error {
  color: #66141C;
  background-color: #FFE8EA;
}

.Main-Message--success {
  color: #0D4120;
  background-color: #DCF5E5;
}

.Main-Message-Icon {
  margin-right: 0.9375rem;
  font-size: 1rem;
  color: #006EE6;
  margin-top: 0.125rem;
}

.Main-Message-Icon--warning, .Main-Message-Icon--error {
  color: #FF3347;
}

.Main-Message-Icon--success {
  color: #21A351;
}

.Leftside-HelpTitle {
  font-family: FiraGO, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.12px;
}
.Main {
  display: flex;
  width: 100%;
  height: 100%;
}
.Main-Left {
  width: 22.5rem;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background-position: 59% 0;
  background-image: url(../img/orgavision-background.svg), linear-gradient(-30deg, #0064d2 0%, #0078ff 100%);
  background-repeat: no-repeat;
}
@media (min-width: 60rem) {
  .Main-Left {
    display: flex;
  }
}
.Main-Right {
  flex: 1 1 auto;
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.225rem;
  color: #404549;
}
@media (min-width: 60rem) {
  .Main-Right {
    justify-content: center;
    padding: 0;
    background-color: #f9fafb;
  }
}
.Main-MobileLogo {
  display: flex;
  align-items: flex-end;
  flex: 1 1 auto;
}
@media (min-width: 60rem) {
  .Main-MobileLogo {
    display: none;
  }
}
.Leftside-Logo {
  padding-top: 2rem;
  padding-left: 2rem;
}
.Leftside-Help {
  display: block;
  color: white;
  padding: 2rem;
  text-decoration: none;
}
.Leftside-Help:focus {
  box-shadow: none;
}
.Leftside-HelpTitle {
  margin-bottom: 0.25rem;
}
.LoginForm {
  width: 100%;
  max-width: 28rem;
  padding-top: 1rem;
}
.LoginForm-Input:first-child {
  margin-bottom: 0.5rem;
}
.LoginForm-Footer {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.19);
  flex-wrap: wrap;
}
@media (min-width: 37.5rem) {
  .LoginForm-Footer {
    flex-wrap: nowrap;
  }
}
.LoginForm-RememberMe {
  display: flex;
  align-items: center;
  height: 1.25rem;
}
.LoginForm-RememberMeLabel {
  padding: 0 0.5rem;
}
.LoginForm-RememberMeCheckbox {
  align-self: flex-start;
  margin-left: 0;
}
.SSO-Element {
  background-color: white;
  border-radius: 4px;
  border: solid 1px #d0d5d9;
  min-height: 3.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #404549;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
}
.SSO-Element:hover, .SSO-Element:active {
  text-decoration: none;
  color: #404549;
  box-shadow: #006EE6 0px 0px 0px 1px, #f0f5f9 0px 5px 10px 0px;
}
@media (min-width: 60rem) {
  .SSO-Element {
    min-height: 4rem;
    box-shadow: #f0f5f9 0px 5px 10px 0px;
  }
}
.SSO-Icon {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}
.SSO-Icon--oidc {
  color: #404549;
  font-size: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.SSO-Divider {
  padding: 0.5rem 0 1rem 0;
  text-transform: uppercase;
  color: #a0a5a9;
  display: flex;
  justify-content: center;
}

.ErrorPage {
  line-height: 1.125rem;
  text-align: center;
  max-width: 28.125rem;
  font-size: 0.9375rem;
}
.ErrorPage a {
  display: block;
  margin-top: 2rem;
}
.ErrorPage-CTA {
  font-size: 0.875rem;
  line-height: 1.225rem;
  margin-top: 1rem;
}
.ErrorPage-CTA a {
  display: inline;
}
.ErrorPage-CTA .far {
  color: #006EE6;
  margin-left: 0.25rem;
}

.ForgotPassword {
  width: 100%;
  max-width: 28.125rem;
  padding-top: 1rem;
}
.ForgotPassword-BackLink {
  margin-top: 2rem;
  display: block;
  text-align: center;
}

.UpdatePassword {
  width: 100%;
  max-width: 28.125rem;
  padding-top: 1rem;
}
.UpdatePassword-Input--withMargin {
  margin-bottom: 0.5rem;
}
.UpdatePassword-Message {
  margin: 1rem 1rem 0 1rem;
  text-align: left;
  font-size: 0.9375rem;
}

.Branding {
  font-size: 1.25rem;
  line-height: 1.2rem;
  padding-bottom: 1.5rem;
  align-self: flex-start;
}
@media (min-width: 60rem) {
  .Branding {
    padding: 0 1.75rem;
    padding-bottom: 2.5rem;
    align-self: center;
  }
}
.Branding--hasLogo {
  align-self: center;
}
.Branding-Logo {
  width: auto;
  height: auto;
}
.Branding-Logo > img {
  pointer-events: none;
  user-select: none;
  max-height: 6.25rem;
  border-radius: 0.25rem;
  max-width: 18.75rem;
}

a {
  text-decoration: none;
  color: #006EE6;
}

/*# sourceMappingURL=login.css.map */
