.button-royal, .button-royal-flat {
    background-color: #13b9fc;
    border-color: #13b9fc;
    color: #FFF;
}
.input-group-addon {
    color: #9d9fa1;
    background-color: #f2f5f7;
    border: 1px solid #e4e4e4;
}
input[type=text],
input[type=password] {
    border: 1px solid #e4e4e4;
}
input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #8fcefb;
}
input[type=text]:hover .input-group-addon,
input[type=password]:hover .input-group-addon {
    border: 1px solid #8fcefb;
}
input[type=text]:focus,
input[type=password]:focus{
    outline-color:none;
    border: 1px solid #8fcefb;
}

.login-tab {
    height: 40px;
    width: 300px;
    float: left;
    margin-bottom:10px;
    margin-top: 10px;
}

.login-tab ul {
    text-align: center;
    height: 40px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.login-tab li {
    list-style-type: none;
    float: left;
    line-height: 30px;
    background: none;
    color: #8e8e8e;
    cursor: pointer;
    border-bottom: none;
    font-size: 18px;
    box-sizing: border-box;
    margin-right:40px;
}
.login-tab li:hover {
    color: #3875f6;
}
.login-tab .active{
    color: #3875f6;
}
.login-tab .active .bottom-line {
    background: #3875f6;
}
.login-tab li .bottom-line {
    margin: 0 auto;
    width: 45px;
    height: 2px;
    background: transparent;
}

.qrcode-main {
    position: relative;
    margin-top: 55px;
    height: 320px;
}
.qrcode-img {
    border: 1px solid #ebf0f8;
    padding: 8px;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    height:320px;
}
.qrcode-img img {
    width:300px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}
.qrcode-text{
    margin: 0 auto;
    line-height:30px;
    font-size: 20px;
    margin: 15px;
    color: #888888;
}
.qrcode-error {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    display: none;
}
.qrcode-error-mask {
    margin: 0 auto;
    padding-top: 20%;
    width: 300px;
    height: 300px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    box-sizing: border-box;
    display: block;
}
.err-cont {
    width: 100%;
    color: white;
    font-size: 16px;
    margin-top: 35px;
}
.mgt-70 {
    margin-top: 70px;
}
.refresh-btn {
    margin: 0 auto;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: white;
    background: #005eff;
    text-decoration: none;
    display: block;
}
.refresh-btn:hover {
    color:#ffff00 ;
    text-decoration: none;
}