* {
    font-family: '微软雅黑', 'Microsoft Yahei', Arial, serif;
    margin: 0;
    padding: 0;
}

/*html {*/
    /*无色彩模式*/
    /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
    /*-webkit-filter: grayscale(100%);*/
/*}*/

body {
    font-size: 14px;
    background: url('/tenant/image/enterprise-login-bg.png?20210120') no-repeat fixed top;
    background-size: 100% 100%;
}

.logo_box {
    width: 280px;
    height: 490px;
    padding: 35px;
    color: #EEE;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -175px;
}

.logo_box h3 {
    text-align: center;
    height: 20px;
    font: 20px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 0 35px 0;
}

.mb2 a {
    text-decoration: none;
    outline: none;
}

/*=====*/
/*其他登录口*/
.logins {
    width: 280px;
    height: 27px;
    line-height: 27px;
    float: left;
    padding-bottom: 30px;
}

.wx img {
    width: 16px;
    height: 16px;
    float: left;
    line-height: 27px;
    text-align: center;
}

.sas a {
    width: 280px;
    height: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
}

html {
    font-size: 14px;
    width: 100%;
    height: 100%;
    position: relative;
}

.login-form .form-control:focus {
    outline: none !important;
    box-shadow: none;
    border-color: transparent;
}

.login-form .form-control {
    border-radius: 0px !important;
    background: #EEE;
    border-left: none;
}

.login-form .form-control:focus {
    outline: none !important;
    box-shadow: none;
    border-color: transparent;
}

.login-form {
    background: #eee;
    border-radius: 4px;
    padding: 2rem;
    text-align: center;
    border-top: none;
    box-shadow: 0 2px 2px 0px #777;
    width: 350px;
    height: 100%;
    margin: 0;
}

.metal-ring .bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
}

.input-group {
    margin-top: 14px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 40px;
    outline: none;
    box-shadow: none;;
}

.login-btn {
    background: #36B7A6;
    line-height: 1;
}

.login-btn:hover {
    background: #47A8A7;
}

.toolbar {
    position: absolute;
    right: 20px;
    bottom: 40px;
    margin-left: 60px;
}

.toolbar i {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-top: 10px;
}

.copyright {
    text-align: center;
    font-size: 12px;
    padding: 6px 0;
    color: #666;
    margin-top: 4rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2f2725;
}

#info {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 3rem;
    color: red;
}

input {
    border: 1px solid #ccc
}

input:focus, input:active {
    border: none
}

.input-group-addon {
    border: none;
    border-radius: 0 !important;
}

.logo-r {
    font-size: 16px;
    letter-spacing: 5px;
    border-left: 1px solid #ccc;
    padding: 4px 0;
}

.carousel .item {
    width: 100%;
    height: 100%;
}

.carousel img {
    width: 100%;
    height: 100% !important;
    border-radius: 5px;
}
