﻿@charset "UTF-8";
/*===============================================
  login.css 补充
================================================= */
html {
    background-color: transparent;
}

@media screen and (min-width: 320px) {
    #login {
        max-width: 300px !important;
    }

    /*#panel-title {
        font-size: 18px !important;
        margin-right: 5px !important;
    }*/

    #panel-sub-title {
        font-size: 14px !important;
        color: #ececec;
    }
}

@media screen and (min-width: 640px) {
    #login {
        max-width: 400px !important;
    }

    #panel-title {
        font-size: 24px !important;
        font-weight: 700;
    }

    #panel-sub-title {
        font-size: 18px !important;
        display: block;
        text-align: right;
        padding: 0;
        line-height: 30px;
        margin: 0;
        color: #ececec;
    }
}

/* body{ background: url(../login/img/sower_login_bg.jpg) top center no-repeat; background-size: 100% 100%; height: 100%; background-attachment: fixed;} */
.sower-logo span{ padding-right: 13px; display: inline-block; vertical-align: middle; padding-top:2px;}
.sower-logo em{ font-style: normal; color: #fff; font-size: 25px; font-weight: bold; display: inline-block; vertical-align: middle; text-shadow: 1px 1px 1px #245c8f;}
.sower-login{ width: 400px;}
@media (max-width: 767px){
.sower-login{ width: 100%;} 
#panel-title{ font-size: 24px;font-weight: 700;}
}
@media (max-width: 441px){
.sower-login{ padding-top: 50px !important;}
.sower-logo{ left: 55px; top: 40px;}  
.sower-logo img{ height: 31px; width: 158px;}  
}
@media (max-width: 375px){
.sower-logo{ left: 20px; top: 40px;}  
.sower-logo img{ height: 31px; width: 158px;}
}
@media (max-width: 320px){
.sower-logo{ left: 30px; top: 30px;}  
.sower-logo img{ height: 31px; width: 158px;}
.sower-logo em{ font-size: 22px;}
}

.bra10 {
    border-radius:10px !important;
}
.bra-tl {
    border-top-left-radius:10px !important;
}
.bra-tr {
    border-top-right-radius:10px !important;
}
.bra-bl {
    border-bottom-left-radius:10px !important;
}
.bra-br {
    border-bottom-right-radius:10px !important;
}
.a-qrcode :hover { color:#0026ff;}  

