.login-box{
    width: 438px;
    height: 598px;
    border-radius: 14px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    position: relative;
}

.login-box-header{
    padding-top:27px;
    display: flex;
    justify-content: center;
}

.login-box-header > img{
    height:48px;
    margin-right: 10px;
}

.login-box-header > span{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #d29f64;
}

.login-box-header > span:nth-child(2){
    font-family: PingFangTC;
    font-weight: bold;
}

.login-box-header > span:nth-child(3){
    font-family: BanglaMN;
}

.login-box-title{
    margin-top:85px;
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}

.login-box-title > span{
    font-family: PingFangTC;
    font-size: 16px;
    /* font-weight: 600; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #72869e;
    padding:0 12px;
    z-index: 1;
    background-color: #ffffff;
}

.login-box-title > div{
    position: absolute;
    width: 100%;
    border: solid 1px #edecec;
    top:50%;
    transform: translateY(-50%);
}

.login-box-sub-title{
    margin-top:10px;
    display: flex;
    justify-content: center;
}

.login-box-sub-title > span{
    font-family: PingFangTC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6d7278;
}

.login-field{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
    margin-left: 60px;
    margin-right: 60px;
}

.login-field > input{
    width:100%;
    height:33px;
    border-radius: 5px;
    border: solid 1px #979797;
    background-color: #fdfeff;
    padding:0 10px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #72869e;
}

.login-field > input:nth-child(2){
    margin-top:21px;
}

.login-field > input::placeholder {
    color: #72869e;
    opacity: 1; /* Firefox */
}

.login-field > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #72869e;
}

.login-field > input::-ms-input-placeholder { /* Microsoft Edge */
    color: #72869e;
}

.login-field > button{
    width:100%;
    height:33px;
    border-radius: 5px;
    background-color: #6c7790;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top:23px;
}

.footer-line{
    width: 100%;
    border: solid 1px #edecec;
    margin-top:70px;
}

.footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:32px;
}

.footer > div:nth-child(1) > span{
    font-family: PingFangTC;
    font-size: 11px;
    /* font-weight: 600; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #72869e;
}

.footer > div:nth-child(2){
    margin-top:10px;
    display: flex;
    justify-content: center;
}

.footer > div:nth-child(2) > div > span{
    display: block;
    font-family: PingFangTC;
    font-size: 10px;
    /* font-weight: 600; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #72869e;
}

.footer > div:nth-child(2) > div:nth-child(1) > span{
    text-align: right;
}

.footer > div:nth-child(2) > div:nth-child(1){
    margin-right: 12.5px;
}

.footer > div:nth-child(2) > div:nth-child(2){
    margin-left: 12.5px;
}

.footer > div:nth-child(2) > div > span:nth-child(2){
    margin-top:6px;
}

.suggest-title{
    position: absolute;
    font-family: PingFangTC;
    font-size: 11px;
    /* font-weight: 600; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #72869e;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
}