* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}

.login {
    background: url(../theme/img/login.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-direction: column;
}

.login .company{
    height:26px;
    font-size:26px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-bottom: 30px;
}

.login .login_form {
    margin: 0 auto;
    width: 360px;
    height: 390px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 32px 4px rgba(43, 42, 42, 0.43);
    border-radius: 15px;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}

.login .login_form .title{
    height:18px;
    font-size:18px;
    font-family:"MicrosoftYaHei";
    font-weight:bold;
    color:#4E83FF;
    margin: 30px auto 10px auto;
}

.login .login_form .form {
    width: 315px;
    margin: 40px auto;
    padding: 0 20px;
}

.login .login_form .form label {
    height:40px;
    width: 100%;
    background:#fff;
    border:1px solid rgba(229,229,229,1);
    border-radius:27px;
    margin: 10px auto;
    padding: 0 15px;
    line-height: 40px;
}

.login .login_form .form label input {
    height: 33px;
    border: none;
    outline: none;
    color: #5d5d58;
    width: 80%;
    font-size: 15px;
    background: transparent;
}

.login .login_form .form .pwd .icon {
    background: url("../theme/img/password.png") no-repeat;
    width:20%;
}

.login .login_form .form label.piccode{
    width: 50%;
}
.login .login_form .form label.piccode input {
    width: 100%;
}


.login .login_form .form .code {
    position: relative;
    margin-bottom: 15px;
}

.login .login_form .form .code img.codepic {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 80px;
    height: 34px;
}

.login .login_form .form label input::-moz-placeholder {
    font-size: 14px;
    color: #BFBFBF;
}

.login .login_form .form label input:-moz-placeholder {
    font-size: 14px;
    color: #BFBFBF;
}

.login .login_form .form label input::-webkit-input-placeholder {
    font-size: 14px;
    color: #BFBFBF;
}

.login .login_form .form label input::-ms-input-placeholder {
    font-size: 14px;
    color: #BFBFBF;
}

.login .login_form .form .login_btn {
    width:100%;
    height:54px;
    background:rgba(49,109,252,1);
    border-radius:27px;
    color: #fff;
    border-width:0;
}

.login .copyright {
    font-size: 14px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.codepic {
    display: inline-block;
    float: right;
    width: 50%;
    display: flex;
    height: 100%;
    margin: 10px 0;
    padding: 0 10px;
}

body .authent {
    /*box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);*/
    display: none;
    background: #35394a;
    /* Old browsers */
    /* FF3.6+ */

    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: rgba(0, 0, 0, .5);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000); /*IE8支持*/
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 70px;
    height: 70px;
    border-radius: 5px;
}

body .authent p {
    text-align: center;
    color: white;
    line-height: 50px;
}

body .authent .loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

body .login_form.test {
    box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
    pointer-events: none;
    top: -100px !important;
    -webkit-transform: rotateX(70deg) scale(0.8) !important;
    transform: rotateX(70deg) scale(0.8) !important;
    opacity: .6 !important;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

body .login_form.testtwo {
    left: -320px !important;
}
