﻿@charset "utf-8";

/***************************************/
/* 版权所有 设计师  南梦 所有 */
/********** 不得转载 盗链 挪用 *********/
/* 联系电话：13559176019  QQ：59439391 2796954 */
/***************************************/
/******* 风格设计首页 ********/
/************* 2020-01-07 **************/
/****** General Styles ******/
body, html {
    height: 100%;
    font-size: 16px;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, big, em, font, strong, tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, caption, tbody, tfoot, thead, tr, th, tdinput {
    padding: 0;
    margin: 0
}

    body.login {
        font-family: 微软雅黑, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif !important;
        -webkit-font-smoothing: antialiased;
        width: 100%;
        background: url(../../../Content/login/images/bg.png) no-repeat top center;
        background-size: 100% 100%;
        background-attachment: fixed;
    }

@media screen and (max-width: 1199px) {
    body.login {
        font-size: 14px/28px;
    }
}

@media screen and (max-width: 1024px) {
    body.login {
        font-size: 12px/24px;
    }
}

img {
    border: 0
}
/*ul {
	list-style:none
}
li {
	list-style:none;
	color:#555555;
	font-family:微软雅黑, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif!important;
	font-size:1rem
}
.hide{display:none;}
.text-center {
	text-align:center
}
a {
	color:#555555;
	text-decoration:none
}*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both
}

.container {
    width: 60rem;
    margin: 0 auto 2rem auto;
}

.login .logoimg {
    width: 100%;
    height: 7.5rem;
    margin-top: 3.75rem;
    text-align: center;
}

    .login .logoimg img {
        width: auto;
        height: 100%;
    }

.login .tit_logo {
    width: 100%;
    height: 2.75rem;
    margin-top: 1rem;
}

    .login .tit_logo img {
        width: auto;
        height: 100%;
    }

.login .content {
    background: rgba(255,255,255,.9);
    width: 55rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    height: 22rem;
    margin-top: 1rem;
    padding: 2.5rem;
}

    .login .content .loginform {
        width: 39rem;
        height: 19rem;
        float: left;
        padding-right: 1rem;
        border-right: 1px #e1e1e1 solid;
    }

    .login .content .tips {
        width: 13rem;
        padding-left: 1rem;
        float: right;
        height: 19rem;
        position: relative;
    }

.btn-org {
    width: 100%;
    height: 3rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 3rem;
    background: #ec6941;
    display: block;
    border-radius: .25rem;
    border: 0;
}

.form-title {
    color: #333333;
    font-size: 1.5rem;
    line-height: 2.5rem;
    height: 2.5rem;
    font-weight: normal;
}

.forget-password {
    line-height: 1rem;
    font-size: .9rem;
    color: #333;
    text-align: justify;
}

    .forget-password h4 {
        font-size: 1rem;
        color: #ec6941;
        font-weight: bold;
        line-height: 2rem;
    }

.tips .btn-org {
    position: absolute;
    bottom: 0;
}

.btn-green {
    width: 100%;
    height: 3rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 3rem;
    background: #9dbb45;
    display: block;
    border-radius: .25rem;
    border: 0;
}

.loginform .control-group {
    padding-bottom: 1.5rem;
}

.loginform .controls {
    position: relative;
    height: 3rem;
}

.loginform input {
    height: 2.5rem;
    border: #89898c 1px solid;
    width: 33rem;
    padding-left: 4rem;
    background: none;
    border-radius: 0;
    font-size: 1.2rem;
}

    .loginform input.verifyCode {
        float: left;
        width: 20rem;
    }

.loginform .controls i {
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    position: absolute;
    left: 1rem;
    top: 40%;
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -o-transform: translateY(-40%);
}

.field-validation-error {
    color: #ff0000;
}

.verimg {
    height: 3rem;
    float: left;
    margin-left: 1rem;
}

    .verimg img {
        height: 3rem;
        width: auto;
    }

.user {
    background: url(../../../Content/login/images/user_icon.png) no-repeat left center;
    background-size: auto 100%;
}

.lock {
    background: url(../../../Content/login/images/password_icon.png) no-repeat left center;
    background-size: auto 100%;
}

.safe {
    background: url(../../../Content/login/images/ecurityCode.png) no-repeat left center;
    background-size: auto 100%;
}
