
@import url(../fonts/font-awesome/css/font-awesome.min.css);
@import url(../plugin/bootstrap/css/bootstrap.min.css);

#single-wrapper {
    min-height: 100%;
    background: url('../images/bg_login.jpg') top center repeat;
    overflow: hidden;
    width: 100%;
    padding: 0px 15px 0px 15px;
    background-size: cover;
}

.frm-single {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 60px auto 60px;
    float: none;
    position: relative
}

.frm-single:after, .frm-single:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    -moz-box-shadow: 0 0 1px 0 #ccc
}

.frm-single:after {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg)
}

.frm-single .inside {
    background: #ffffff;
    position: relative;
    padding: 20px;
    z-index: 20;
    box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    -moz-box-shadow: 0 0 1px 0 #ccc
}

.frm-single .title {
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 34px;
    white-space: nowrap;
    color: #435966;
    text-align: center;
    margin-top: 12px;
}

.frm-single .a-link {
    color: #999
}

.frm-single .a-link:hover {
    color: #435966
}

.frm-single .frm-title {
    color: #999;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px
}

.frm-single .frm-input {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.frm-single .frm-input .frm-inp {
    height: 40px;
    padding: 0px;
    padding-left: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 38px;
    border-left: 3px solid #999
}

.common-inp{
    width:100%;
}

.frm-single .frm-input .frm-inp:focus {
    border-color: #304ffe;
}

.frm-single .frm-input .frm-ico {
    position: absolute;
    left: 3px;
    width: 30px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease
}

body, html {
    height: 100%;
}


.frm-single .checkbox {
    margin: 0px
}
.frm-single .checkbox label{
    padding-left: 5px;
}

.frm-single .a-link i {
    margin-right: 5px
}

.frm-single .frm-submit {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    background: #3671f3;
    color: #ffffff;
    margin-bottom: 15px;
    border-radius: 4px;
}

@media (min-width: 1025px) {
    .frm-single .frm-submit:hover {
        background: #1e3ded
    }
}

.frm-single .frm-submit i {
    margin-left: 5px
}

.frm-single .frm-footer {
    padding: 20px 0px 0px 0px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    color: #999
}

.frm-single .avatar {
    display: block;
    margin: 0px auto 20px;
    float: none;
    position: relative;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden
}

.frm-single .ico-email {
    display: block;
    margin: 0px auto 20px;
    float: none;
    width: 80px;
    height: 80px
}


@media (max-width: 1299px) and (min-width: 1199px) {
    .review-item .top .star-rating {
        width: 100%
    }
}

/*登录页样式*/
#single-wrapper {

}
.container {
    width: 1200px;
    position: relative;
    height: 100vh;
    padding: 0px !important;
    overflow: hidden;
}
.login-left {
    float: left;
    position: relative;
    top:50%;
    margin-top: -108px;
    width: 60%;
}
.login-right{
    float: right;
    height: 480px;
    position: absolute;
    top:50%;
    margin-top: -240px;
    right: 0px;
    width: 400px;
    text-align: center;
}
.login-right .frm-single{
    height: 100%;
    margin: 0px;
}
.login-right .frm-single .inside{
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.frm-single::after, .frm-single::before {
    background: none;
}
.login-left .title {
    font-size: 40px;
    color:#505458;
    max-width: 660px;
}
.login-left .content {
    font-size: 15px;
    color:#505458;
    margin-top: 40px;
}
.login-logo {
    text-align: center;
}
.login-logo img{
    width: 190px;
    margin-top: 50px;
}

.login-right .frm-single .frm-input .frm-inp {
    height: 50px;
    padding: 0px;
    padding-left: 20px;
    border: 1px solid #ccc;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    font-size: 14px;
    line-height: 38px;
    width: 300px;

}
.login-right .frm-yzcode {
    width: 100%;
    height: 50px;
    padding: 0px;
    padding-left: 0px;
    padding-left: 20px;
    border: 1px solid #ccc;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    font-size: 14px;
    line-height: 38px;
}
.yzcode {
    display: inline-block;
    width: 52%;
    margin: 0 !important;
}
.yzcodeimg {
    height: 50px;
    display: inline-block;
    cursor: pointer;
    width: 44%;
    float: right;
    border: 1px solid #ccc;
}
.yzcode-content {
    width: 300px;
    margin: 20px auto;
    text-align: left;
}
.login-right .pull-left{
    margin-left: 70px;
}
.login-right .frm-single .frm-submit {

    width: 300px;
    margin: 20px auto;
}
@media (max-width: 1200px) {
    .container {
        width: 100%;

    }
}
@media (max-width: 992px) {
    .login-left {
        display: none;
    }
    .login-right{
        float:none;
        margin: 0 auto;
        position: relative;
        top: 20%;
    }
}
@media (max-width: 768px) {
    .login-right{
        width: 100%;
    }

}
/*登录页样式*/