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

a{
    text-decoration:none;
    color: #0172ec;    
}

img{
    width: auto\9;
    width: 100%;
    height: auto;
}

#nav-bgc{
    background-color: #fff;
}

#login-button{
    color: #333;
    border: 1px solid #333;
}
#sub-menu{
    background-color: #fff;
}
#sub-menu a{
    color: #0172ec;
}

#login-context{
    padding-left: 8vw;
    padding-right: 6vw;
    width: 86vw;
}

#welcome{
    width: 50%;
    margin-top: 20vw;
    margin-bottom: 10vw;
}

#warn{
    display: block;
}
#TelOrEmail,#Passwd1, #Passwd2{
    padding-left: 5%;
    margin-bottom: 5vw;
    width: 95%;
    height: 12vw;
    border: none;
    background-color: #f7f9f8;
    border-radius: 50px;
    font-size: 4vw;
}

#TelOrEmail:focus,#Passwd1, #Passwd2:focus{
    outline:none;
}

#TelOrEmail::-webkit-input-placeholder, #Passwd1, #Passwd2::-webkit-input-placeholder{
    color: #a0a0a0;
    font-size: 4vw;
}
#fs-yzm{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.yzm{
    padding-left: 5%;
    margin-bottom: 5vw;
    width: 65%;
    height: 12vw;
    border: none;
    background-color: #f7f9f8;
    border-radius: 50px;
    font-size: 4vw;
}

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

.fasong{
    height: 5vw;
    margin-top: 2.5%;
    margin-bottom: 5%;
    width: 20%;
    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;    
}

.fasong1{
    height: 10vw;
    margin-top: 2.5%;
    margin-bottom: 5%;
    width: 100%;
    background-color: #000;
    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;    
    color: #fff;
}

.fasong:hover{
    cursor: pointer;
}

.fasong span{
    color: #000;
}

#agreement{
    margin-bottom: 10vw;
}

#register-box{
    margin-top: 5vw;
}

#select{
    appearance: none;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
}
#select:checked::before{
    content: "✔";
    display: block;
    text-align: center;
    line-height: 4vw;
    color: #000;
}

#form-login-button, #form-register-button{
    width: 100%;
    height: 12vw;
    background-color: #000;
    color: #fff;
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

#or{
    margin-top: 3vw;
    margin-bottom: 3vw;
}

#login-icon-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-icon{
    width: 15%;
    margin-left: 3vw;
    margin-right: 3vw;
}

