﻿@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Montserrat,'Heiti TC','microsoft jhenghei';
	-webkit-text-size-adjust: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	word-break: break-all;
	word-wrap: break-word;
}

img{
	max-width:100%;
	width:100%\0;
	height: auto;
}

a{
	font-size:inherit;
	cursor: pointer;
	color:inherit;
	line-height: inherit;
	text-decoration: none;
	transition: all ease .5s;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
button,
input[type="button"]{
	font-family: Montserrat,'Heiti TC','microsoft jhenghei';
	-webkit-appearance: none;
	font-size: 1rem;
	outline: none;
}

select,
textarea{
	font-family: Montserrat,'Heiti TC','microsoft jhenghei';
	-webkit-appearance: none;
	font-size: 1rem;
	cursor: pointer;
}

a:hover{
	text-decoration:underline;
}

section{
	display:block;
	clear: both;
}

.system-warning{
	position: fixed;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	background: rgba(0,0,0,.9);
	z-index: 999;
	display:none;
}

.system-warning.error{
	display:block;
}

.system-warning .warning-content{
	width:calc(100% - 40px);
	max-width:400px;
	display:block;
	margin:20px auto;
	background: #eeeeee;
    border-radius: 10px;
    padding: 10px;
}

.system-warning .warning-content .title{
	color: #D52B1E;
    font-size: 1.5rem;
    line-height: 150%;
    text-align: center;
}

.system-warning .warning-content .content{
	border: 2px solid #d9d9d9;
    padding: 10px;
    margin: 20px 0px;
    position: relative;
}

.system-warning .warning-content .sub-title{
	position: absolute;
    width: 90%;
    left: 5%;
    background: #efefef;
    top: -13px;
    text-align: center;
    color: #162056;
    font-size: 1.25rem;
    font-weight: 600;
}

.system-warning .warning-content .content .context{
	text-align: center;
    color: #666666;
    font-size: .85rem;
    line-height: 150%;
    word-break: break-all;
    word-wrap: break-word;
    margin: 20px 0px;
}

.system-warning .warning-content .content .close-btn{
	text-align: center;
}

.system-warning .warning-content .content .close-btn .btn{
	border: none;
    background-color: #162056;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 20px;
    font-size: .75rem;
	border-radius: 500px;
    cursor: pointer;
}

.site-container {
	background: #ffffff;
	/* background: linear-gradient(45deg, rgba(238,238,238,1) 60%,rgba(255,255,255,1) 100%); */
	/* border-top-left-radius: 15px; */
	/* border-bottom-right-radius: 15px; */
	/* width: calc(100% - 20px); */
	max-width: 550px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	/* box-shadow: 3px 3px 0px #c4c4c4; */
	min-height: calc(100vh - 20px);
}

header {
	background-size: cover;
	/* border-top-left-radius: 15px; */
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	margin: 10px 10px;
}
	header .NewPasswordWithPic {
		line-height: 0px;
		font-size: 0px;
	}

.site-header{
	display: table;
    width: 100%;
	margin:10px;
}

.site-header > *{
	display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.UNIQGIFT-PasswordPage .site-header > *{
	padding:10px 0px;
}

.TreePay-PasswordPage .site-header > *{
	padding:10px 0px;
}

.site-header .logo{
	width: 120px;
}

.site-header .logo img{
	width: 100%;
	height: auto;
}

.welcome-words{
	display:table;
	width:100%;
	height:250px;
}

.welcome-words .text{
	display:table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0px 10px;
	position: relative;
}

.welcome-words .text:before{
	content:"";
	position: absolute;
	background: rgba(255,255,255,.5);
	border-top-right-radius: 500px;
	border-bottom-right-radius: 500px;
	left:0px;
	top:20%;
	bottom: 20%;
	width:60%;
	z-index: 1;
}

.welcome-words .text h1{
	position:relative;
	z-index: 2;
	color:#162056;
	font-size: 1.4rem;
	letter-spacing: -1px;
	font-weight: 400;
	line-height: 100%;
	margin: 0px;
	width:60%;
}

.welcome-words .text h1 vn{
	font-size:1.25rem;
}

.welcome-words .text h1 en{
	font-size:1.25rem;
}

.TreePay-PasswordPage .welcome-words .text h1 en{
	font-size:1.5rem;
}

.UNIQGIFT-PasswordPage .welcome-words .text h1 en{
	font-size:1.75rem;
}

.welcome-words .text .slogan{
	position: relative;
	margin: 5px 0px 0px 0px;
	line-height:100%;
	font-size: 1rem;
	font-weight: 300;
	color: #162056;
	z-index: 2;
	width:60%;
}

.welcome-words .text .slogan en{
	margin-top:-5px;
	display: block;
}

.TreePay-PasswordPage .welcome-words .text .slogan en{
	margin-top:0px;
}

.UNIQGIFT-PasswordPage .welcome-words .text .slogan en{
	margin-top:0px;
}

.welcome-words .text .slogan vn{
	display: block;
	font-size: .8rem;
}

.container {
	padding: 30px 40px;
	text-align: center;
}

.container .psw-input .remind{
	color:#0085ca;
	line-height: 100%;
}

.container .psw-input .psw{
	margin:20px 0px 0px 0px;
}

.container .psw-input .psw .input-text{
	border:1px solid #d9d9d9;
	border-radius: 5px;
	background: #FFFFFF;
	color:#323232;
	line-height: 100%;
	padding: 10px 0px;
	width: calc(100% - 2px);
	text-align: center;
}

.container .psw-input .psw .input-text::placeholder{
	color:#b0b0b0;
	font-size: 14px;
}

.container .psw-input .verify-error{
	margin:10px 0px 0px 0px;
	color:#D52B1E;
	font-size: .8rem;
}

.container .psw-input .remember{
	margin:10px 0px 0px 0px;
	color:#808080;
	font-size: .8rem;
}

.container .psw-input .remember .input-checkbox{
	display:inline-block;
	vertical-align: top;
	margin:3px 2px 0px 0px;
	width:15px;
	height: 15px;
}

.container .psw-input .remember .title{
	display:inline-block;
	vertical-align: top;
	margin:0px;
}

.container .psw-input .confirm-btn{
	margin:10px 0px 0px 0px;
}

.container .psw-input .confirm-btn .btn[disabled]{
    background-color: #db0000;
    color: rgba(255,255,255,.8);
    /* text-shadow: 1px 1px 0px rgb(0 0 0 / 20%); */
}

.container .psw-input .confirm-btn .btn{
    border: none;
    background: #0085ca;
    color: #FFFFFF;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    transition: all ease .5s;
    display: block;
    margin: 10px auto 40px auto;
}

footer {
	padding: 0px 0px;
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

footer:before{
	content:"";
	display:block;
	height: 0px;
	border-top:1px solid #d9d9d9;
}

footer .footer-description{
	margin:20px 0px 0px 0px;
	color:#808080;
}

footer .site-footer{
    margin: 0px;
    display: table;
    width: 100%;
    padding-left: 5px;
}

footer .site-footer > *{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    color: #808080;
    padding: 10px 10px;
}

.en-page footer .site-footer > *{
	display:block;
}

.vn-page footer .site-footer > *{
	display:block;
}

footer .site-footer .footer-link a,
footer .site-footer .footer-link div{
	display:inline-block;
	color:#0085ca;
	text-decoration: underline;
	font-size: .75rem;
}

.en-page footer .site-footer .footer-link{
	text-align: center;
	padding-bottom: 0px;
}

.vn-page footer .site-footer .footer-link{
	text-align: center;
	padding-bottom: 0px;
}

footer .site-footer .footer-link a en{
	font-size:.65rem;
}

footer .site-footer .footer-link a vn{
	font-size:.65rem;
}

.en-page footer .site-footer .footer-link a:after{
	margin-top:8px;
}

.vn-page footer .site-footer .footer-link a:after{
	margin-top:8px;
}

footer .site-footer .footer-link a:after{
	content: "";
    display: inline-block;
    vertical-align: top;
    width: 0px;
    height: 8px;
    border-right: 1px solid #808080;
    margin: 8px 0px 0px 5px;
    padding: 0px;
}

footer .site-footer .footer-link a, footer .site-footer .footer-link div {
	display: inline-block;
	color: #808080;
	text-decoration: underline;
	font-size: .75rem;
}

footer .site-footer .footer-link a:last-of-type:after{
	display:none;
}

.en-page footer .site-footer .footer-link a:last-of-type:after{
	display:none;
}

.vn-page footer .site-footer .footer-link a:last-of-type:after{
	display:none;
}

footer .site-footer .footer-link a:last-child:after{
	display:none;
}

footer .site-footer > .copyrights {
	font-size: .75rem;
	text-align: center;
}

.en-page footer .site-footer > .copyrights {
	font-size: .75rem;
	text-align: center;
}

.vn-page footer .site-footer > .copyrights {
	font-size: .75rem;
	text-align: center;
}

/*** Recaptcha ***/
.g-recaptcha{
	position:relative;
	overflow: hidden;
}

.g-recaptcha div[style*="width"]{
	width:calc(100% - 80px)!important;
	height: 76px!important;
	border:1px solid #d9d9d9;
	border-radius: 5px;
	margin: 20px auto;
	display:block;
	max-width:300px;
}

.g-recaptcha iframe{
	width:100%;
	height: 78px;
	position:relative;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom:-1px;
}

.customFootBanner{
	margin:0px 20px 30px 20px;
	padding:0px;
	text-align: center;
}

.customFootBanner:before{
	content:"";
	display:block;
	margin:0px 0px 30px 0px;
	width:100%;
	height: 0px;
	border-bottom: 1px solid #d9d9d9;
}

.customFootBanner a,
.customFootBanner img{
	display:block;
	margin:0px auto;
}

.customFootBanner img{
	width:100%;
	height: auto;
	border-radius: 10px;
}



@media screen and (min-width:600px){

	body {
		font-size: 16px;
	}
	
	.site-header{
		margin:20px;
	}
	
	.site-header .logo{
		width:100px;
	}
	
	.TreePay-PasswordPage .site-header .logo{
		width:120px;
	}
	
	.UNIQGIFT-PasswordPage .site-header .logo{
		width:120px;
	}
	
	.site-header .logo img{
		width:100%;
	}
	
	.welcome-words{
		height:350px;
	}
	
	.welcome-words .text{
		padding:0px 20px;
	}
	
	.welcome-words .text h1{
		font-size:2.5rem;
	}
	
	.welcome-words .text h1 en{
		font-size:2.5rem;
	}
	
	.welcome-words .text h1 vn{
		font-size:2.5rem;
	}
	
	.welcome-words .text .slogan{
		margin:15px 0px 0px 0px;
		font-size: 1.5rem;
	}
	
	.welcome-words .text .slogan en{
		margin-top:0px;
	}
	
	.welcome-words .text .slogan vn{
		font-size:1rem;
	}
	
	.welcome-words .text .slogan vn{
		margin-top:0px;
	}
	
	.container{
		padding:50px 10px;
	}
	
	.container .psw-input .psw{
		margin:30px 0px 0px 0px;
	}
	
	.container .psw-input .verify-error{
		font-size:1rem;
		margin:20px 0px 0px 0px;
	}
	
	.container .psw-input .remember{
		margin:20px 0px 0px 0px;
		font-size:1rem;
	}
	
	.container .psw-input .psw .input-text::placeholder{
		font-size:16px;
	}
	
	.container .psw-input .psw .input-text,
	.container .psw-input .confirm-btn .btn{
		max-width:400px;
	}
	
	.container .psw-input .confirm-btn{
		margin:20px 0px 0px 0px;
	}
	
	footer{
		padding:0px 20px;
	}
	
	footer .site-footer > .copyrights{
		font-size: .75rem;
		text-align: center;		
	}
	
	.en-page footer .site-footer .footer-link a:after{
		margin-top:13px;
	}
	
	.vn-page footer .site-footer .footer-link a:after{
		margin-top:13px;
	}
	
	.customFootBanner{
		margin-bottom:50px;
	}

	.customFootBanner:before{
		margin-bottom:50px;
	}
	
}

@media screen and (max-width:800px){
	
	
	footer .site-footer .footer-link a:after{
		margin-top:6px;
	}
	
	/**線上客服**/
	.te_ts_default_wrapper.iconarea{
		display:none!important;
	}
	
	
}

.PoweredByEdenred{
	max-width: 750px;
    margin: 20px auto;
    font-size: 12px;
    color: #808080;
    text-align: right;
}

.PoweredByEdenred img{
	display: inline-block;
    width: auto;
    height: 25px;
    margin-left: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.site-header .logo.TX-logo {
    width: 100px;
    padding: 5px 0px 0px 0px;
}

    .site-header .logo.TX-logo img {
        width: 100%;
        height: auto;
    }

@media screen and (min-width:600px) {
    .site-header .logo.TX-logo {
        width: 120px;
        height: auto;
    }
}

.footer-link ul {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.footer-link ul li {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
}

.footer-link ul li:after {
    display: block;
    content: "";
    width: 1px;
    height: 8px;
    background: #0085ca;
    margin: 0px 5px;
}

.footer-link ul li:last-child:after {
    display: none;
}

.footer-link ul li a {
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
}
