.sm-login-user .sm-login-content {   
  border: 1px solid #016cb5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-bottom: 25px;
  margin: 15px auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 1px 10px 6px -7px rgba(102, 102, 102, 0.75);
          box-shadow: 1px 10px 6px -7px rgba(102, 102, 102, 0.75);
          
       
}
@media screen and (min-width: 478px) {
  .sm-login-user .sm-login-content {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .sm-login-user .sm-login-content {
    width: 60%;
  }
}
@media screen and (min-width: 1180px) {
  .sm-login-user .sm-login-content {
    width: 460px;
  }
}
.sm-login-user .sm-login-content .l-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #016cb5;
  padding: 10px 15px;
}
.sm-login-user .sm-login-content .l-header .l-title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #333;
  font-family: "Hammersmith One";
}
.sm-login-user .sm-login-content .l-body {
  padding: 10px 15px;
}
.sm-login-user .sm-login-content .l-body .form-subtitle {
  display: block;
  color: #016cb5;
  font-size: 1.1em;
  font-weight: normal;
  font-family: "Hammersmith One";
  text-transform: uppercase;
  margin-bottom: 0;
}
.sm-login-user .sm-login-content .l-body .sm-row, .sm-login-user .sm-login-content .l-body .sm-col {
  padding-top: 3px;
  padding-bottom: 3px;
}
.sm-login-user .sm-login-content .l-body .form-info {
  color: #666;
  font-size: .85em;
}
.sm-login-user .sm-login-content .l-body .b-message {
  margin-bottom: 5px;
}
.sm-login-user .sm-login-content .l-body .form-group-tag:nth-child(1) {
  margin-bottom: 3px;
}
.sm-login-user .sm-login-content .l-body .form-group-tag:nth-child(2) {
  padding-top: 3px;
}
.sm-login-user .sm-login-content .l-body .form-tag {
  font-weight: normal;
  font-family: "Hammersmith One";
  text-transform: uppercase;
  margin-bottom: 0;
}
.sm-login-user .sm-login-content .l-body .form-field {
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sm-login-user .sm-login-content .l-body .form-field::-webkit-input-placeholder {
  font-style: normal;
}
.sm-login-user .sm-login-content .l-body .form-field:-ms-input-placeholder {
  font-style: normal;
}
.sm-login-user .sm-login-content .l-body .form-field::-ms-input-placeholder {
  font-style: normal;
}
.sm-login-user .sm-login-content .l-body .form-field::placeholder {
  font-style: normal;
}
.sm-login-user .sm-login-content .l-body .img-wrapper {
  text-align: center;
}
.sm-login-user .sm-login-content .l-footer {
  text-align: center;
}
.sm-login-user .sm-login-content .l-footer .f-message {
  padding: 5px 20px;
}

.form-register .form-field {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.form-register hr {
  margin-top: 3px;
  margin-bottom: 3px;
}
.form-register .form-captcha-image {
  margin-top: 3px;
}
.form-register .form-captcha-refresh {
  background-color: #016cb5;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 7px;
}
.form-register .form-captcha-refresh:hover {
  background-color: #294171;
}

.form-section {
  padding: 10px;
  margin-bottom: 3px;
}
.form-section:last-of-type {
  margin-bottom: 0;
}
.form-section.form-captcha-container .sm-col {
  text-align: center;
}

/*# sourceMappingURL=login.css.map */