﻿#content {
    padding-top:100px;
}
.loginBox {
    width: 900px;
    height: 480px;
    background-color: #fff;
    border-radius: 12px;
    margin:0 auto;
}

.styleLeft {
    width: 550px;
    height: 480px;
    float: left;
    background: linear-gradient(-45deg,rgba(111,127,252,1),rgba(104,124,228,1),rgba(0,119,248,1));
    border-radius: 12px 0px 0px 12px;
    color: #ffffff;
    padding: 30px 40px 30px 40px;
}

.loginStyle {
    width: 350px;
    padding: 30px 20px 30px 30px;
    float: left;
}
.noMsgSet {
    text-align:center;
    height:312px;
}
    .noMsgSet img {
        margin-top:50px;
    }
    #box-notice {
        max-height: 312px;
        margin-bottom:20px;
        position: static;
        zoom: 1;
    }
    
    .msgTitleP {
        font-size: 16px;       
    }

.msgCont {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
    color: #ebf0f2;
    height: 76px;
    overflow: hidden;
}

.moreLinka {
    text-align: right;
    margin-bottom: 10px;
}
.boxBg {
    height: 82px;
    background: url(../img/msgBoxBg.png) no-repeat center center;
    background-size: 90px 80px;
    padding: 6px;
    padding-top:18px;
    text-align: center;
}
.resetRow {
    padding-left: 10px;
    padding-right: 0px;
}

.testMsgJ {
    line-height: 16px;
    margin-top: 0px;
}
p.pSets {
    margin-top: 5px;
    color: #ebf0f2;
    font-size: 12px;
}
p.abl {
    margin-top: 20px;
    color: #ebf0f2;
    font-size: 12px;
}
.margBtm {
    margin-bottom: 5px;
    
}
img.imgWH {
    width:80px;
    height:80px;
}
.margTmed {
    margin-top: 30px;
}
.fontsP1 {
    font-size: 20px;
}

.fontsP2 {
    font-size: 22px;
}
@media (min-width: 1680px) {
    #content {
        padding-top: 50px;
    }

    .loginBox {
        width: 1150px;
        height: 630px;
    }

    .styleLeft {
        width: 670px;
        height: 630px;
    }

    #box-notice {
        min-height: 413px;
       
    }

        #box-notice section {
            margin-bottom: 10px;
        }
    .noMsgSet {
        text-align: center;
        height: 420px;
    }

        .noMsgSet img {
            margin-top: 110px;
        }
    .msgTitleP {
        font-size: 20px;
    }

    .msgCont {
        font-size: 18px;
        line-height: 32px;
        height: 120px;
    }

    .loginStyle {
        width: 480px;
    }

   
    .fontsP1 {
        font-size: 24px;
    }
    .fontsP2 {
        font-size:26px;
    }
    .boxBg {
        height: 102px;
        background: url(../img/msgBoxBgbig.png) no-repeat center center;
        padding-top: 14px;
        background-size: 110px 102px;
        padding-top:20px;
    }

    p.pSets {
        font-size: 14px;
    }
    p.abl {
        margin-top: 36px;
        color: #ebf0f2;
        font-size: 14px;
    }
    .admin-form .section {
        margin-bottom: 32px;
    }

    .admin-form .gui-input {
        height: 52px;
    }

    .admin-form input, .field-icon i, .admin-form .switch, .btn, .admin-form label {
        font-size: 16px;
    }

    .admin-form .prepend-icon .field-icon {
        top: 5px;
    }

    .margTmed {
        margin-top: 80px;
    }

    img.imgWH {
        width: 100px;
        height: 100px;
    }

    .testMsgJ {
        line-height: 16px;
        margin-top: 10px;
    }
    .margBtmB {
        margin-bottom:60px!important;
    }
}
    @media (min-width:1367px) and (max-width:1679px) {
        .loginBox {
            width: 900px;
            height: 520px;
        }

        .styleLeft {
            width: 480px;
            height: 520px;
        }
        #box-notice {
            min-height: 313px;
            
        }
        .loginStyle {
            width: 420px;
        }
        .margBtmB {
            margin-bottom: 60px !important;
        }
       
    }
@media  (max-width:1366px) {
    .loginBox {
        width: 800px;
        height: 450px;
    }

    .styleLeft {
        width: 450px;
        height: 450px;
    }

    .loginStyle {
        width: 350px;
    }
    #content {
        padding-top:50px;
    }
    .noMsgSet {
        text-align: center;
        height: 262px;
    }

        .noMsgSet img {
            margin-top: 30px;
        }
    .fontsP1 {
        font-size: 16px;
    }

    .fontsP2 {
        font-size: 18px;
    }
}
@media (max-width: 1280px) {
    #box-notice {
        max-height: 292px;
        margin-bottom: 5px;    
    }
    .msgTitleP a {
        line-height:18px;
    }
}