@charset "utf-8";
/* CSS Document */

/* -----------------cssreset----------------- */
a{
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body {
    background: #eee;
    font-family: Arial, Helvetica, "Microsoft JhengHei", Sans-Serif;
    background: #fff;
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

label[for*='select'] {
    vertical-align: bottom;
}

select, input[type*="text"], input[type*="password"], input[type*="date"], textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
    min-height: 30px;
    min-width: 140px;
}

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, label {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

iframe, img {
    border: 0;
}

ul {
    list-style: none;
}

legend {
    border-bottom: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clean {
    clear: both;
}
.sr-only{
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
/* -----------------cssreset----------------- */



.wrapper{
	background: #75B0F5;
    background: -moz-linear-gradient(top, #75F5D7 0%, #75F5D7 0%, #3BA7AE 100%);
    background: -webkit-linear-gradient(top, #75F5D7 0%, #75F5D7 0%, #3BA7AE 100%);
    background: linear-gradient(to bottom, #75F5D7 0%, #75F5D7 0%, #3BA7AE 100%);
	width: 100vw;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper::before{
	content: "";
	background: url(../df_img/login_img/bg.png);
	position: absolute;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}



*{
	color: #3e3a39;
}

main{
	position: relative;
	z-index: 5;
	max-width: 1200px;
	width: 100%;
	
}

.login {
	display: flex;
	background: #fff;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}


.name_block{
     width: 500px;
	 min-height: 650px;
	 background: url(../df_img/login_img/left_bg_green.png) no-repeat top center;
	 background-size: cover;
	 padding: 10em 2.5em 3em 2.5em;
}

.name_block h1{
    font-size: 2.375rem;
}

.name_block h2{
    font-size:1.75rem ;
	font-weight: normal;
	margin-top: 0.5em;
}

.sub_block{
    display: flex;
    flex-direction: column;
    align-items: baseline;
	margin-top: 20px;
}

.sub_block a{
	display: inline-block;
	border-radius: 5px;
	padding: 10px 15px;
	color: #fff;
	font-size: 1.125em;
	margin: 5px 0;
}

.btn_type1{
	background: #F86565;
}
.btn_type2{
	background: #149878;
}
.btn_type3{
	background: #2C7AC2;
}
.btn_type1:hover{
	background: #a03939;
}
.btn_type2:hover{
	background: #177c63;
}
.btn_type3:hover{
	background: #22588a;
}

.login_block{
   width: calc(100% - 500px);
   padding: 3em 5em 5em 5em;
   display: flex;
    align-items: center;
    justify-content: center;
} 


.login_footer{
	text-align: right;
	color: #fff;
	margin-top: 1em;
	letter-spacing: 1px;
	line-height:150%;
	opacity: 0.8;
	font-size: 0.875rem;
}

.form_block>div{
	margin-bottom: 1.8em;
}
.form_block div span{
	display: block;
}
.form_block label{
	font-size: 1.25rem;
	display: inline-block;
	margin-bottom: .5em;
}
.form_block input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #bfbfbf;
	background: transparent;
	box-shadow: none;
	font-size: 1.25rem;
	padding: 8px;
	margin-bottom: 5px;
}

.form_block input:focus{
	background: #e6f6f2;
	outline: 0;
}

.login_btn{
	display: block;
	font-size: 1.75rem;
	background: #23A494;
	border-radius:9999px;
	color: #fff;
	padding: 10px;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 1.5em;
	border: 0;
	width: 100%;
	cursor: pointer;
}
.login_btn:hover,.login_btn:focus{
	background: #0f645a;
}

.alert_txt{
	text-align: center;
	margin-top: 3em;
	line-height: 160%;
}

.alert_txt_top span{
	display: block;
    text-align: center;
	color: #c60606;
	position: relative;
    padding: 1rem 1rem;
    margin-bottom: .5rem;
    border: 1px solid #f5c2c7;
    border-radius: 0.25rem;
	color: #842029;
    background-color: #f8d7da;
}


.form_block div span.keycode_block{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.form_block span.keycode_block input{
	width: auto;
	min-width: 200px;
	margin: 0 15px;
}

.right{
    text-align: right;

}
.forget_btn{
	color: #23A494;
}

.forget_btn:hover{
	color: #c60606;
}

.key_btn{
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	

}
.key_btn i{
	line-height: 40px;
	font-size: 1.5rem;
	color: #fff;
}

.btn_color{
	background: #F86565;
}

.btn_color:hover{
	background: #812929;
}

.ch_play_audio{
	order: 3;
	width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
	background: #9E9E9E;
	margin-right: 5px;
}
.ch_play_audio i{
	line-height: 40px;
    font-size: 1.5rem;
    color: #fff;
}
.ch_play_audio:hover{
	background: #6e6e6e;
}
.chkcodeImg {
    height: 40px;
    margin: 0;
}

#CheckCode_div{
	display: flex;
}

.field-validation-valid{
	display: block;
}



.field-validation-error,
.alert_txt_top span{
	display: block;
    text-align: center;
	color: #c60606;
	position: relative;
    padding: 1rem 1rem;
    margin-bottom: .5rem;
    border: 1px solid #f5c2c7;
    border-radius: 0.25rem;
	color: #842029 !important;
    background-color: #f8d7da;
}
.alert_txt_top span.ip_no{
	line-height: 150%;
}
.alert_txt_top span.ip_no strong{
	font-size: 1.125em;
	margin-left: 8px;
}