﻿html,body{height:100%;}
        .wrapper {
            width: 500px;
        }
        input{outline:none;}
        .icon-dengluzhanghao {
            position: initial;
        }
        /*登录*/
        #controls {
            display: none;
        }
        body {
            margin: 0;
            padding: 0;
        }
        .login_logo {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin-right: 26px;
        }
        .login_top {
            /*background: #fff;*/
            height: 99px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
.companyname {
    font-size: 32px;
    color: #20cec5;
}
        .form {
            /*background: #fafafa;*/
            margin: 0;
            padding: 29px 50px;
        }
            .form i {
                color: #27a2c4;
                padding: 12px;
                display: inline-block;
                font-size: 18px;
            }
        .form_box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #ddd;
            height: 42px;
            background: #fff;
            -webkit-box-shadow:#ddd 0px 2px 3px;
    box-shadow: #ddd 0px 2px 3px;
            border: none;
        }
            .form_box input {
                border: none;
                border: none;
                width: 76%;
            }
                .form_box input:focus {
                    border: none !important;
                }
        .form_box {
            margin-bottom: 24px;
        }
        .icon-mimaxianshi {
            display: none;
        }
        .autologin {
            font-size: 14px;
            color: #999;
            width: 36%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .form_three {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 20px;
        }

        .Vercode input {
            height: 42px;
            width: 150px;
            padding: 0 12px;
            box-sizing: border-box;
            -webkit-box-shadow:#ddd 0px 2px 3px;
    box-shadow: #ddd 0px 2px 3px;
            border: none;
        }

        .Vercode button {
            width: 94px;
            height: 42px;
            margin-left: 7px;
            background: #fff;
            border: none;
            -webkit-box-shadow:#ddd 0px 2px 3px;
    box-shadow: #ddd 0px 2px 3px;
        }

.btn-login {
    width: 400px;
    background: #20cec5;
    color: #fff;
    height: 42px;
    border: none;
    font-size: 20px;
}

        .forgetpaw {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            .forgetpaw a {
                float: right;
                color: #333;
                text-decoration: none;
                font-size: 14px;
            }
            .logo_box{margin-right:15px;}
            /*.logo_box img{margin-top:11px;}*/
        /*复选框*/
        .form .cbox {
            width: 14px;
    height: 14px;
    margin-top: 1px;
    border: 1px solid #e4e5e6;
    margin-right: 7px;
        }