@charset "utf-8";
/* CSS Document */



.loginset {
	/*background: #000 url("../images/bg_5.jpg") center center fixed no-repeat;
	background-size: cover;*/
	background:rgba(21,21,21,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    /*justify-content: center;*/
    -webkit-align-items: center;
    align-items: center;
}
#fh5co-wrap {
	background: none;
}
#fh5co-page {
	background: none;
}
.halfwhite {
	
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
}

.logingtitle {
	
    text-align: left;
    border-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-color: #007FAB;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: rgb(56, 56, 56);	
	
	}
	
	@media screen and (max-width: 768px){
.logingtitle {
    font-size: 35px;
    line-height: 50px;
    vertical-align: middle;
}
	}
.loginsub {
    font-size: 18px;
    line-height: 30px;
    color: #6a6a6a;
    text-align: justify;
}





.signin {
  padding: 1em;
  margin: 0 0 0 0;
  border-radius: 3px;
  text-align: center;
  /*background: white;*/
  color: rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 1025px) {
#signin {

margin: 0 0 200px 0;
}
}
#signin h1, #signin button {
  font-weight: 300;
  text-transform: uppercase;
}
#signin .error {
  border-radius: 3px;
  background: rgba(255, 0, 0, 0.4);
  color: white;
  text-shadow: 0 1px 0 rgba(255, 100, 100, 0.75);
  margin:0 auto;
  width:80%;
  padding: 1ex;
/*  border-top: 1px solid rgba(255, 100, 100, 0.75);
  border-bottom: 1px solid rgba(255, 100, 100, 0.75);
*/
}
#signin input, #signin button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  padding: 1ex;
  border: none;
  border-left: 3px solid #017FAB;
  transition: border ease 500ms;
  border-radius: 0;
	font-family: "Open Sans","微軟正黑體","Microsoft JhengHei";
  background: #fff;
  color: #181818;
}
/*#signin input:focus, #signin button:focus {
  outline: none;
  border: 2px solid #3498DB;
}
*/
#signin input:not(:last-child), #signin button:not(:last-child) {
  margin-bottom: 1ex;
}
#signin button {
  transition: all 0.5s ease 0s;
  color: white;
  border: none;
  background: #017FAB;
letter-spacing: 4px;
margin-bottom: 20px;
height: 50px;
margin-right: 10px;
font-weight: 400;
}

#signin button:hover {
  color: white;
  border: none;
  background: #017FAB;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
  background: #1598C6 none repeat scroll 0% 0% ;
}
.removebtn {
    width: 30px;
    text-align: center;
    margin-bottom: 15px;
    color: white;
    font-size: 30px;
    float: right;
		}
.loginwidth {
	
top: 20px; 
width: 100%;
max-width: 600px;	
	
	}
	
	.inputbtn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    padding: 1ex;
    border: none;
    border-left: 3px solid #017FAB;
    transition: border ease 500ms;
    border-radius: 0;
    font-family: "Open Sans","微軟正黑體","Microsoft JhengHei";
    background: #fff;
    color: #181818;
	margin-bottom: 1ex;
	}
.inputbutton {
    transition: all 0.5s ease 0s;
    color: white;
    border: none;
    background: #017FAB;
    letter-spacing: 4px;
    margin-bottom: 20px;
    height: 50px;
    margin-right: 10px;
    font-weight: 400;
	width: 100%;
	margin-bottom: 20px;
}
	
.inputbutton:hover {
    color: white;
    border: none;
    background: #017FAB;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
    background: #1598C6 none repeat scroll 0% 0%;
}
.loginerror {
    border-radius: 3px;
    background: rgba(255, 0, 0, 0.4);
    color: white;
    text-shadow: 0 1px 0 rgba(255, 100, 100, 0.75);
    margin: 0 auto;
    width: 80%;
    padding: 1ex;	
	
	
	}