<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
#forgot { position: relative; float: left; top: 0; left: 0; width: 90%; margin: 0; padding: 5%; background: url("../images/bg/wallpaper-9.jpg") center no-repeat; background-size: cover; }
#forgot .acc_shade { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(207,216,220,0.45); }

#forgot .wrap_left { position: relative; float: left; width: 60%; padding: 5%; background: rgba(255,255,255,0.55); }
#forgot .wrap_left_bg { position: absolute; width: 100%; height: 100%; right: -10px; bottom: -10px; background: rgba(255,255,255,0.25); }

#forgot h2.b_title { position: relative; z-index: 2; font: 700 34px/38px 'Noto Sans SC', sans-serif; color: #1e2328; }
#forgot h4.s_title { position: relative; z-index: 2; font: 400 18px/40px 'Noto Sans SC', sans-serif; color: #3b3f46; }
#forgot h4.s_title a { color: #cf0029; }
#forgot h4.s_title a:hover { text-decoration: underline; }

#forgot .forgot_wrap { position: relative; z-index: 2; left: 10%; float: left; width: 80%; margin: 30px 0 0 0; }
#forgot .forgot_wrap .wrap_right { position: relative; float: left; width: 38%; height: 100%; margin: 0 0 0 2%; padding: 2%; background: #eceff1; }
#forgot .forgot_wrap ul.forgot_form { position: relative; float: left; width: 100%; }
#forgot .forgot_wrap ul.forgot_form li { position: relative; float: left; width: 100%; margin-bottom: 10px; }
#forgot .forgot_wrap ul.forgot_form p { font: 400 12px/16px 'Noto Sans SC', sans-serif; color: #e27b04; }
#forgot .forgot_wrap ul.forgot_form input { position: relative; float: left; width: 100%; border-bottom: 1px solid #b0bec5; background: #eceff1; padding: 8px 25px 8px 0; font: 700 14px/20px 'Noto Sans SC', sans-serif; color: #1e2328; text-align: left; transition: 0.6s ease; }
#forgot .forgot_wrap ul.forgot_form input:focus { border-color: #f1b732; }
#forgot .forgot_wrap ul.forgot_form small.input_label { position: relative; float: left; width: 100%; font: 700 9px/12px 'Noto Sans SC', sans-serif; color: #232023; }

#forgot .forgot_wrap ul.forgot_form a.btn_view_pass { position: absolute; bottom: 8px; right: 0; width: 18px; height: 18px; background: url(../images/icon/ico-acc-view.png) center no-repeat; background-size: 18px; opacity: 0.5; }
#forgot .forgot_wrap ul.forgot_form a.btn_view_pass:active { opacity: 1; }
#forgot .forgot_wrap ul.forgot_form a.btn_check { float: left; width: 400px; height: 30px; font: 700 14px/30px 'Noto Sans SC', sans-serif; color: #606178; }
#forgot .forgot_wrap ul.forgot_form a.btn_check:hover { color: #1c1e3e; }
#forgot .forgot_wrap ul.forgot_form a.btn_check span.ticker { float: left; width: 28px; height: 28px; border: 1px solid #b0bec5; }
#forgot .forgot_wrap ul.forgot_form a.btn_check span.ticker.active { background: rgba(241,183,50,0.85) url(../images/icon/ico-tick.png) center no-repeat; background-size: 18px; }
#forgot .forgot_wrap ul.forgot_form a.btn_check em { padding-left: 10px; color: #263238; }

#forgot .forgot_wrap ul.forgot_form a.btn_acc { float: left; width: 96%; margin-top: 10px; padding: 5px 2%; background-color: #fed053; font: 500 14px/30px 'Noto Sans SC', sans-serif; color: #1e2328; text-align: center; }
#forgot .forgot_wrap ul.forgot_form a.btn_acc:hover { background: #f5a302 !important; }
#forgot .forgot_wrap ul.forgot_form a.btn_acc em { float: left; width: 100%; background: url(../images/icon/ico-right-d.png) 98% center no-repeat; background-size: 14px; }

@media screen and (max-width:834px) {
    #global_footer { display: none; }
    #mobile_bar { display: block; }
	
	#forgot { position: fixed; height: 80%; padding: 20% 5%; overflow: auto; }
}

@media screen and (max-width:768px) {
	#forgot .forgot_wrap .wrap_right { width: 100%; margin: 5% 0 0 0; padding: 5%; }
}

@media screen and (max-width:420px) {
	#forgot .forgot_wrap { left: 2%; width: 96%; }
	
	#forgot .wrap_left { width: 100%; margin-bottom: 10px; }
	#forgot .forgot_wrap ul.forgot_form p { font-size: 10px; }
	
	#forgot h2.b_title { font: 700 24px/28px 'Noto Sans SC', sans-serif; }
	#forgot h4.s_title { font: 400 12px/40px 'Noto Sans SC', sans-serif; }
}</pre></body></html>