﻿@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: url("../images/tiledbk.png");
    background-size: cover;
    /*background-position: bottom left;*/
    background-repeat: no-repeat;
    font-family: arial;
    color: white;
    min-width: 1024px;
    min-height:600px;
    overflow: auto;
}

.code {
    position: absolute;
    top: 100px;
    right: -50%;
    margin-left: -64px;
    width: 128px;
    height: 128px;
}

    .code > img {
        width: 128px;
        height: 128px;
    }

.login-box {
    margin: auto 12px;
}

.login-box-head {
    border-bottom: solid 1px #01ffff;
    text-align: center;
}

.login-box-title > div {
    margin-left: 10px;
}

.login-box-head a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
}



.flex {
    display: flex;
}

.flex-2 > div {
    width: 50%;
}

.flex-3-7 > div:first-child {
    width: 30%;
    text-align: right;
    line-height: 26px;
}

.flex-3-7 > div:last-child {
    width: 70%;
}

.p-re {
    position: relative;
}

.input-checkbox-normal {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #B4CEDB;
    border-radius: 4px;
}

.input-checkbox-activat {
    background-image: url(../images/activating.png);
    background-size: 15px 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.input-checkbox {
    border: none;
    outline: none;
    opacity: 0;
}

.input-btn {
    background-color: #3495DA;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    width: 100%;
    border: none;
    height: 38px;
}

.top2 {
    width: 320px;
    /*height: 260px;*/
    margin-left: -190px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -130px;
}

.logo {
    position: absolute;
    top: -150px;
    left: -120px;
}

    .logo > div.nas {
        background-image: url(../images/nas.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 220px;
        height: 100px;
    }

    .logo > div.tracker {
        background-image: url(../images/tracker.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 250px;
        height: 100px;
    }

.download {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 6px auto;
}

.border {
    border: solid 2px #1a5573;
    border-radius: 2px;
    padding: 12px 0px;
    background-size: 100%;
    box-shadow: 0px 0px 5px #6f6f6f;
}

.banner {
    height: 100%;
    margin: auto 12px;
}

.language > div {
    margin: 15px;
}

    .language > div > a {
        margin: 15px;
        text-decoration: none;
    }

        .language > div > a > img {
            width: 48px;
            height: 32px;
            box-shadow: 0 0 2px #000000;
        }


.input-row {
    vertical-align: middle;
    margin: 15px auto;
}

.fin {
    border: none;
    font-size: 16px;
    margin: auto;
    color: black;
    outline: none;
    text-indent: 35px;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    width: 100%;
}

.input-txt {
    position: relative;
}

    .input-txt::before {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 10px;
    }

.input-account::before {
    background-image: url('../images/account.png');
    background-size: cover;
}

.input-password::before {
    background-image: url('../images/password.png');
    background-size: cover;
}

.lajis {
    padding-left: 58px;
}

.menugroupover {
    padding: 3px 5px;
    border: 1px solid #01ffff;
    border-bottom: none;
    background: rgba(255,255,255,0.7);
    font-size: 20px;
    font-weight: bold;
}

.menugroup {
    padding: 3px 5px;
    border: 1px solid #01ffff;
    border-bottom: none;
    font-size: 20px;
    font-weight: bold;
}

.align-right {
    text-align: right;
}


.app {
    margin: 10px auto;
    width: 120px;
    height: 45px;
    display: inline-block;
    text-align: center;
    background-size: cover;
}

.app-ios {
    background-image: url('../images/ios.png');
}

.app-android {
    background-image: url('../images/android.png');
}


a.bai {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

    a.bai:link {
        text-decoration: none;
        color: #ffffff;
        font-size: 12px;
    }

    a.bai:visited {
        text-decoration: none;
        color: #ffffff;
        font-size: 12px;
    }

    a.bai:hover {
        text-decoration: none;
        color: #ffffff;
        font-size: 12px;
    }

    a.bai:active {
        text-decoration: none;
        color: #ffffff;
        font-size: 12px;
    }



a.white:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
}

a.white:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline
}

a.white:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

a.white:active {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline
}
