body {
  position: relative;
  margin: 0;
  background: #009932 url(../img/sgf-sso-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "BioSans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

@media all and (min-width:1200px) {
  .container {
    max-width: 1020px;
  }
}

html,
body {
  min-height: 100vh;
  height: auto;
}

#wrapper {
  padding-bottom: 110px;
  height: 100%;
}

#top-header {
  z-index: 110;
  position: fixed;
  will-change: transform;
  transition: transform 200ms linear;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #009932;
  border-bottom: 1px solid #f5f4f5;
}

.module-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: calc(350px + 1540px);
  height: 42px;
  z-index: 5;
}

.module-header .right {
  display: flex;
  align-items: center;
  color: #FFF;
}

.user-loginout {
  margin-right: 1rem;
}

.user-loginout a {
  color: #FFF !important;
}

.user-loginout a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.language-select {
  padding-right: 1em;
  padding-bottom: 2px;
}

.language-select img {
  opacity: 0.5;
  border: 1px solid #FFF;
}

.language-select img.active {
  opacity: 1;
}

main {
  padding-top: 42px;
}

footer {
  position: absolute;
  bottom: 0;
  background: #009932;
  font-size: 1em;
}

a,
a:active,
a:focus,
a:visited {
  color: #009932;
}

a:hover {
  color: #009932;
  text-decoration: underline;
}

.card-header {
  margin-bottom: 0;
  background: #009932;
}

.card-title {
  margin-bottom: 0;
  color: #fff;
  font-family: "BioSans", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.card-body h1.logged-in {
  font-weight: bold;
  color: #009932;
}

.card-footer {
  background: #009932;
  color: #e9eee9;
}

.card-footer a {
  color: #fff;
}

.card-footer:last-child {
  border-radius: 0;
}

small {
  font-size: 85%;
}

label {
  font-weight: 600;
}

label input[type="checkbox"] {
  margin-right: 0.3rem;
}

.login-remember {
  font-family: "BioSans", Arial, sans-serif;
  font-weight: 700;
}

.flex-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-bar .btn-primary {
  width: auto;
  min-width: 150px;
  margin-right: 1em;
  margin-bottom: .5em;
}

.flex-bar .btn-primary:last-child {
  margin-right: 0;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-reg.active,
.btn-reg:active,
.btn-reg.focus,
.btn-reg:focus,
.btn-reg:hover {
  background-color: #255726 !important;
  box-shadow: none !important;
}

.btn-primary,
.btn-reg {
  width: 50%;
  min-width: 180px;
  /*
	width: 180px;
    */
  transition: .1s ease;
  text-transform: uppercase;
  background-color: #009932;
  border: 0;
  color: #fff;
  font-family: "BioSans";
}

.btn.focus,
.btn:focus,
.btn:hover {
  background-color: #255726;
  text-decoration: none;
  border: 0;
}

.choose {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0;
  /*
	width: 180px;
	*/
}

.choose span {
  flex-grow: 2;
  border-top: 1px solid #ced4da;
}

.choose span:nth-child(2) {
  flex-grow: 1;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  color: #666;
}

/* CARD */

:first-child.card-header {
  border-radius: 0;
}

.card {
  border: 0;
  border-radius: 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.form-control:focus {
  border-color: #009932;
  box-shadow: 0px 0px 0px 0.2rem rgba(0, 121, 76, 0.25);
}

.form-control {
  line-height: 1;
  border-radius: 0;
}

.radio-form-wrap {
  margin-top: 0;
}

.manage-page input[type="checkbox"],
.manage-page input[type="radio"] {
  position: absolute;
  top: 0.25em;
  width: auto;
}

.manage-page input[type="checkbox"]+label,
.manage-page input[type="radio"]+label {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  width: 100%;
}

.required label::after {
  content: "*";
  position: relative;
  display: inline-block;
  color: #009932;
  font-size: 15px;
  left: 5px;
}

.required .item label::after {
  content: "";
}

/* Show Password Button */
.show-password-icon {
  transform: scale(1.3) translate(0px, 2px);
}

.input-group-append .btn-outline-secondary:hover {
  border: 1px solid transparent;
}

.input-group-append .btn-outline-secondary:focus {
  border: 1px solid transparent;
}