body, html {
    height: 100%;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    width: 100%;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login {
    display: flex !important; 
    height: 100vh !important ;
    overflow: auto !important;
    position: relative !important;
}


.login_form {
    background-color: rgba(255, 255, 255, 0);
    width: 300px;
    height: auto;
    padding: 120px 60px 70px 60px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: calc(50% - 240px);
    transform: translate(-50%, 0);
    box-shadow: 0 7px 25px rgb(255 255 255);
    border: 1px solid rgb(253 253 253);
    backdrop-filter: blur(3px) saturate(180%);
}


.login_form .title {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #409eff;

}

.icon_logo {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    margin-left: -90px;
    margin-top: -30px;
}

.logo {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 180px);
    z-index: 1;
}

.lang {
    position: absolute;
    right: 60px;
    top: 20px;
    display: flex;
    align-items: center;
}

.lang .line {
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    margin: 0 10px;
    border-right: 1px solid #d3d3d3
}

.down {
    position: absolute;
    left: 60px
}

.down {
    bottom: 60px;
    display: flex;
    align-items: center;
}

.down .line {
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    margin: 0 10px 0 20px;
    border-right: 1px solid #d3d3d3
}

.login .copyright {
    position: absolute;
    bottom: 60px;
    right: 60px;
    color: #fff;
    font-size: 12px
}

.txtb {
    border-bottom: 2px solid #ffffff;
    position: relative;
    margin: 30px 0;
}

.txtb i {
    position: absolute;
    top: 14px;
    left: 5px;
    font-size: 18px;
    color: #ffffff;
}

.txtb input {
    font-size: 15px;
    color: #ffffff;
    border: none;
    width: 100%;
    outline: none;
    background: none;
    padding: 0 10px;
    height: 40px;
    text-indent: 20px;
}

.txtb input::placeholder {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    padding-left: 5px;
}

.logbtn {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    background: #0015e7a6;
    background-size: 200%;
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 0 7px 25px rgba(0, 54, 250, 0.418);
    outline: none;
    cursor: pointer;
    transition: .5s;
}

.logbtn:hover {
    background-position: right;
}

.verification_code {
    width: calc(100% - 120px);
    display: inline-block;
    margin-top: 0;
}

.verification_code_img {
    float: right;
    width: 100px;
    height: 40px;
    cursor: pointer;
}

.down a {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.down a, .lang a {
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

.api {
    margin: 0 25px 0 5px;
}

.icon-api {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/login_905/icon-api.png) no-repeat;
    background-size: 16px 16px;
}

.icon-logo {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 10px;
}

.icon-win {
    background: url(../images/login_905/icon-win.png) no-repeat;
}

.icon-andriod {
    background: url(../images/login_905/icon-andriod.png) no-repeat;
}

.icon-apple {
    background: url(../images/login_905/icon-apple.png) no-repeat;
}

.icon-track {
    background: url(../images/login_905/icon-track.png) no-repeat;
}

.icon-mapInfo {
    background: url(../images/login_905/icon-mapinfo.png) no-repeat;
}

.down-info {
    display: none;
    width: auto;
    height: auto;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    position: absolute;
    color: #FFFFFF;
}


.help-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px; /* Largura do botão */
    height: 50px; /* Altura do botão */
    background-color: #ffffffa8;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    z-index: 9999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.help-icon img {
    width: 100%; /* Garante que a imagem ocupe todo o espaço do botão */
    height: auto; /* Mantém a proporção da imagem */
}

.help-icon:hover {
    background-color: #e0e0e0;
    transform: scale(1.1);
}

