body {
  color: #000 !important;
  font-family: "Open Sans", "Helvetica Neue", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background-color: #ffc20b;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

ele {
  overflow: auto; }

a {
  color: black; }

button:focus {
  outline: 0; }

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-primary {
  color: #ffc20b;
  border-radius: 0;
  border-color: black;
  background-color: black; }
  .btn-primary:hover {
    color: black;
    border-color: white;
    background-color: white; }
  .btn-primary:active {
    border-color: white !important;
    background-color: white !important; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-group label {
    white-space: nowrap;
    margin-right: 0.5rem;
    margin-bottom: 0;
    line-height: 1; }
  .form-group .form-control {
    height: 20px;
    padding: 0 40px 0 0;
    color: #000;
    border: 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
    text-align: center; }
    @media (min-width: 576px) {
      .form-group .form-control {
        padding: 0; } }
    .form-group .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }

.login-wrapper {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .login-wrapper .login-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 3rem;
    padding: 0 1rem; }
    @media (min-width: 576px) {
      .login-wrapper .login-body {
        margin-top: 6rem;
        padding: 0; } }
    .login-wrapper .login-body .logo {
      width: 326px;
      height: 212px;
      position: relative;
      margin: 0 auto;
      overflow: hidden;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
      @media (min-width: 576px) {
        .login-wrapper .login-body .logo {
          margin: 0 auto 2rem;
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9); } }
      .login-wrapper .login-body .logo #canvas {
        top: 50%;
        left: 37%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .login-wrapper .login-body .login-action {
      text-align: center; }
      .login-wrapper .login-body .login-action .btn-login {
        min-width: 160px; }
  .login-wrapper .login-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding: 2rem 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 576px) {
      .login-wrapper .login-footer {
        padding: 3rem 0; } }
    .login-wrapper .login-footer .footer-company {
      font-size: 1.25rem; }
      @media (min-width: 576px) {
        .login-wrapper .login-footer .footer-company {
          font-size: 1.5rem; } }
    .login-wrapper .login-footer .footer-address,
    .login-wrapper .login-footer .footer-copyright {
      font-size: 0.9375rem; }
      @media (min-width: 576px) {
        .login-wrapper .login-footer .footer-address,
        .login-wrapper .login-footer .footer-copyright {
          font-size: 1rem; } }
