#loginFieldset {
  border: 0;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 300px;
  /*align-items: center;*/
}
@media (min-width: 440px) {
  #loginFieldset {
    max-width: 600px;
  }
}
#loginFieldset div {
  /*flex: 0 1 200px;*/
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (min-width: 440px) {
  #loginFieldset div {
    flex-wrap: nowrap;
  }
}
#loginFieldset label {
  width: 200px;
  text-align: left;
  margin-right: 0;
}
@media (min-width: 440px) {
  #loginFieldset label {
    text-align: right;
    margin-right: 20px;
  }
}
#loginFieldset label ~ span {
  width: 200px;
  text-align: left;
}
#loginFieldset label ~ span input {
  width: 100%;
}
#loginFieldset .button-row {
  display: flex;
  flex-direction: column-reverse;
  width: 200px;
  /* justify-content: space-between;*/
  margin: 20px auto;
  align-items: center;
  height: 60px;
}
@media (min-width: 440px) {
  #loginFieldset .button-row {
    flex-flow: row;
    flex-wrap: nowrap;
    width: 250px;
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.boxShadow {
  -webkit-box-shadow: 8px 9px 24px 0px #929292;
  box-shadow: 8px 9px 24px 0px #929292;
  font-family: Arial, Helvetica, sans-serif;
}

.rndCorner {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

header {
  background-color: #cccc80;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cccc80, endColorstr=#ffffff);
  background-image: -moz-linear-gradient(bottom, #cccc80 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #cccc80 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(bottom, #cccc80 0%, #ffffff 100%);
  background-image: linear-gradient(bottom, #cccc80 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #cccc80 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #cccc80), color-stop(100%, #ffffff));
}

footer {
  background-color: #cccc80;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cccc80, endColorstr=#ffffff);
  background-image: -moz-linear-gradient(top, #cccc80 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #cccc80 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #cccc80 0%, #ffffff 100%);
  background-image: linear-gradient(top, #cccc80 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #cccc80 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #cccc80), color-stop(100%, #ffffff));
}

#page_wrapper {
  min-height: 100%;
  position: relative;
}

.content_wrapper {
  padding-bottom: 50px;
  /* Height of footer */
  position: relative;
  min-height: calc(100% - 80px);
}

.content {
  padding: 10px;
}

header {
  height: 80px;
  border-bottom: 3px black solid;
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
header h1 {
  display: inline-block;
  font-size: 16px;
  /* 16px @ 310px increasing to 32px @ 1366px */
  /* Prevent font scaling beyond this breakpoint */
}
@media (min-width: 310px) {
  header h1 {
    font-size: calc(1rem + ((1vw - 3.1px) * 1.5152));
    /* Where: * 1.5152 = 100 * font_Size_Difference / viewport_Width_Difference */
  }
}
@media (min-width: 1366px) {
  header h1 {
    font-size: 32px;
  }
}
header img {
  width: 100%;
}
header div {
  flex: 0 1 245px;
  margin: 10px;
}

footer {
  border-top: 1px black solid;
  bottom: 0;
  height: 50px;
  position: absolute;
  padding: 0px;
  width: 100%;
}

.copyr {
  text-align: center;
  margin: 10px;
}

header #logo {
  margin: 20px 0 20px 10px;
}

.item {
  text-align: center;
  background-color: rgba(230, 230, 230, 0.93);
  font-size: 13px;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.item p {
  margin: 1px;
  font-weight: bold;
}

.form-text {
  font-family: Arial;
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  font-size: 19px;
  padding: 5px;
  margin-bottom: 20px;
  text-align: left;
}

.form-outer {
  width: auto;
  max-width: 700px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.form-inner {
  margin: 0px;
  Display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  min-width: 200px;
  max-width: 500px;
}

.form-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0px;
  justify-content: center;
  margin-bottom: 10px;
  min-width: 200px;
  max-width: 500px;
}
.form-row label, .form-row input {
  width: 50%;
  flex: 0 0 200px;
  max-width: 200px;
}

.form-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0px;
  justify-content: center;
  margin-bottom: 10px;
  min-width: 200px;
  max-width: 500px;
}

.form-hint {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  flex: 1 2 200px;
  min-width: 50px;
  Display: flex;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: center;
}

.button-row {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

a.button {
  text-decoration: none;
}

h3 {
  text-align: center;
}

.home_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}
.home_wrapper > div {
  box-shadow: 3px 3px 14px grey;
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: 20px;
  margin: 25px;
}
.home_wrapper > div p {
  margin-top: 0;
  text-decoration: underline;
  font-weight: bold;
}

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