@charset "utf-8";
/* CSS Document */

/*                登入頁樣式設定
=====================================================*/
html {
  height: 100%;
}

body {
  font-family: "微軟正黑體", Tahoma, Arial, sans-serif;
  height: 100vh;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  color: #4BA9BA;
  cursor: pointer;
  outline: none;
  /* Firefox,Chrome */
  hlbr: expression(this.onFocus=this.blur());
  /* IE */
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #7b7c81;
}

a:hover {
  text-decoration: none;
  color: #999999;
}

a:active {
  text-decoration: none;
  color: #7b7c81;
}

/* remember to define focus styles! */
:focus {
  outline: 0 !important;
}

body>form {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: url(../../platformBS4/images/fast_bg.jpg) no-repeat 0%;
  background-size: cover;
  position: relative;
}

@media(min-width: 768px) {
  body>form {
    overflow: hidden;
    position: relative;
    height: 100vh;
  }
}

body>form:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  box-shadow: 7px 6px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  padding: 60px 35px 35px 35px;
  border-radius: 15px;
  background: url(../images/login-bk.png) no-repeat center;
  background-size: cover;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
  .form-signin{max-width: 300px;}
}

#video-background {
  /*  making the video fullscreen  */
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  display: none;

}

@media(min-width: 768px) {
  #video-background {
    display: block;
  }

}

/* custom */
#main #mainbox {
  border: #c7c7c7 solid 1px;
  background: transparent;
  border-radius: 5px;
  box-shadow: #dedede 0 1px 10px;
}

#main #mainbox .logo {
  height: 90px;
}

#main #mainbox .info {
  background: url(../images/login_info.png) no-repeat right 8px;
}

/*1127change*/

.form-signin .text-center .logo {
  height: 88px;
}

.form-signin .form-group i,
.form-signin .form-group label {
  color: #b0b0b0;
  font-size: 14px;
}

.form-signin .form-group .login_number,
.form-signin .form-group .login_lock {
  padding: 2px 10px;
}

.form-signin .border {
  border: 0px solid #dee2e6 !important;
  border-bottom: 1px solid #d7d7d7 !important;
}

.form-signin .border input {
  background: transparent;
  width: calc(100% - 35px);
}

.form-signin .userpic {
  position: absolute;
  left: calc(50% - 38px);
  box-shadow: 3px 3px 4px rgba(39, 38, 38, 0.76);
  border-radius: 50%;
  opacity: 0.9;
}

.form-signin .forgotpwd {
  font-size: 13px;
  color: #635F79;
}

.form-signin .forgotpwd:hover {
  color: #1c1833;
}

.form-signin .forgotpwd:focus {
  box-shadow: 0;
}

.form-signin .singin {
  color: #fff;
  background-color: #3c6f88;
  border: 0px;
  padding: 10px;
  font-size: 16px;
}

.form-signin .singin:hover,
.form-signin .singin:active {
  background-color: #63a1c0;
}

.form-signin .singin:focus {
  box-shadow: 0;
}

/*登入頁footer*/
.login-footer, .login-footer-android {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(46, 46, 46, 0.4);
  text-align: center;
}
.login-footer-android {
  position: fixed;
}
@media screen\0 {
  .login-footer{
    bottom: 250px;
  }
}


.login-footer p, .login-footer-android p {
  margin: 6px 0;
  font-size: 12px;
}

@media(min-width: 1000px) {
  .form-signin {
    margin: calc(50% - 628px) auto;
  }
}


/* custom-select */
/* .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: #d9d9d9 solid 1px;
  background-color: #fff;
  color: #000;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #474747 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-styled:hover {
  background-color: #fff;
}

.select-styled:active,
.select-styled.active {
  background-color: #fff;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 10px;
  border-color: transparent transparent #474747 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  max-height: 200px;
  overflow: auto;
}

.select-options li {
  margin: 0;
  padding: 6px 0;
  text-indent: 15px;
  font-size: 16px;
  color: #000;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:last-child {
  border-bottom: 1px solid #ccc;
}

.select-options li:hover {
  color: #474747;
  background: #f1f1f1;
}

.select-options li[rel="hide"] {
  display: none;
} */

/*************************************************************************************************
 │DISP V6.0 All Rights Reserved. │  www.uTrust.com.tw │ contact@utrust.com.tw │
*************************************************************************************************/