﻿.login-box {
    float: right;
    margin-top: 165px;
    margin-right: 30px;
    width: 380px;
    /*height: 490px;*/
    min-height: 490px;
    background-color: white;
}



.box-content {
    width: 370px;
    /*height: 425px;*/
    min-height: 425px;
    margin: 5px;
}

.box-head {
    width: 100%;
    height: 43px;
}

    .box-head img {
        width: 43px;
        height: 43px;
        float: right;
    }

.toggle:hover {
    cursor: pointer;
}

.box-title {
    font-size: 28px;
    color: #232526;
    text-align: center;
    height: 43px;
    line-height: 43px;
}

.box-main {
    margin-top: 23px;
    text-align: center;
}

.qrcode {
    margin: 0 auto;
    width: 190px;
    height: 190px;
}

.qrcode-note {
    margin-top: 10px;
}

.box-bottom {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #e7f3fe;
    text-align: center;
}

    .box-bottom p {
        margin-bottom: 0px;
    }

    .box-bottom a {
        color: #1285f7;
        text-decoration: none;
    }

        .box-bottom a:hover {
            color: #1285f7;
        }

.pointer:hover {
    cursor: pointer;
}

.box-tab {
    width: 310px;
    margin: 0px 30px;
    position: relative;
    top: -15px;
}

.line {
    width: 310px;
    height: 1px;
    border-top: 1px solid #dddddd;
    margin-top: 19px;
    margin-bottom: 35px;
}

.box-tab .title {
    font-size: 18px;
    margin-right: 30px;
    padding-bottom: 20px;
}

    .box-tab .title:hover {
        cursor: pointer;
    }

.active {
    border-bottom: 2px solid #1285f7;
    color: #1285f7;
}

.icon {
    width: 14px;
    height: 20px;
}

.mybutton {
    width: 100%;
    height: 48px;
    background-color: #1285f7;
    margin-top: 8px;
}

    .mybutton:hover {
        background-color: #1077de;
    }

#getLogCode {
    float: right;
    width: 103px;
    height: 46px;
    text-align: center;
    background-color: #fc8a1a;
    border-color: #fc8a1a;
    color: white;
    line-height: 46px;
    border-radius: 4px;
}

    #getLogCode:hover {
        cursor: pointer;
    }

.form-group {
    margin-bottom: 25px;
}

.input-group input {
    height: 46px;
    line-height: 46px;
}

.codeimg {
    padding: 0;
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 101px;
}

.findPwd a {
    color: #626465;
}

    .findPwd a:hover, a:active {
        color: #1285f7;
    }

.bv-form .bv-icon-input-group {
    top: 5px !important;
}
