html,
body {
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
    max-width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    /* overflow-x: hidden; */
    min-width: 1200px;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    top: 0;
    z-index: 999;
    visibility: hidden;
}

.line-scale {
    margin: auto;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -30px;
    position: relative;
}

#space {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: hidden;
}

@media screen and (max-height: 1000px) {
    #space {
        top: 0;
        width: 100%;
        height: 1000px;
        position: absolute;
        overflow-y: hidden;
    }
}

.contentCtx {
    width: 600px;
    z-index: 2;
    position: relative;
    top: 15%;
    left: 50%;
    margin-left: -300px;
    /*background-color: aquamarine;*/
}

.allContentCtx {
    width: 100%;
    z-index: 2;
    position: absolute;
    font-size: 0;
}

.logo {
    width: 180px;
    height: 160px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -90px;
}

.textFieldCtx {
    width: 400px;
    height: 45px;
    position: relative;
    background-color: white;
    margin: 30px auto 0;
}

.textFieldRadius {
    border-radius: 5px;
    border: 1.2px solid;
    border-color: #b3b3b3;
}

.fieldLogo {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 13px 0 0 15px;
}

.textField {
    display: inline-block;
    box-sizing: border-box;
    width: 330px;
    height: 45px;
    position: relative;
    /* margin: 0x 0 0 50px; */
    left: 50px;
    font-size: 18px;
    border: none;
    letter-spacing: 1px;
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.robotVerification {
    width: 320px;
    margin: 20px auto 10px;
}
