* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    /* background-image: url(../images/login/deputyLogin_bg.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (min-width: 1920px) {
    body {
        background-image: url(../images/1920.png);
    }
    .lgContent {
        width: 1054px;
        height: 526px;
        background: url('../images/loginContent.png') no-repeat;
        background-size:100%;
    }
    .main{
        position: absolute;
        left: calc(50% - 527px);
        top: calc(50% - 190px);
    }
    .titleStyle {
        margin: 40px auto;
        text-align: center;
        position: relative;
        font-size: 25px;
    }
    #loginForm>div {
        width: 65%;
        height: 40px;
    }
    #loginForm{
        position: absolute;
        right: 50px;
        top: 50px;
        width: 50%;
    }
    .loginInfo {
        position: fixed;
        bottom: 40px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .layui-form-item{
        margin: 0 auto;
        margin-bottom: 34px;
    }
}
@media screen and (min-width: 1439px) and (max-width: 1919px) {
    body {
        background-image: url(../images/1440.png);
    }
    .lgContent {
        width: 750px;
        height: 350px;
        background: url('../images/loginContent.png') no-repeat;
        background-size:100%;
    }
    .main{
        position: absolute;
        left: calc(50% - 375px);
        top: calc(50% - 130px);
    }
    .titleStyle {
        margin: 20px auto;
        text-align: center;
        position: relative;
        font-size: 25px;
    }
    #loginForm>div {
        width: 76%;
        height: 39px;
    }
    #loginForm {
        position: absolute;
        right: 36px;
        top: 34px;
        width: 50%;
    }
    .loginInfo {
        position: fixed;
        bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .layui-form-item{
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1439px) {
    body {
        background-image: url(../images/1366.png);
    }
    .lgContent {
        width: 706px;
        height: 334px;
        background: url('../images/loginContent.png') no-repeat;
        background-size:100%;
    }
    .main{
        position: absolute;
        left: calc(50% - 353px);
        top: calc(50% - 130px);
    }
    .titleStyle {
        margin: 20px auto;
        text-align: center;
        position: relative;
        font-size: 25px;
    }
    #loginForm>div {
        width: 90%;
    }
    #loginForm {
        position: absolute;
        right: 36px;
        top: 100px;
        width: 50%;
    }
    .loginInfo {
        position: fixed;
        bottom: 40px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .layui-form-item{
        margin: 0 auto;
        margin-bottom: 8px;
    }
}

.user-label, .pwd-label {
    width: 56px !important;
}

.user-input, .pwd-input {
    position: relative;
    margin-left: 0 !important;
}
.user-input:hover, .pwd-input:hover {
    color: #5CB5F2;
}

.user-input #loginName, .pwd-input #password {
    padding-left: 45px;
}

.iconSty {
    position: relative;
    width: 32px;
    font-size: 20px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.form-title {
    color: #1F74D3;
    font-size: 18px;
}

.form-title p:last-child {
    margin-top: 5px;
    margin-bottom: 20px;
}

.layui-form-switch {
    margin-top: 0px !important;
}

.switch-input {
    margin-left: 8px;
    color: #00a0e9;
}

.switch-item {
    margin-top: 20px;
}

.sub {
    width: 100%;
    background: #1F74D3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.sub-btn {
    margin-top: 35px;
}

.layui-form-pane .layui-form-label {
    background-color: #fff;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
}

.layui-form-pane .layui-input {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.tip {
    text-align: center;
    color: #E60012;
    font-size: 14px;
}

.layui-form-item .layui-input:focus {
    border-color: #1F74D3 !important;
    /*border-left-color: #D2D2D2!important;*/
}

.switch-form .layui-form-switch {
    margin-left: 0px;
}

.layui-input{
    padding-left: 20px;
}
.pwd-input{
    position: relative;
}
.code{
    width: 60%;
    display: inline-block;
}
.get-verifyCode{
    width: 35%;
    position: absolute;
    right: 0;
    display: inline-block;
}

/*.titleStyle::after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 16px;*/
    /*left: 0px;*/
    /*width: 60px;*/
    /*height: 1px;*/
    /*background: linear-gradient(to right,#ccc,#666,#ccc);*/
/*}*/
/*.titleStyle::before{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 16px;*/
    /*right: 0px;*/
    /*width: 60px;*/
    /*height: 1px;*/
    /*background: linear-gradient(to right,#ccc,#666,#ccc);*/
/*}*/
.iconSty::after {
    content: '';
    position: absolute;
    height: 38px;
    width: 1px;
    background-color: #e6e6e6;
    right: 4px;
    top: -7px;
}
.publicIcon{
    height: 20px;
    width: 20px;
    margin-right:5px;
}