body {
      background-color: #f5f5f6;
    }


.login-topbar {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 1000;
    clear: both;
}

.login-topbar .topbar-header {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
    z-index: 2000;
}

.login-topbar .topbar-header .atonal-logo {
    float: left;
}

.login-topbar .topbar-header .atonal-logo {
    vertical-align: middle;
}

.login-topbar .topbar-header .atonal-logo .atonal-logo-link {
    display: inline-block;
}

.login-topbar .topbar-header .atonal-logo .atonal-logo-link img {
    height: 41px;
    padding-right: 10px;
}

.login-topbar .topbar-header .atonal-logo .topbar-text {
    text-align: left;
    font-size: 24px;
    color: #181818;
    letter-spacing: 0;
    display: inline-block;
    padding: 0 10px;
    vertical-align: bottom;
    border-left: 1px solid #999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.login-header {
    text-align: center
}

.login-center-wrap{
    display: flex;
    max-width: 1300px;
    height: 700px;
    box-sizing: border-box;
    padding: 60px 0 80px;
    margin: 0 auto;
    clear: both;
}
.bing-img-wrap{
    width: 720px;
    height: auto;
    position: relative;
    top:5%;
    
}


.bing-img-wrap img{
    width: 100%;
} 

.bing-img-wrap span{
    display: inline-block;
    font:var(--font-size) sans-serif ;
    color: #999;
    padding: 6px;
}
.login {
    display: block;
    width: 385px;
    height: 367px;
    position: relative;
    border-radius: 10px;
    border: #ebebeb solid 1px;
    left: 10%;
    top: 8%;
    background: #ffffff;
    border-style: 0px 0px 20px #c0c0c0;
    z-index: 999;
    padding: 0 20px;
}

.login-title {
    widows: 100%;
    margin: 10px 0px 0px 0px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-style: 18px;
    position: relative;
}

.login-title span {
    position: absolute;
    font-style: 12px;
    right: -20px;
    top: -30px;
    background: #ffffff;
    border: #ebebeb solid 1px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.login-input-content {
    margin-top: 20px;
}

.login-input {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}

.login-input .list-input {
    line-height: 35px;
    height: 40px;
    width: 100%;
    border: #ebebeb solid 1px;
    text-indent: 5px;
}

.login-area {
    margin: 30px auto 0px auto;
    line-height: 40px;
    font-style: 14px;
    text-align: center;
}

.login-area button {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #51a8ff;
}

.login-area button:hover {
    background-color: #0073e6;
}

.login-links {
    margin-top: 15px;
    height: 20px;
}

.login-links a {
    float: right;
    font-size: 13px;
    margin-left: 10px;
}

.login-links-thirdparty {
    line-height: 45px;
    font-size: 15px;
    color: var(--color-text);
}

.login-links-thirdparty .third-login-title {
    float: left;
    margin-right: 10px;
}

.login-links-thirdparty .links-a {
    display: inline-block;
    margin-right: 10px;
}

.login-links-thirdparty .links-a img {
    vertical-align: middle;
    height: 23px;
    width: 23px;
}

.login-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 24px 0;
    z-index: 9;
}

.login-footer .footer-container {
    height: 100%;
    padding-right: 36px;
}

.login-footer .footer-container .copyright {
    float: right;
    font: 12px sans-serif;
}