/* line 1, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.main-header {
  width: 100%;
  height: 90px;
  line-height: 90px;
  background-color: #1c73a8;
}

/* line 8, ../../../../app/assets/stylesheets/custom/default/custom.scss */
#footer {
  width: 100%;
  height: 140px;
  line-height: 1em;
  background-color: #1c73a8;
  position: absolute;
  bottom: 0;
  min-width: 910px;
}
/* line 16, ../../../../app/assets/stylesheets/custom/default/custom.scss */
#footer .footer-content {
  color: white;
  font-size: 14px;
  padding: 0;
}
/* line 20, ../../../../app/assets/stylesheets/custom/default/custom.scss */
#footer .footer-content .contact-us {
  padding-right: 8%;
}
/* line 22, ../../../../app/assets/stylesheets/custom/default/custom.scss */
#footer .footer-content .contact-us a {
  color: #8ad3ff;
  text-decoration: underline;
}
/* line 27, ../../../../app/assets/stylesheets/custom/default/custom.scss */
#footer .footer-content .logo-and-year {
  width: 10%;
}

@media (max-width: 840px) {
  /* line 34, ../../../../app/assets/stylesheets/custom/default/custom.scss */
  .footer-content {
    margin-left: 10%;
    margin-right: 10%;
  }
}
/* line 40, ../../../../app/assets/stylesheets/custom/default/custom.scss */
#main-container {
  margin-bottom: 140px;
}

/* line 43, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.footer-outer-container {
  margin-top: 40px;
}

/* line 47, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.login-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}
/* line 49, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.login-box .widget-body {
  background-color: #fff;
}

/* line 53, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.login-box, .registration-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

/* line 57, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.login-layout .widget-box {
  background-color: #FFFFFF;
}

/* line 61, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.login-box .toolbar {
  border-top: none;
}

/* line 65, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.signup-box .toolbar {
  border-top: none;
}

/* line 69, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.forgot-box .toolbar {
  border-top: none;
}

/* line 73, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.login-layout .widget-box .widget-main {
  background-color: #fff;
}

/* line 77, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.login-layout {
  background-color: #FAFAFA;
}
/* line 80, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.login-layout .main-container {
  background: #356aa0;
  background: -moz-radial-gradient(center, ellipse cover, #356aa0 0%, #4f99c6 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #356aa0), color-stop(100%, #4f99c6));
  background: -webkit-radial-gradient(center, ellipse cover, #356aa0 0%, #4f99c6 100%);
  background: -o-radial-gradient(center, ellipse cover, #356aa0 0%, #4f99c6 100%);
  background: -ms-radial-gradient(center, ellipse cover, #356aa0 0%, #4f99c6 100%);
  background: radial-gradient(ellipse at center, #356aa0 0%, #4f99c6 100%);
}
/* line 88, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.login-layout .main-container .main-content {
  height: 215px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

/* line 97, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.warning-tip {
  padding-top: 7px;
}

/* line 101, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.settings-text-field {
  resize: none;
  height: 500px !important;
}

/* line 106, ../../../../app/assets/stylesheets/custom/default/custom.scss */
.form-align {
  margin: 0 12px;
}
