.or-line {
  padding-top: 36px;
}

.orword {
  font-size: 14px;
}

.two-line {
  margin-top: 10px;
}

.detail {
  font-size: 0.875rem;
}

.footer {
  font-size: 0.875rem;
}

.footer2 {
  font-size: 0.875rem;
}

.dropdown-item.lang {
  font-size: 0.875rem;
}

.wordalign {
  font-size: 0.875rem;
}

.info {
  font-size: 0.875rem;
  padding-top: 0;
}

.info2 {
  font-size: 14px;
}

p.info3 {
  font-size: 0.875rem;
}

p.info4 {
  font-size: 0.875rem;
}

.agree-termslink {
  font-size: 14px;
}

.footer a:hover, .footer a:focus {
  color: #547CB4!important;
}

a:hover, a:focus {
  color: #8FD4D8!important;
}

.login-btn-space {
  margin-bottom: 0;
}

#myTabContent {
  height: auto;
}

/* 自訂新增 */
body.bg-animation {
  background: gray url(../img/BG_pattern.svg) repeat 0 0;
  -webkit-animation: slide 50s linear infinite;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -400px 0;
  }
}

@media(max-width:400px) {
  body.bg-animation {
    background: none;
    -webkit-animation: none;
  }
}

a.dropdown-toggle {
  color: #A3A3A3;
}

a.dropdown-toggle:hover {
  color: #5ec1c7;
}

.dropdown-menu a.dropdown-item:hover {
  color: #ffffff;
}

.my-signup-btn {
  color: #636363;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.my-signup-btn > img {
  margin: 12px 16px 12px 0;
  width: 24px;
}

.my-pwd-eye {
  position: absolute;
  right: 0px;
  top: 0;
}

.my-pwd-eye:focus {
  border: 0;
}

.my-pwd-eye input[type="checkbox"] {
  display: none;
}

.my-pwd-eye i {
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  -webkit-filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.1));
}

button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled {
  color: #E0E0E0;
}

a:focus {
  border: 1px dashed;
}

.btn-style-chamfering {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  padding: 8px 16px;
  display: block;
  text-align: center;
}

.btn-color-primary {
  background: #5ec1c7;
  border: 1px solid #5ec1c7;
  color: #ffffff;
}

.has-error {
  color: #E33954;
  font-size: 14px;
}

.restpwd-form,
.mailrestpwd-form {
  display: flex;
  justify-content: center;
}

.tabpanel-no-title {
  padding-top: 32px;
}
