@charset "UTF-8";
html {
  min-height: 100%;
}

body {
  height: 100%;
  background: url("../images/bg_image.png") no-repeat 0 bottom, -webkit-gradient(linear, left top, left bottom, from(#05a0be), to(#c9e9ec));
  background: url("../images/bg_image.png") no-repeat 0 bottom, linear-gradient(#05a0be, #c9e9ec);
  background-size: 100%;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

.main {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 40px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.btn-full {
  text-align: center;
  display: block;
  padding: 10px 0;
}

a.btn-full.btn-orange {
  background-color: #ff7624;
}

a.btn-full.btn-tiffany {
  background-color: #16dca7;
}

a.btn-full.btn-register {
  height: 140px;
  padding-top: 50px;
}

a.btn-full span {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-left: 40px;
  line-height: 40px;
}

a.btn-full span.span-input {
  background: url("../images/icon_input.png") no-repeat;
  background-size: 40px;
}

a.btn-full span.span-register {
  background: url("../images/icon_register.png") no-repeat;
  background-size: 40px;
}

a.btn-edit-password {
  background: url("../images/icon_edit_password.png") no-repeat center 70px, #12a480;
}

a.btn-search-notification {
  background: url("../images/icon_search_notification.png") no-repeat center 70px, #e26e41;
}

a.btn-notification {
  background: url("../images/icon_notification.png") no-repeat center 70px, #26b3dc;
}

a.btn-edit-password,
a.btn-search-notification,
a.btn-notification {
  height: 300px;
  background-size: 120px;
  color: #fff;
  font-size: 30px;
  padding-top: 220px;
}

div.box {
  margin-top: 0.6rem;
}

div.box div.box-head {
  text-align: center;
  padding: 10px 0;
}

div.box div.box-head.head-yellow {
  background-color: #f3a401;
}

div.box div.box-head span {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-left: 40px;
  line-height: 40px;
}

div.box div.box-head span.span-user {
  background: url("../images/icon_user.png") no-repeat;
  background-size: 40px;
}

div.box div.box-body {
  background-color: #fff;
  padding: 18px 30px 4px;
}

div.box div.box-body div.box-href {
  text-align: right;
  margin-bottom: 1rem;
}

div.box div.box-body div.box-href a {
  color: #4F4F4F;
  font-size: 0.9rem;
  margin-left: 10px;
  border-bottom: 1px solid #4F4F4F;
}

.accordion {
  margin-bottom: 5px;
}

.accordion > h1 {
  padding: 6px;
  color: #404040;
  font-weight: bold;
  background-color: #4791ce;
  font-size: 1em;
  cursor: pointer;
}

.accordion > h1 > i {
  padding: 9px 12px 8px;
  background-color: #1a75c4;
  margin: -6px;
  margin-right: 10px;
  line-height: 1em;
}

.accordion.paleblue h1 {
  background-color: #5af3b4;
}

.accordion.paleblue h1 i {
  background-color: #11eb90;
}

.accordion.yellow h1 {
  background-color: #ffd83c;
}

.accordion.yellow h1 i {
  background-color: #fcca04;
}

.accordion.grey h1 {
  background-color: #e5e5e5;
}

.accordion.grey h1 i {
  background-color: #888;
}

.w-full {
  width: 100%;
}

.p-l-5 {
  padding-left: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.text-right {
  text-align: right !important;
}

.red-caption {
  color: #e5192c;
  font-size: 0.8em;
  padding: 8px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.clear {
  clear: both;
}

div.footer {
  padding-bottom: 10px;
  color: #000;
  font-size: 12px;
}

div.footer a {
  color: #0ea6b8;
  font-size: 16px;
  font-weight: bold;
}

h1.title {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

h2.sub-title {
  font-size: 22px;
  color: #fff;
  text-align: center;
}

div.description {
  font-size: 18px;
  color: #fff;
}

div.content {
  padding: 30px 20px;
  background-color: #cfeaf2;
  color: #000;
}

div.form--row {
  min-height: 49px;
  margin: 0 0 1px;
}

div.form--row div.form--col-title {
  text-align: right;
  padding: 12px 10px 0 0;
  font-weight: bold;
}

div.form--row div.form--col-input {
  background-color: #fff;
  padding: 5px 15px;
}

div.form--row div.form--col-input.input-radio {
  padding-top: 13px;
}

div.form--row div.form--col-input.input-radio label {
  margin-right: 15px;
}

div.form--row div.form--col-text {
  background-color: #fff;
  padding: 12px 15px 0;
}

div.form--row.row--text {
  min-height: 38px;
  height: auto;
}

div.form--row.row--text div.form--col-title,
div.form--row.row--text div.form--col-text {
  padding-top: 8px;
}

div.form--full-col {
  background-color: #fff;
  padding: 15px;
  margin: 0;
}

div.form--full-col label {
  margin-right: 15px;
}

div.checkbox-list {
  padding: 0 5px 5px;
  border-bottom: 2px dashed #cfeaf2;
}

div.checkbox-list:not(:first-child) {
  margin-top: 15px;
}

div.checkbox-list div.checkbox-sub-list {
  margin-left: 25px;
}

div.checkbox-list input[type="text"].form-control.form-control-sm {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-top: -5px;
}

div.checkbox-list input[type="text"].form-control.form-control-sm.form-control-xs {
  width: 50px;
  margin: 0 10px;
}

div.checkbox-list input[type="text"].form-control.form-control-sm.form-control-full {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

div.form--footer {
  padding-top: 12px;
}

div.form--info {
  padding: 20px 30px;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

h1.form--title {
  font-size: 22px;
  text-align: center;
  margin: 10px 0 20px;
  font-weight: bold;
}

.f-size-16 {
  font-size: 16px;
}

div.user-info {
  font-size: 18px;
  color: #fff;
}

div.user-info a,
div.user-info a:hover {
  color: #fff;
}

div.user-info .user-info-item:not(:last-child)::after {
  content: "｜";
}

.relative {
  position: relative;
}

.font-bold {
  font-weight: bold;
}

.font-blue {
  color:#0C0C5E !important;
}

div.disable-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #000;
  opacity: 0.75;
  color: #fff;
  margin: 0 15px;
  font-size: 30px;
  text-align: center;
  padding-top: calc(50% - 50px);
}

i.i-grey {
  color: #e5e5e5;
}

i.i-yellow {
  color: #ffd83c;
}

i.i-paleblue {
  color: #5af3b4;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.steps > div {
  color: #bababa;
  width: 20%;
  position: relative;
  text-align: center;
}

.steps > div:not(:first-child)::after {
  content: "";
  height: 5px;
  width: 60%;
  background: #bababa;
  position: absolute;
  left: -30%;
  top: 25px;
}

.steps > div i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #bababa;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: bold;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: block;
  padding-left: 1.5px;
  padding-top: 1px;
  margin: 0 auto 6px;
}

.steps > div label {
  white-space: nowrap;
  padding: 5px 0;
  font-weight: bold;
}

.steps > div.active {
  color: #74f1eb;
}

.steps > div.active:not(:first-child)::after {
  background: #7ce7e2;
}

.steps > div.active i {
  background: #7ce7e2;
}

.steps > div.active label {
  color: #7ce7e2;
}

button.btn-input-group {
  background-color: #1bbc9b;
  font-weight: bold;
  color: #fff;
}

div.form-control-textarea {
  height: auto;
}

.temp-reCAPTCHA {
  height: 50px;
}

.test-text {
  position: absolute;
  top: 15%;
  left: 33%;
  color: white;
  font-weight: 800;
  font-size: 36px;
}

@media (max-width: 1199.98px) {
  a.btn-full span.span-input,
  div.box div.box-head span.span-user {
    background-size: 35px;
  }
  a.btn-full span,
  div.box div.box-head span {
    font-size: 22px;
    padding-left: 35px;
    line-height: 35px;
  }
  a.btn-full,
  div.box div.box-head {
    padding: 8px 0;
  }
  a.btn-full.btn-register {
    height: 90px;
    padding-top: 30px;
  }
  .col-form-label {
    font-size: 0.88em;
  }
  .box-body .btn-lg {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
  }
  div.box div.box-body div.box-href {
    margin-bottom: 0.7rem;
  }
  .main {
    padding-top: 15px;
  }
  div.content {
    padding: 15px;
  }
  div.form--row {
    height: auto;
  }
  div.form--row div.form--col-title {
    text-align: left;
  }
  div.form--row div.form--col-input {
    padding: 5px 10px;
  }
  div.form--footer .btn-lg {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
  }
  a.btn-edit-password,
  a.btn-search-notification,
  a.btn-notification {
    padding-top: 220px;
  }
  .temp-reCAPTCHA {
    height: 42px;
  }
  .test-text {
    left: 29%;
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .p-l-5 {
    padding-left: 15px;
    margin-top: 0.6rem;
  }
  .p-r-5 {
    padding-right: 15px;
  }
  a.btn-edit-password,
  a.btn-search-notification,
  a.btn-notification {
    margin-bottom: 15px;
  }
  .test-text {
    font-size: 36px;
    left: 33%;
  }
}

@media (max-width: 767.98px) {
  .test-text {
    font-size: 32px;
    left: 31%;
  }
}

@media (max-width: 575.98px) {
  div.content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .steps > div:not(:first-child)::after {
    width: 100%;
    left: -50%;
    top: 11px;
    z-index: -1;
  }
  .steps > div i {
    font-size: 13px;
    padding-left: 3px;
    padding-top: 3px;
  }
  .steps > div label {
    font-size: 14px;
    padding: 0 0 5px;
  }
  h2.sub-title {
    font-size: 18px;
  }
  .test-text {
    font-size: 28px;
    left: 31%;
  }
}

@media (min-width: 400px) and (max-width: 575.98px) {
  .test-text {
    font-size: 24px;
    left: 28%;
  }
}

@media (min-width: 360px) and (max-width: 399.98px) {
  .test-text {
    font-size: 24px;
    left: 28%;
  }
}

@media (min-width: 300px) and (max-width: 359.98px) {
  .test-text {
    font-size: 22px;
    top: 13%;
    left: 27%;
  }
}

label.not-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  vertical-align: middle;
  margin-top: 0;
  background: #fff;
  border: #999 solid 1px;
  border-radius: 3px;
  min-height: 20px;
  min-width: 20px;
  margin-bottom: 3px;
  -webkit-box-shadow: black;
          box-shadow: black;
  position: relative;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background: #3190e8;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  content: "✔";
  top: -5px;
  left: 1px;
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

input[type="checkbox"]:disabled {
  background-color: #d0d0d0;
}

input[type="radio"] {
  border-radius: 100%;
}

input[type="radio"]:checked::after {
  content: "●";
  top: -11.5px;
  font-size: 25px;
}

.table tr th {
  color: snow;
  background-color: #05a0be;
  vertical-align: middle !important;
  width: 75px;
}

.create-isLoading .el-loading-spinner i {
  font-size: 24px;
  color: #eee;
}

.create-isLoading .el-loading-spinner .el-loading-text {
  font-size: 24px;
  color: #eee;
}

hr.split{
  text-align: center;
  line-height: 0px;
  background: #0C0C5E;
}
hr.split:after{
  content: "或";
  color: #0C0C5E;
  font-weight: bold;
  font-size: 1rem;
  padding-left: 16px;
  padding-right: 16px;
  background: white;
  z-index: 2;
}
p.sub-title{
  font-size: 1.2rem;
  text-align: center;
}
.m-center{
  margin: 0 auto;
  width: 80%;  
}

.btn-action {
  color:white !important;
  background-color: #52311E;
  border-color: #52311E;
  width: 100%;  
  margin-top:1rem;
  margin-bottom:1rem;
}

.text-content{
  font-size: 1rem !important;
  color:#4F4F4F !important;
}

.m-t-8{
  margin-top: 8px;
}

.box-login{
  margin-top: 0px !important;
  max-width: 480px;
  display: flex; 
  margin:0 auto;
  height: 100%;
}

.no-p-m{
  margin: 0 auto !important;
  padding: 0 !important;  
}

.b-white{
  background-color: white;
}

.ul-list li{
  padding: 2px;
}

.container{
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

/*# sourceMappingURL=site.css.map */