/*------------------------------------------------------*\
    // SCSS PARTIALS - VARIABLES
    - All the variables for width of the page, fonts, colors
    - DO NOT EDIT
\*------------------------------------------------------*/
body {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #828282;
  margin: 0;
  padding: 0 20px 0 20px;
  background-color: #fff;
  font-size: 12px;
  line-height: 18px; }
  @media only screen and (min-width: 400px) {
    body {
      padding: 0; } }
a {
  color: #4d4d4d;
  text-decoration: underline; }
  a:hover {
    text-decoration: none;
    color: #000; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none; }

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

input {
  margin: 0;
  padding: 0; }

p {
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 12px;
  line-height: 18px; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  color: #4d4d4d; }

h1 {
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  margin: 0 0 25px 0; }

h2 {
  font-size: 19px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 15px 0;
  font-style: italic; }

h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 5px 0; }

h4 {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  margin: 0 0 10px 0; }

h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 10px 0; }

.button {
  border: 1px solid #000;
  background-color: #323232;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #fff;
  display: inline-block;
  padding: 0px 14px 0px 14px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 39px;
  height: 39px;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer; }
  .button:hover {
    color: #ccc;
    text-decoration: none; }
  .button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.falt {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 10px 6px 10px;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1.42857143;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #6c6c6c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .falt::-webkit-input-placeholder {
    color: #6c6c6c; }
  .falt:-moz-placeholder {
    /* Firefox 18- */
    color: #6c6c6c; }
  .falt::-moz-placeholder {
    /* Firefox 19+ */
    color: #6c6c6c; }
  .falt:-ms-input-placeholder {
    color: #6c6c6c; }
  .falt:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    color: #999999;
    font-style: italic; }

.login {
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  .login-logo {
    text-align: center;
    padding: 15px 20px 15px 20px;
    background-color: #fff;
    border: 3px solid #F3F3F3;
    margin: 40px auto 0 auto; }
    @media only screen and (min-width: 400px) {
      .login-logo {
        width: 352px; } }
    .login-logo-content {
      max-width: 220px;
      margin: 0 auto; }
  .login-form {
    margin: 0px auto 20px auto;
    padding: 20px 20px 20px 20px;
    text-align: center;
    width: 100%;
    background-color: #F3F3F3; }
    @media only screen and (min-width: 400px) {
      .login-form {
        width: 352px; } }
    .login-form .button {
      width: 100%; }
  .login-msg {
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0px 20px 0px 20px; }

/*# sourceMappingURL=/__SYS__/TEMPLATE_CSS/responsive-login.scss?SASS_MAP=1&SASS_DEBUG_MODE=1 */