/*
* 登錄樣式
*/
body{	    
  margin: 0 auto;
  height: 100%;
}

#app{
  
}

#app .sci{
	display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
	background:  linear-gradient(0deg, #c3f4ee, #cbddff);
}

.header{
	width: 100%;
	height: calc(var(--footer-base-font-size) * 6.95);
}

.header .logo{ 
	position: relative;
	z-index: 0;	
	background-image: url('../images/logo.png');
	background-size: 100%;
	width: calc(var(--footer-base-font-size) * 15.54);
	height: calc(var(--footer-base-font-size) * 9.7);
	margin-left: 20px;
	margin-top: 20px;
}

.sci.en .header .logo{
	background-image: url('../images/logo_eng.png');
	width: calc(var(--footer-base-font-size) * 14.42);
}

.bg{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.bg .bg_01{
	background-image: url('../images/pic_footer_01.png');
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100%;
	width: 675px;
	height: 150px;
}

.bg .bg_02{
	background-image: url('../images/pic_footer_02.png');
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100%;
	width: 675px;
	height: 150px;
}


.content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	flex: 1;
}

.content .login{
	align-self: center;
	width: calc(var(--footer-base-font-size) * 32.25);
	min-height: calc(var(--footer-base-font-size) * 25);
	border-radius: 40px;
	background-color: #FFF;

	/*box-shadow: 0 0 30px rgb(0 0 0 / 20%);*/
}

.content .login .title{	
	background-image: url('../images/logo_das.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: calc(var(--footer-base-font-size) * 26.87);
	height: calc(var(--footer-base-font-size) * 6.45);
	margin-top: calc(var(--footer-base-font-size) * -4.5);
	margin-left: calc(var(--footer-base-font-size) * 2.5);
	margin-bottom: 40px;
}

.sci.en .content .login .title{
	background-image: url('../images/logo_das_e.png');
	margin-top: calc(var(--footer-base-font-size) * -5.5);
}

.content .login .form{	
	padding: 20px 40px;
}

.content .login .form input{
	border: none;
	outline: none;
	width: calc(var(--footer-base-font-size) * 26.87);
	background-color: #f3f3f3;
	padding: 0px 10px;
	font-size: calc(var(--footer-base-font-size) * 1.5);
}

.content .login .form .box{
	padding: 10px;
	background-color: #f3f3f3;
	height: 30px;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.content .login .form .box .ephid{
	background-image: url('../images/icon_ephid.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: calc(var(--footer-base-font-size) * 2.18);
	height: calc(var(--footer-base-font-size) * 2.18);
}

.content .login .form .box .password{
	background-image: url('../images/icon_password.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: calc(var(--footer-base-font-size) * 2.18);
	height: calc(var(--footer-base-font-size) * 2.18);
}

.content .login .form .remember{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.content .login .form .remember .item{
	display: flex;
	flex-direction: row;
	font-family: "微軟正黑體";
	font-weight: bold;
	font-size: calc(var(--footer-base-font-size) * 1.25);
	color: #868686;
}

.content .login .form .remember .item .checkbox{
	width: calc(var(--footer-base-font-size) * 1.25);
	height: calc(var(--footer-base-font-size) * 1.25);
	border: 2px solid #4d89e6;
	border-radius: 4px;
	margin-right: 4px;
	cursor: pointer;	
	margin-top: 4px;
}

.content .login .form .remember .item .checkbox.selected{
	background-color: #4d89e6;
	background-image: url('../images/icon_remember.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 2px;
	width: calc(var(--footer-base-font-size) * 1.25);
	height: calc(var(--footer-base-font-size) * 1.25);
}

.content .login .form .submit{
	width: 100%;
	height: calc(var(--footer-base-font-size) * 3.12);
	border-radius: calc(var(--footer-base-font-size) * 3.12);
	background-color: #4d89e6;
	text-align: center;
	line-height: calc(var(--footer-base-font-size) * 3.12);
	font-family: "微軟正黑體";
	font-weight: bold;
	color: #FFF;
	font-size: calc(var(--footer-base-font-size) * 1.62);
	cursor: pointer;
}

.content .login .form .submit:hover{
	background-color: #1961d1;
}


#app .hum{
	display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
	background:  linear-gradient(0deg, #eaf8de, #c0f2eb);
}

.hum .header .logo{ 
	background-image: url('../images_hum/logo_hum.png');
	width: calc(var(--footer-base-font-size) * 15.54);
	height: calc(var(--footer-base-font-size) * 6.95);
}

.hum .bg .bg_01{
	background-image: url('../images_hum/sci_das_login_02.png');
	width: calc(var(--footer-base-font-size) * 56.25);
	height: calc(var(--footer-base-font-size) * 12.5);
}

.hum .bg .bg_02{
	background-image: url('../images_hum/sci_das_login_03.png');
	width: calc(var(--footer-base-font-size) * 56.25);
	height: calc(var(--footer-base-font-size) * 12.5);
}

.hum .content .login .form .box .ephid{
	background-image: url('../images_hum/icon_ephid.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.hum .content .login .form .box .password{
	background-image: url('../images_hum/icon_password.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.hum .content .login .title{	
	background-image: url('../images_hum/logo_das.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.hum .content .login .form .remember .item .checkbox{
	border: 2px solid #15b1ab;
	background-color: unset;
}

.hum .content .login .form .remember .item .checkbox.selected{
	background-color: #15b1ab;
	background-image: url('../images/icon_remember.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 2px;
}

.hum .content .login .form .submit{	
	background-color: #15b1ab;	
}

.hum .content .login .form .submit:hover{
	background-color: #007f7a;
}

.en .header .logo {
	background-image: url('../images_eng/teacher/logo_sci_e.png');
}
.en .content .login .title {
	background-image: url('../images_eng/teacher/logo_das_e.png');

}