body {
  height: 100%;
  margin: 0px;
  border: 0px;
  font-family: "Open Sans", sans-serif;
  background-color: #E0E5F1;
  color: black;
}

div#page-container {
  position: relative;
  min-height: 100vh;
  margin-bottom: -32px;
}

.footer,
.push {
  height: 32px;
}

footer {
  background: #B1C200;
  color: white;
  line-height: 23px;
  padding: 0 20px;
}

div#header-wrap {
  /*position: fixed;*/
  z-index: 5;
  margin-bottom: 0px;
  width: 100%;
  border-bottom: 0px;
  height: 72px;
  background-color: white;
  background-image: linear-gradient(top, #B1C200, #B1C200 35%, transparent 35%, transparent 100%);
  background-image: -webkit-linear-gradient(top, #B1C200, #B1C200 35%, transparent 35%, transparent 100%)
}

div#header-inner-logo {
  text-align: left;
}

div#header-inner {
  margin-left: auto;
  margin-right: auto;
}

img#header-logo {
  height: 66px;
  padding-top: 10px;
  padding-left: 15px;
  display: inline;
}

div#content-inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #B1C200;
  border-color: #B1C200;
  color: black;
}

input.login_form {
  height: 42px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #5D5959;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
}

button.auth_button {
  border: 0px;
  height: 42px;
  width: 100%;
  color: #000;
  background-color: #B0C200;
  border: 2px solid #B0C200;
}

button.auth_button:hover {
  background-color: transparent;
}

.email_change {
  margin-bottom: 20px;
}

.email_change a {
  color: #000;
}

.login-block {
  background-color: white;
  border-radius: 22px;
  max-width: 640px;
}

div.line_element {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  font-size: 24px;
}

div.line_element:before {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #B0C200;
  margin: auto;
}

div.line_element:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #B0C200;
  margin: auto;
}

div.has_text:after {
  margin-left: 10px;
}

div.has_text:before {
  margin-right: 10px;
}

.login_tabs {
  font-size: 18px;
  margin-top: 32px;
}

.tab_active {
  font-weight: bold;
  float: left;
  color: #B0C200;
  text-align: center;
  width: 125px;
  border-bottom: 2px solid #B0C200;
  text-decoration: none;
}

.tab_right {
  margin-left: 10px;
}

.tab_inactive {
  float: left;
  color: gray;
  text-align: center;
  width: 125px;
  border-bottom: 2px solid gray;
  text-decoration: none;
}

.tab_active a,
.tab_inactive a {
  color: inherit;
  text-decoration: none;
}

label {
  font-size: 16px;
}

.accesscode_link a {
  text-decoration: none;
  color: black;
}

.accesscode_link .a-text {
  text-decoration: underline;
  color: black;
}

button.back_button {
  height: 42px;
  width: 100%;
  color: #000;
  background-color: white;
  border: 2px solid #B0C200;
}

button.back_button:hover {
  background-color: transparent;
}


button.small_button {
  width: 33%;
}

.password-icon {
  float: right;
  margin-right: 10px;
  margin-top: -27px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}