html {
  font-size: 50.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  color: #222;
  background: url(../images/bg-pattern.png) repeat;
  overflow: hidden; }

h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 3.1rem;
  line-height: 1.25; }

h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.35; }

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box; }

.column {
  width: 100%;
  box-sizing: border-box;
  text-align: center; }

.dispelTextColor {
  color: #FA5A1A; }

.row {
  text-align: center; }

.form-signin {
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0px;
  padding: 1em 2em;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }

input, textarea {
  border-bottom: solid 1px #c9c9c9; }

.full-width {
  width: 100%;
  box-sizing: border-box; }

.section-heading {
  margin-bottom: 3.2rem;
  text-align: center; }
  .section-heading span {
    border-bottom: 2px solid #404861; }

.title {
  color: #E6E9EA;
  text-align: center;
  padding: 0.3em 1em;
  max-width: 100%;
  background-color: #404861;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }

label.mdl-checkbox {
  display: flex;
  justify-content: space-between;
  margin-left: 0; }

.mdl-button--accent {
  display: inline-block;
  padding: 0 30px;
  margin: 20px auto;
  display: -webkit-box;
  background: #CDDC39 !important; }

.mdl-checkbox__label {
  position: -ms-page;
  position: -webkit-sticky;
  position: fixed; }

@media (min-width: 400px) {
  body {
    padding: 3rem 0rem 7rem 0rem; }
  .container {
    padding: 0 20px;
    width: 95%;
    padding: 0; }
  .form-signin {
    padding: 4em; }
  label.mdl-checkbox {
    margin-left: 4rem; } }

@media (min-width: 550px) {
  .container {
    width: 90%; }
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 2.4rem; }
  .column {
    width: 75%; }
  label.mdl-checkbox {
    margin-left: 12.5%; } }

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