*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Regular.eot');
  src: url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Montserrat-Regular.woff2') format('woff2'),
       url('/fonts/Montserrat-Regular.woff') format('woff'),
       url('/fonts/Montserrat-Regular.ttf') format('truetype'),
       url('/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #0a609e;
  margin: 0;
  box-sizing: border-box;
  background: url(../img/login_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.smart-form .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.smart-form .radio+.radio, .smart-form .checkbox+.checkbox {
  margin-top: 0;
}

.smart-form footer .btn {
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 300 15px/29px 'Open Sans', Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.smart-form legend {
  padding-top: 15px;
}

.smart-form {
  margin: 0;
  outline: none;
  color: #666;
  position: relative;
}

.smart-form header {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #41708c;
  background: white;
  font-size: 16px;
  font-weight: 300;
  color: #232323;
  margin: 10px 14px 0;
}

.smart-form fieldset {
  display: block;
  padding: 25px 14px 5px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}

.smart-form fieldset+fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.smart-form section {
  margin-bottom: 15px;
  position: relative;
}

.smart-form footer {
  display: block;
  padding: 7px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9);
}

.smart-form footer:after {
  content: '';
  display: table;
  clear: both;
}

.smart-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  text-align: left;
  padding: 0;
}

.smart-form .label.col {
  margin: 0;
  padding-top: 7px;
}

.smart-form .note, .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}

.note {
  margin-top: 2px;
  font-size: 10px;
}

.smart-form .note a {
  font-size: 13px;
}

.smart-form .input, .smart-form .select, .smart-form .textarea,
  .smart-form .radio, .smart-form .checkbox, .smart-form .toggle,
  .smart-form .button {
  position: relative;
  display: block;
  font-weight: 400;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea
  {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 8px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/*
		 * File inputs
		 */
.smart-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 22px;
  margin: 0;
  padding: 0 14px;
  font-size: 13px;
  line-height: 22px;
}

.smart-form .input-file .button:hover {
  box-shadow: none;
}

.smart-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}

a, a.logo {
  text-decoration: none;
  color: #eee;
}

header.main-header {
  text-align: center;
}

span.logo-lg {
  font-size: 24px;
  line-height: 4.5em;
}

.content-wrapper {
  width: 100%;
}

.login-box {
  margin: 0 auto;
  width: 375px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 20px;
}

.panel-title {
  text-align: center;
}

.panel-title h1 {
  font-weight: 400;
  margin: 10px 0 15px;
  color: #777;
}

.login-box .vertical-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.login-box .vertical-form select, .login-box .vertical-form input[type='text'],
  .login-box .vertical-form input[type='email'], .login-box .vertical-form input[type='password'],
  .login-box .vertical-form input[type='number'], .login-box .vertical-form input[type='submit']
  {
  background: #fcfcfc;
  border: 1px solid #999;
  margin: 20px auto;
  padding: 10px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-size: 14px;
  transition: opacity 0.4s;
  text-align: left;
  height: auto;
  -webkit-appearance: none;
}

.signup-btn, .login-btn {
  color: white;
  background: #9b282b;
  border: 0;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  height: auto;
  -webkit-appearance: none;
  margin: 20px auto;
  padding: 15px;
  width: 100%;
  display: block;
  border-radius: 3px;
  transition: opacity 0.4s;
}

.signup-btn {
  background: #9b282b;
}

.signup-btn:hover {
  background: #9b282b;
}

.login-btn:hover {
  background: #9b282b;
}

.vertical-form p a {
  color: #333;
}

.vertical-form p a:hover {
  color: #111;
}

p.dhac {
  font-size: 16px;
}

.trailing {
  color: #eee;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.chk-remember {
  vertical-align:middle;
}

.trailing, .trailing footer {
  text-align: center;
}

p.text-on-white {
  color: #777;
}

.font-xs {
  font-size: 85%;
}

p.error {
  color: red;
}

p.check-holder {
  font-size: 8em;
  margin: 0;
  color: #367fa9;
}

div.error li {
  color: red;
}

div.error label {
  font-weight: bold;
  margin-left: -15px;
  color: maroon;
}

@media ( min-width : 768px) {
  .login-box {
    padding: 20px 35px;
  }
}

@media ( max-width : 767px) {
  .login-box {
    width: 100%;
    padding: 20px 10px;
  }
  .login-box-inner {
    max-width: 302px;
    margin: 0 auto;
  }
}