



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Ubuntu-Regular;
  src: url('../fonts/ubuntu/Ubuntu-Regular.ttf'); 
}

@font-face {
  font-family: Ubuntu-Bold;
  src: url('../fonts/ubuntu/Ubuntu-Bold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Ubuntu-Regular, sans-serif;
}

/*---------------------------------------------*/
/*a {
	font-family: Ubuntu-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
	margin: 50px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}*/

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #fff;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Ubuntu-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #555555;}
input:-moz-placeholder { color: #555555;}
input::-moz-placeholder { color: #555555;}
input:-ms-input-placeholder { color: #555555;}

textarea::-webkit-input-placeholder { color: #555555;}
textarea:-moz-placeholder { color: #555555;}
textarea::-moz-placeholder { color: #555555;}
textarea:-ms-input-placeholder { color: #555555;}

label {
  margin: 0;
  display: block;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
/*.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #e5e5e5;
  line-height: 1.5;
}
*/
/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
	/* 設定高度最小為100%, 如果內容區塊很多, 可以長大 */
	/*min-height: 100%;*/
	/* 位置設為relative, 作為footer區塊位置的參考 */
	position: relative;
	width: 100%;
	background: linear-gradient(to bottom,#3c5260 0%, #3c5260 65%, #f5f5dc 65%, #f5f5dc 100%);
}
    .limiter.bg-admin {
        background: linear-gradient(to bottom,#bf4938 0%, #bf4938 65%, #f5f5dc 65%, #f5f5dc 100%);
    }
    .limiter.bg-online {
        background: linear-gradient(to bottom, #737300 0%, #737300 65%, #f5f5dc 65%, #f5f5dc 100%);
    }

.container-login100 {
	width: 100%;
	height: calc(100vh - 81px);
	min-height: 560px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
	background-repeat: no-repeat;
	background-position-y: 63%;
	background-position-x: center;
	background-size: contain;
	background-image: url(../Images/house.png);
	/*background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	background-size: cover;
	background-image: url(../Images/1-62290541-modern-bright-spacious-interior-with-panoramic-window-city-view-and-daylight-3d-rendering.jpg);*/
}

.container-login100-android {
    width: 90%;
    height: calc(100vh - 81px);
    min-height: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    background-repeat: no-repeat;
    background-position-y: 63%;
    background-position-x: center;
    background-size: contain;
    background-image: url(../Images/house.png);
    /*background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	background-size: cover;
	background-image: url(../Images/1-62290541-modern-bright-spacious-interior-with-panoramic-window-city-view-and-daylight-3d-rendering.jpg);*/
}

    .wrap-login100 {
    width: 390px;
    border-radius: 10px;
    background: transparent;
    margin-top: auto;
    margin-bottom:auto;
}
/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .wrap-login100:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .wrap-login100 {
        margin-top: auto;
        margin-bottom: auto;
    }
    }


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
	width: 100%;
	background-color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.2);
}

.login100-form-logo {
  font-size: 60px; 
  color: #333333;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}

.login100-form-title-1 {
    font-size: 22px;
    color: #ffb100; /*#ffd066*/
    text-align: center;
    display: block;
    letter-spacing: 1px;
}


.login100-form-title-2 {
    background-color: #ffdde0;
    margin: 0 auto;
    font-size: 20px;
    color: #ff4d55;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-weight: bold;
    border-radius: 5px;
    width:95%;
}



@media screen and (max-width:767px) {
    .login100-form-title-1 {
        line-height: 1.9;
    }

    .login100-form-title-2 {
        background-color: #ffdde0;
        /*border-bottom: solid 1px #ffadb5;*/
        font-weight: bold;
        text-align: center;
        line-height: 1.9;
        padding: 0;
        border-radius: 0;
        margin: 0;
        width:auto;
        border:0;
        font-size:17px;
    }

}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 29px 0;
}

.input100 {
  font-family: Ubuntu-Regular;
  font-size: 20px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 50px;
  background: transparent;
  padding: 0 10px 0 80px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #d41872;
  background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: linear-gradient(left, #a445b2, #d41872, #fa4299);
}

.focus-input100::after {
  font-family: Linearicons-Free;
  font-size: 18px;
  color: #999999;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 35px;
 

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus {
  padding-left: 60px;
}

.input100:focus + .focus-input100::after {
  left: 23px;
  color: #d41872;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  left: 23px;
  color: #d41872;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.has-val.input100 {
  padding-left: 60px;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
    font-family: Ubuntu-Bold;
    font-size: 18px;
    color: #E47030;
    border-color: #E47030;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: 20px;
    min-width: 80px;
    height: 42px;
    border-radius: 5px;
    background: white;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        color: #E47030;
        background-color: white;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .login100-form-btn:hover {
        font-family: Ubuntu-Bold;
        font-size: 18px;
        color: white;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        margin: 20px;
        min-width: 80px;
        height: 42px;
        border-radius: 5px;
        background: #E47030;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }



.btn-danger {
    color: #fff;
    background-color: #E47030;
    border-color: #E47030;
}
    .btn-danger:hover {
        background-color: #ff965c;
        border-color: #ff965c;
    }



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;

  font-family: Ubuntu-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*------------------------------------------------------------------
忘記密碼 */
.forgotLink:link {
    position: absolute;
    bottom: 112px;
    right: 20px;
    font-weight: 600;
}


.forgotLink:hover {
    //設定滑鼠移經的連結 text-decoration:underline;
    color: indianred;
}

.forgotLink:active {
    //設定正在點選的連結 text-decoration:none;
    color: indianred;
}


/*  ------------------------------------------------------------------
    RWD
    */
/*@media screen and (max-width: 1200px) {
    .container-login100 {
        background-size: 150%;
    }
}*/
@media screen and (max-width: 991px) {
    .container-login100 {
        min-height: calc(100vh - 50px);
    }
}
@media screen and (max-width: 767px) {
    .limiter {
        overflow: hidden;
        background:#fff !important;
    }
    .container-login100 {
        background-size: 300%;
        background-position-y: bottom;
        align-items: start;
        background-image: none;
    }
    .login100-form {
        border-radius: 0;
        box-shadow:none;
    }
    .wrap-login100 {
        margin-top:0;
        width:100%;
    }

}

