﻿
.layoutstyle_info1 {
    /*首頁、修改密碼*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 40px;
    /*gap: 64px;*/
   
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 52px;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.layoutstyle_info2 {
    /*註冊、驗證*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 20px;
    /*gap: 64px;*/

    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

    flex: none;
    order: 0;
    flex-grow: 0;
}
.layoutstyle_info2-2 {
padding-bottom:90px;
}

.layoutstyle_info3 {
    /*寄送驗證信*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top:28%;
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 40px;
    gap: 64px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 52px;
    flex: none;
    order: 0;
    flex-grow: 0;
    }

.layoutstyle_info4 {
    /*寄送驗證信-英文版*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18%;
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 40px;
    gap: 64px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 52px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/*----首頁---*/
.titletext {
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 500;
    font-size: 66px;
    line-height: 96px;
    letter-spacing: -0.01em;
    color: #262D2E;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.titletext-3 {
    line-height: 75px;
}

.titletext-2 {
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    /* identical to box height */

    letter-spacing: 0.01em;
    color: #849294;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    
    margin-bottom:10px;
}
/*------------*/

/*----註冊、修改密碼---*/
.label-title {
    font-family: 微軟正黑體;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    text-align: left;
    letter-spacing: 0.03em;
}

.label-title2 {
    font-family: 微軟正黑體;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
}

.logotxt {
    color: #20AB9F;
;}
/*--------------------*/

.btnindex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*padding: 20px 0px;*/
    flex: none;
    order: 0;
    flex-grow: 1;
    width: 540px;
    height: 60px;
    background: #FADC41;
    border: 1px solid #E9EAEC;
    border-radius: 24px;
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.btnUnuse {
    background: #C4C4C4;
}

.btnregister {
    /* Auto layout */

    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    text-align:center;
    padding:  13px 40px 10px 100px;
    gap: 80px;
    width: 300px;
    height: 65px;
    background: #FADC40;
    border-radius: 12px;
    /*margin-left:40px;*/
    /* Inside auto layout */

    flex: none;
    order: 2;
    flex-grow: 0;

    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    /*line-height: 35px;*/
}

.img-register {
    float: left;
    left: 60px;
    top: 18px;
    position: absolute;
}

.btncheck {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*padding: 24px 0px;*/
    background: #0F91A6;
    border-radius: 52px;
    width: 360px;
    height: 84px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #F9FDFF;
    /*margin:32px 100px 88px 100px;*/
}

.linkbtn {
    background: #FFFFFF;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    border-style: none;
    color: #D8B500;
    font-size: 16px;
    font-family: '微軟正黑體';
    padding: 0;
    border:0;
    margin:0;
}

.indexobj {
    width: 540px;
    height: 78px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 208px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.text-box {
    width: 500px;
    height: 18px;
    background: #F7F7F7;
    border: 2px solid #0F8EA2;
    border-radius: 24px;
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /*line-height: 26px;*/
}

.indexfunobj {
    width: 500px;
    height: 26px;
    background: #F7F7F7;
    border: 2px solid #0F8EA2;
    border-radius: 24px;
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 208px;
    flex: none;
    order: 0;
    flex-grow: 0;
    line-height: 4px;
}
.indexfunobj-2 {
    width: 540px;
    height: 68px;
    padding: 10px 20px;
    border: 1px solid #E9EAEC;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*padding: 20px;*/
    gap: 208px;
    flex: none;
    order: 0;
    flex-grow: 0;
    line-height: 4px;
    margin-top: 8px;
}

.dropdown-box {
    height: auto; /* 60px;*/
    padding: 10px 20px;
    border: 1px solid #E9EAEC;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /*line-height: 26px;*/
}

/*不同功能元件樣式*/
.btn-back {
    background: #FFFFFF;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    border-style: none;
    cursor: pointer;
    font-size: 50px;
    font-family: '微軟正黑體';
    padding: 0;
    border: 0;
    margin: 0;
}

.btn-showpw {
    float: right;
    right: 30px;
    top: 40px;
    position: relative;
}

.btn-showpw2 {
    float: right;
    right: 55px;
    top: 28px;
    position: relative;
}

.btn-txtclear {
    float: right;
    right: 28px;
    top: -48px;
    position: relative;
}

.btn_updata {
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /*display: flex;*/
    align-items: center;
    letter-spacing: 0.01em;
    color: #ABB7B9;

    flex-direction: row;
    /*padding: 12px 0px;*/
    gap: 16px;
    width: 271px;
    height: 50px;
    background: #E8ECEC;
    border-radius: 20px;
    border-style:solid;
    border-width:0px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.img-update {
    float: right;
    /*right: 55px;*/
    top: -48px;
    position: relative;
}

.datadropdown-box {
    border: 2px solid #0F91A6;
    box-sizing: border-box;
    border-radius: 12px;
    font-family: '微軟正黑體';
    font-style: normal;
    /*font-weight: 500;*/
    font-size: 18px;
    /*line-height: 26px;*/
    color: #849294;

    width: 675px;
    height: 70px;
    /*gap: 96px;*/
    padding: 5px 15px;
    display: flex;
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    align-items: center;
    background: #F1F6F6;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1);
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.dropdown-lng {
    font-family: '微軟正黑體';
    box-sizing: border-box;
    /*flex-direction: row;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    padding: 10px 25px;
    /*gap: 8px;*/
    width: 130px;
    height: 40px;
    /*left: 1641px;
    top: 67px;*/
    border: 1px solid #262D2E;
    border-radius: 16px;
}

.label-td {
    font-family: 微軟正黑體;
    font-style: normal;
    font-size: 22px;
    align-items: center;
    vertical-align:middle;
}

.label-td2 {
    color: #849294;
    font-size:20px;
    padding-top:24px;
    padding-bottom:16px;
}

.label-error {
    width: 247px;
    height: 25px;
    font-family: 微軟正黑體;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align:left;
    color: #FF0000;
}

.alertTxt {
    color:darkgrey;
}

.button-lange {
    /*透明*/
  /*  width: 100px;
    height: 40px;*/
    background: #FFFFFF;
    /*box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 12px;*/
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    border-style: none;
    /*margin:0;*/
    margin-left:32px;
    margin-right:32px;
    padding:0;
    border:0;
    outline:none;
    font-size:24px;
}

/*文字樣式*/
.html {
    height: 100%;
}

.body {
    background-image: url('../image/Vector.png');
    position: absolute;
    width: 3351.42px;
    height: 1470.59px;
    left: -868.54px;
    top: 923.27px;
    border: 1px solid #98A8B7;
    transform: rotate(-25.09deg);
}
