body{
    margin: 0;
    padding: 0;
    background-color: #fff;
    height: 100%;
    overflow: hidden;    
}

a{
    text-decoration:none;
    color: black;    
}

.flex-container{
    margin: 0 auto;
    padding: 0;
    min-width: 960px;
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-flow:row nowrap;   
    height: auto;
    
}

.flex-item{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
}

.flex-item img{
    width: auto\9;
    width: 100%;
    height: auto;
    display: grid;
}

.bg-img{
    position: relative;
}

.bg-img>img{
    height: 100%;
}

.bg-img .logo{
    width: 25%;
    position: absolute;
    top: 3%;
    left: 6%;
}

.login{
    width: 75%;   
    position: relative;
}

#login_container{
    position: absolute;
    bottom: 30%;
    left: 56%;
    border-left: 2px solid #e4e4e5;
    /* padding-left: 3%; */
}

#login_container iframe{
    transform: scale(0.8);
}

.login-context{
    width: 50%;
    margin: 15% auto;
}

.login-context p{
    font-size: 1.5vw;
    margin-bottom: 7%;
}

.login-context span{
    font-size: 0.8vw;
    color: #666;
    white-space:nowrap;
}

#country-areacode-selector{
    width: 15%;
    height: 2.1vw;
    margin-top: 2.5%;
    border: solid 1px #e4e4e5;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 0.8vw;
    margin-bottom: 0;
}

#TelOrEmail{
    width: 50%;
    height: 2.1vw;
    margin-top: 2.5%;
    border: solid 1px #e4e4e5;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 0.8vw;
    margin-bottom: 0;
}
#Passwd2{
    width: 50%;
    height: 2.1vw;
    margin-top: 2.5%;
    margin-bottom: 5%;
    border: solid 1px #e4e4e5;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 0.8vw;
}
#Passwd1{
    width: 50%;
    height: 2.1vw;
    margin-top: 2.5%;
    margin-bottom: 0;
    border: solid 1px #e4e4e5;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 0.8vw;
}
#warn{
    display: block;
    color: red;
    margin-bottom: 3%;
}

.send-button{
    width: 10%;
    background-color: #000;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: 30px;    
}

.send-button:hover{
    cursor: pointer;
}

.send-button span{
    color: #fff;
}

.login-button{
    width: 50%;
    background-color: #000;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50px;    
}

.login-button:hover{
    cursor: pointer;
}

.login-button span{
    color: #fff;
}



#agreement{
    margin-top: 2%;
    font-size: 0.8vw;
}

#agreement a{
    color: #28a2ff;
}

#select{
    width: 0.6vw;
    height: 0.6vw;
}


#or{
    width: 55%;
    margin-top: 5%;
    margin-bottom: 3%;
}

#login-icon{
    width: 55%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

#login-icon a{
    width: 10%;
    margin-left: 5%;
    margin-right: 5%;
}

#fs-yzm{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.yzm{
    width: 30%;
    margin-top: 2.5%;
    margin-bottom: 5%;
    border: solid 1px #e4e4e5;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 0.8vw;    
    height: 2.1vw;
}

.fasong{
    height: 1vw;
    margin-top: 2.5%;
    margin-bottom: 5%;
    width: 15%;
    color: #666 !important;
}

.fasong{
    height: 1vw;
    margin-top: 2.5%;
    margin-bottom: 5%;
    background-color: #eee;
    border: 1px solid #666;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50px;    
    margin-left: 10px;
}

.fasong:hover{
    cursor: pointer;
}

.fasong span{
    color: #000;
}

#register-form input{
    margin-bottom: 7%;
}

#yzmTitle{
    margin-top: 20px;
    display: block;
}


@media (min-width: 1920px){

    .login-context p{
        font-size: 30px;
    }
    
    .login-context span{
        font-size: 15px;
    }
    
    #TelOrEmail{
        height: 42px;
        font-size: 15px;
    }
    
    #Passwd1{
        height: 42px;
        font-size: 15px;
    }
    #Passwd2{
        height: 42px;
        font-size: 15px;
    }
    #agreement{
        font-size: 15px;
    }

    #select{
        width: 12px;
        height: 12px;
    }

    .flex-container{ 
        height: 920px;
        
    }
}

@media (max-width: 960px){

    .login-context p{
        font-size: 15px;
    }
    
    .login-context span{
        font-size: 8px;
    }
    
    #TelOrEmail{
        height: 21px;
        font-size: 8px;
    }

    #Passwd1{
        height: 21px;
        font-size: 8px;
    }
    #Passwd2{
        height: 21px;
        font-size: 8px;
    }
    #agreement{
        font-size: 8px;
    }

    #select{
        width: 6px;
        height: 6px;
    }
}
