﻿@charset "UTF-8";
:root {
  font-family: 微軟正黑體, "Microsoft JhengHei", Poppins, Helvetica, Calibri, Arial, "sans-serif";
  font-size: 14px !important;
}

body {
  background-color: #d9d9d9;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.brand-logo {
  width: 100%;
  position: relative;
  text-align: center;
}

.input_authcode {
  letter-spacing: 0.4em;
  text-align: center;
  width: 300px;
  background-color: #fff;
  font-size: 2.5rem;
  height: 1.5em;
  line-height: 1.5em;
  outline: none;
  border: 1px solid #bbb;
  border-radius: 10px;
}

/*.fixed-top {
    min-height: 65px;
    height: 65px;
    background-color: #ffffff !important;
}

.fixed-title {
    height: 65px;
    line-height: 65px;
    color: #000000 !important;
    font-size: 1.75rem !important;
    padding-left: 1.5rem !important;
    font-weight: 600;
}
*/
.voucher-container {
  max-width: 540px;
  background-color: #ffffff;
  margin: 5px auto 15px auto;
  padding: 0px !important;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

.voucher-page-header {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  background-color: black !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 24px;
}

.voucherinfo-page {
  width: 750px;
  max-width: 750px;
  margin: 10px auto 40px auto;
  background-color: #ffffff !important;
}
