@charset "utf-8";

html,body{
    width:100%;
    height:100%;
    background-color: #E9E9E9;
    background-image: url(./assets/image/login-bg.png);
    background-size: cover;
    overflow: auto;
}

/* 登录容器 */
.tea-login{ 
    position: relative; 
    height: 100%;
    min-height: 620px;
}

/* 登录主体 */
.tea-login__body{
    position: relative; 
    top:13%;
}

.tea-login__title{
    width:100%; 
    margin-bottom:26px;
}
.tea-login__title-logos{
    text-align: center;
}
/* logo位置 用图片 */
.tea-login__title-mainlogo{
    display: inline-block; 
    vertical-align: middle;
}

.tea-login__content{
    width:420px;
    margin:0 auto; 
    box-sizing: border-box; 
    padding:40px 30px; 
    background-color:#fff; 
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
}
.tea-login__greeting{
    font-size:20px; 
    text-align: center; 
    margin-bottom:30px; 
}
.tea-login__content .tea-form__label{
    display: none;
}
.tea-login__content .tea-form__controls{
    padding-right: 0;
}
.tea-login__content .tea-form__controls .tea-icon{
    position: absolute;
    right:10px; 
    top:7px;
    margin-top:7px;
}
.tea-login__content .tea-input{
    height:44px;
}
.tea-login__content .tea-btn{
    height:44px;
    line-height:44px;
    width: 110px;
}
.tea-login__content .tea-form-operate{
    text-align: center;
    border-top:none;
}
.tea-login__content .tea-form-operate .tea-btn{
    min-width:180px;
    height:44px;
    font-size: 14px;
}
.tea-login__content .tea-justify-grid__col--right{
    width:120px;
    padding-left:10px;
    flex-grow: 0;
}
.tea-login__code{
    width:100%;
}

/* 底部 版权信息 */
.tea-login__footer{text-align: center; position: absolute; left:0;bottom:38px; right:0;}
.tea-login__copyright{font-size: 14px; color:#bbb;}

