* {
    outline-width: 0;
}

body {
    height: 100vh;
    width: 100vw;
    background: url("../../../static/images/login/bg.svg") center/cover fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
}
.allhead{
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}
.topMain{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}
.mainLogo{
    width: 488px;
}
.centerMain{
    width: 100%;
    /* height: 430px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainCont{
    width: 500px;
    /* height: 430px; */
    margin-top: 40px;
    background: #f0f2f5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contentTop{
    margin-top: 39px;
    font-size: 14px;
    font-family: Adobe Heiti Std, Adobe Heiti Std-R;
    color: #6798cd;
    text-align: center;
    height:15px;
    line-height:15px;
}
.contentCenter{
    width: 356px;
    /* height: 291px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.userArea{
    width: 100%;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    align-items: center;
}
.userArea img{
    width: 10px;
    height: 14px;
    /* background: #BFBFBF; */
    padding-left: 14px;
}
.user{
    width: 100%;
    /* height: 100%; */
    background: #ffffff;
    border: 0px solid #d9d9d9;
    border-radius: 5px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #bfbfbf;
    padding-left: 10px;
}
.passwordArea{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    align-items: center;
}
.passwordLogo{
    width: 10px;
    height: 14px;
    padding-left: 14px;
}
.password{
    width: 100%;
    /* height: 100%; */
    background: #ffffff;
    border: 0px solid #d9d9d9;
    border-radius: 5px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #bfbfbf;
    padding-left: 10px;
}
.cancelPas{
    width: 12px;
    height: 12px;
    padding-right: 14px;
}
.codeArea{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    /* background: #ffffff; */
    /* border: 1px solid #d9d9d9; */
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
}
.codeLeft{
    width: 65%;
    height: 40px;
    display: flex;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    align-items: center;
}
.codeLogo{
    width: 10px;
    height: 14px;
    padding-left: 14px;
}
.code{
    width: 100%;
    /* height: 100%; */
    background: #ffffff;
    border: 0px solid #d9d9d9;
    border-radius: 5px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #bfbfbf;
    padding-left: 10px;
}
.forgetPas{
    width: 56px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #6798cd;
    margin-bottom: 26px;
}
.login{
    width: 356px;
    height: 40px;
    background: #6798cd;
    border-radius: 6px;
    box-shadow: -2px 0px 0px 2px rgba(230,231,233,0.85);
    font-size: 16px;
    /*font-family: PingFangSC, PingFangSC-Regular;*/
    font-weight: 400;
    text-align: center;
    color: #fefefe;
    margin-bottom: 50px;
    line-height: 40px;
}
.footerMain{
    height: 16px;
    opacity: 0.45;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #000000;
    margin-top: 120px;
}