/*!
 * Initialize.css (v1.4.0) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
 * http://jeroenoomsnl.github.io/initialize-css
 *
 * HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate
 * Normalize.css: http://github.com/necolas/normalize.css
 */
/* ==========================================================================
   General
   ========================================================================== */
/**
 * 1. Set default font family to $initialize-font-family (default: sans-serif)
 * 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
 * 3. Configurable defaults
 */
html[data-v-1331e960] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  /* 1 */
  line-height: 1.4;
  /* 3 */
  font-size: 1em;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers
 */
body[data-v-1331e960] {
  margin: 0;
}

/**
 * Inheriting box-sizing
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*[data-v-1331e960],
*[data-v-1331e960]:before,
*[data-v-1331e960]:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* ==========================================================================
   HTML5 display defenitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
details[data-v-1331e960],
main[data-v-1331e960] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-1331e960] {
  display: list-item;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio[data-v-1331e960]:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template[data-v-1331e960],
[hidden][data-v-1331e960] {
  display: none;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a[data-v-1331e960] {
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a[data-v-1331e960]:active,
a[data-v-1331e960]:hover {
  outline-width: 0;
}

/* ==========================================================================
   Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-1331e960] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b[data-v-1331e960],
strong[data-v-1331e960] {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-1331e960],
strong[data-v-1331e960] {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn[data-v-1331e960] {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-1331e960] {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-1331e960] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-1331e960],
sup[data-v-1331e960] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-1331e960] {
  bottom: -0.25em;
}
sup[data-v-1331e960] {
  top: -0.5em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Hide the overflow in IE.
 */
svg[data-v-1331e960]:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Grouping content
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari.
 */
code[data-v-1331e960],
kbd[data-v-1331e960],
pre[data-v-1331e960],
samp[data-v-1331e960] {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure[data-v-1331e960] {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-1331e960] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-1331e960],
input[data-v-1331e960],
select[data-v-1331e960],
textarea[data-v-1331e960] {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.4;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-1331e960],
input[data-v-1331e960] {
  /* 1 */
  overflow: visible;
}
input[data-v-1331e960] {
  outline: none;
  border: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-1331e960],
select[data-v-1331e960] {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-1331e960],
html [type=button][data-v-1331e960],
[type=reset][data-v-1331e960],
[type=submit][data-v-1331e960] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-1331e960]::-moz-focus-inner,
[type=button][data-v-1331e960]::-moz-focus-inner,
[type=reset][data-v-1331e960]::-moz-focus-inner,
[type=submit][data-v-1331e960]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-1331e960]:-moz-focusring,
[type=button][data-v-1331e960]:-moz-focusring,
[type=reset][data-v-1331e960]:-moz-focusring,
[type=submit][data-v-1331e960]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Correct the padding in Firefox.
  */
fieldset[data-v-1331e960] {
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend[data-v-1331e960] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-1331e960] {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea[data-v-1331e960] {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-1331e960]::-webkit-inner-spin-button,
[type=number][data-v-1331e960]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-1331e960] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search][data-v-1331e960]::-webkit-search-cancel-button,
[type=search][data-v-1331e960]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
[data-v-1331e960]::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* ==========================================================================
   Optional configurations
   ========================================================================== */
/**
 * Headings
 */
/**
 * Block elements
 */
/* ==========================================================================
   Print styles
   ========================================================================== */
a[data-v-1331e960] {
  color: inherit;
}
html[data-v-1331e960],
body[data-v-1331e960] {
  overflow: hidden;
  position: relative;
}
body[data-v-1331e960] {
  background: #f1f4f6;
}
.fa[data-v-1331e960],
.fab[data-v-1331e960],
.fal[data-v-1331e960],
.far[data-v-1331e960],
.fas[data-v-1331e960] {
  width: 1.2em;
}
*[data-v-1331e960] {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans TC", Arial, sans-serif;
}
a[data-v-1331e960] {
  color: inherit;
}
html[data-v-1331e960],
body[data-v-1331e960] {
  overflow: hidden;
  position: relative;
}
body[data-v-1331e960] {
  background: #f1f4f6;
}
.fa[data-v-1331e960],
.fab[data-v-1331e960],
.fal[data-v-1331e960],
.far[data-v-1331e960],
.fas[data-v-1331e960] {
  width: 1.2em;
}
select[data-v-1331e960] {
  font-size: 14px;
}
h2[data-v-1331e960] {
  font-size: 26px;
}
h3[data-v-1331e960] {
  font-size: 22px;
}
h5[data-v-1331e960] {
  font-size: 20px;
}
@font-face {
  font-family: Poppins-Regular;
  src: url("/src/styles/font/poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins-Bold;
  src: url("/src/styles/font/poppins/Poppins-Bold.ttf");
}
@font-face {
  font-family: Poppins-Medium;
  src: url("/src/styles/font/poppins/Poppins-Medium.ttf");
}
@font-face {
  font-family: Montserrat-Bold;
  src: url("/src/styles/font/montserrat/Montserrat-Bold.ttf");
}
h2[data-v-1331e960] {
  font-size: 26px;
}
h5[data-v-1331e960] {
  font-size: 20px;
}
.full[data-v-1331e960] {
  padding: 10px;
  margin: 0 auto;
  background-color: #8a949b;
}
.full .container[data-v-1331e960] {
  width: 100%;
  min-height: 100vh;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.full .container .wrap[data-v-1331e960] {
  width: 600px;
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.full .container .wrap .wrap-page[data-v-1331e960] {
  width: 400px;
  padding: 30px 50px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #243743;
  -webkit-box-shadow: 0px 0px 3px #333;
  box-shadow: 0px 0px 3px #333;
  background-color: #fafafa;
  border-top: 3px solid #28b78d;
}
.full .container .wrap .wrap-page .page-form .form-title[data-v-1331e960] {
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  display: block;
}
.full .container .wrap .wrap-page .page-form .logo_box[data-v-1331e960] {
  text-align: center;
  padding-bottom: 30px;
}
.full .container .wrap .wrap-page .page-form .wrap-input100[data-v-1331e960] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .icon[data-v-1331e960] {
  width: 40px;
  height: 35px;
  font-size: 25px;
  text-align: center;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .input_box[data-v-1331e960] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .input_box input[data-v-1331e960] {
  width: 100%;
  height: 35px;
  padding: 5px;
  border: 2px solid #8a949b;
  border-radius: 10px;
  color: #8a949b;
  font-size: 14px;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .input_box input[data-v-1331e960]:hover {
  border-color: #28b78d;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .input_box input[data-v-1331e960]:disabled {
  background: transparent;
  border: none;
  border-radius: none;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .input_box .icon-check[data-v-1331e960] {
  text-align: center;
  width: 20px;
  height: 15px;
  font-size: 12px;
  position: absolute;
  right: -20px;
  top: 10px;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .input_box .icon-check i[data-v-1331e960] {
  display: none;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .input_box .icon-check.error[data-v-1331e960] {
  color: #d8000c;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .input_box .icon-check.correct[data-v-1331e960] {
  color: #28b78d;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .input_box .error-message[data-v-1331e960] {
  font-size: 10px;
  color: #d8000c;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .check_box[data-v-1331e960] {
  width: 40px;
  height: 25px;
  text-align: center;
}
.full .container .wrap .wrap-page .page-form .wrap-input100 .check-txt[data-v-1331e960] {
  line-height: 25px;
  font-size: 14px;
}
.full .container .wrap .wrap-page .page-form .pad-0[data-v-1331e960] {
  padding: 0;
}
.full .container .wrap .wrap-page .page-form .btn_box[data-v-1331e960] {
  margin: 10px 0;
}
.full .container .wrap .wrap-page .page-form .btn_box input[data-v-1331e960] {
  width: 100%;
  height: 35px;
  background-color: #28b88d;
  color: #ffffff;
  border: 2px solid #28b78d;
  border-radius: 10px;
}
.full .container .wrap .wrap-page .page-form .btn_box input[data-v-1331e960]:hover {
  background-color: #2cb38a;
  -webkit-box-shadow: 0 1px 1px 0 gba(40, 184, 141, 0.45), 0 1px 3px 1px gba(40, 184, 141, 0.3);
          box-shadow: 0 1px 1px 0 gba(40, 184, 141, 0.45), 0 1px 3px 1px gba(40, 184, 141, 0.3);
}
.full .container .wrap .wrap-page .txt-a[data-v-1331e960] {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
  position: absolute;
  bottom: 10px;
}
.full .container .wrap .wrap-page .txt-a[data-v-1331e960]:hover {
  color: #28b78d;
}
.full .container .wrap .wrap-page .page-footer[data-v-1331e960] {
  position: absolute;
  bottom: -40px;
  left: 0;
  font-size: 12px;
}
input[data-v-1331e960]::-ms-clear,
input[data-v-1331e960]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
