html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100% !important;
}

body {
  font-family: "Roboto",sans-serif;
  -ms-flex-align: stretch;
  -ms-flex-direction: row;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: start;
  -ms-flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  background-color: #3c464b;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: MuseoSansCyrl500, sans-serif;
  font-size: 0.875rem;
  height: 100%;
  justify-content: flex-start;
  text-align: left;
}

body {
   transition: opacity
   ease-in 0.2s;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: auto;
  -ms-flex-order: 0;
  -ms-flex: 1 1 auto;
  align-self: auto;
  background-image: url("/jakarta.faces.resource/images/login-background.png.xhtml?ln=layout");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  flex: 1 1 auto;
  order: 0;
  z-index: -1;
}

.login-form-content {
  -ms-flex-direction: column;
  -ms-flex-item-align: auto;
  -ms-flex-order: 0;
  -ms-flex-pack: justify;
  -ms-flex: 0 1 auto;
  align-self: auto;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  justify-content: space-between;
  order: 0;
  overflow: auto;
  padding: 2rem 4rem;
  width: 480px;
  position: absolute;
  right: 0;
  height: 100%;
  flex-direction: column;
  background-color: #183d61;
  box-sizing: border-box;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
}

.footer {
  -ms-flex-pack: distribute;
  border-top: 1px solid #bfbfbf;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  justify-content: space-around;
  margin-top: 2rem;
  padding: 1rem 0;
}

.footer a {
  color: #bfbfbf;
}

input[type=email], input[type=number], input[type=password], input[type=text] {
  outline: none;
  font-family: MuseoSansCyrl500, sans-serif;
  font-size: 0.875rem;
  background-color: #0c273f;
  border: 1px solid #1d5285;
  line-height: 1rem;
  margin-top: 1rem;
  padding: 1.375rem .8125rem 1.125rem;
  min-width: 2rem;
  width: 100%;
  color: #fff;
}

span.ui-password-masked, span.ui-password-unmasked {
  width: 100%;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

#sign-in-btn {
  top: 40px;
}

body .ui-password.ui-password-masked .ui-password-icon {
  margin-top: 3px;
}

.hr-line {
  -ms-flex-pack: distribute;
  border-top: 1px solid #bfbfbf;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  justify-content: space-around;
  margin-top: 2rem;
  padding: 1rem 0;
}

body .ui-button {
  background: #39424d;
  color: #f4fde8;
  border: 1px solid #557DAA;
}

#sign-in-free-btn {
  margin-top: 12rem;
}
