/*
 * example:@include background-2x( 'path/to/image', 'jpg', repeat-x);
 */
body {
  background-color: #fff;
}

@media (max-width: 1023px) {
  #root {
    margin-top: 0;
  }
}
#root,
#root > main {
  background-color: unset;
  background-color: #fff;
}

#root > footer,
#root > footer #footer {
  display: none;
  background-color: transparent;
  font-size: 12px;
}

#root > footer #footer {
  color: #fff;
}
#root > footer #footer > div {
  text-align: left;
  margin-left: 20px;
}
@media (min-width: 568px) {
  #root > footer #footer > div {
    text-align: center;
    margin-left: 0;
  }
}
#root > footer #footer a {
  color: #fff;
}
#root > footer #footer a:hover {
  color: #d9e8fb;
}
#root > footer #footer a.change_language {
  margin-left: 0;
  display: block;
  margin-right: 20px;
}
@media (min-width: 568px) {
  #root > footer #footer a.change_language {
    margin-left: 20px;
    margin-right: 0;
    display: inline;
    text-align: left;
  }
}
#root > footer #footer span {
  display: block;
  margin-right: 0;
}
@media (min-width: 1024px) {
  #root > footer #footer span {
    display: inline;
    margin-right: 20px;
  }
}

#account_home {
  margin-bottom: 0px;
  z-index: 2;
}
@media (max-width: 567px) {
  #account_home {
    width: 100%;
  }
  #account_home .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
#account_home .heading {
  color: #fff;
  margin-top: 90px;
}
#account_home .heading a {
  color: #fff;
}
#account_home .heading a:hover {
  color: #d9e8fb;
}
#account_home .heading h1 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
}
#account_home .panel {
  padding: 25px;
  margin: 0 auto;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 568px) {
  #account_home .panel {
    padding: 25px 40px;
  }
}
#account_home .panel .logo {
  color: #2E3742;
  display: block;
  margin: 10px 0 20px;
}
#account_home .panel .logo.surveillance_migration {
  margin: 0 0 20px;
}
#account_home .panel .logo.surveillance_migration .license_h1 {
  display: block;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  margin-top: 12px;
}
#account_home .panel .logo.surveillance_migration p {
  font-size: 13px;
  margin-top: 0;
}
#account_home .panel .logo.auth_serial {
  margin: 20px auto;
}
#account_home .panel .logo.auth_serial .license_h1 {
  font-weight: lighter;
}
#account_home .panel .logo h1 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
#account_home .panel .logo h1 span.license_h1 {
  font-weight: lighter;
}
#account_home .panel .logo h1 img {
  max-width: 112px;
  width: 100%;
}
@media (min-width: 568px) {
  #account_home .panel .logo {
    margin: 30px 0 40px;
  }
  #account_home .panel .logo h1 {
    font-size: 28px;
    line-height: 32px;
  }
  #account_home .panel .logo h1 img {
    max-width: 136px;
  }
}
#account_home .panel .row {
  margin: 20px 0;
}
#account_home .panel .row:last-child {
  margin: 0;
}
#account_home .panel .row.input_outer {
  position: relative;
  margin: 20px 0 22px;
}
#account_home .panel .row.input_outer .jsname {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: -11px;
  font-size: 12px;
  color: #AEBCC7;
  padding: 0 4px;
  left: 10px;
}
#account_home .panel .row.input_outer .jsname span {
  position: relative;
  z-index: 2;
}
#account_home .panel .row.input_outer .jsname:after {
  content: '';
  width: 100%;
  height: 10px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
#account_home .panel .row.input_outer:last-child {
  margin: 20px 0 8px;
}
#account_home .panel .row.input_outer.login_check input:not(:focus) {
  border: 1px solid #f53c3c;
}
#account_home .panel .row.input_outer.login_check .jsname {
  color: #f53c3c;
}
#account_home .panel .row.input_outer input {
  min-height: 44px;
}
#account_home .panel .row.input_outer input:not(:focus) {
  border: 1px solid #AEBCC7;
}
#account_home .panel .row.input_outer input:focus + .jsname {
  color: #0067e6;
}
#account_home .panel .btns {
  margin: 30px 0 20px;
}
#account_home .panel .btns.surveillance_migration_fix {
  padding: 0;
  margin: 12px 0 6px;
}
#account_home .panel .btns.auth_serial_fix {
  padding-bottom: 0;
  margin-bottom: 6px;
}
#account_home .panel input,
#account_home .panel .btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: auto;
}
#account_home .panel .footnote {
  font-size: 13px;
}
@media (min-width: 568px) {
  #account_home {
    margin-bottom: 40px;
  }
}
@media (min-width: 568px) and (max-height: 700px) {
  #account_home {
    margin-bottom: 0px;
  }
}
@media (min-width: 568px) {
  #account_home .container {
    max-width: 100%;
    width: 470px;
  }
}
#account_home .error-msg span {
  margin-top: 10px;
  margin-bottom: 20px;
}
