﻿.contain{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    color: #fff;position:relative;
}

.contain .top{
    display: flex;
    flex: 0 0 120px;
    align-items: center;
    padding-left: 50px;
}
.loginbd {
    background: url('../images/center-bj.jpg') no-repeat;
    background-position: center bottom;background-size:cover
}
.contain .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    position: absolute;
    top: 10%;
    right: 15%;
}
.lgtitle {
    font-size:26px;color:#333;padding:20px 0;
}
.center .form-c {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position:relative;
}
.ewmacount {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #f2f2f2;
    border-left: 60px solid transparent;cursor:pointer;
}
.ewmimg {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 20;width:24px;height:24px;cursor:pointer;
}
.form-c .lglog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
    align-items: center;
    padding: 25px 0;
}
.lglbl1 {
    font-size:20px;color:#73dcd8;padding:10px 0;
}
.lgspan1 {
    display:flex;justify-content:space-between;color:#999;font-size:12px;align-items:center;
    width:320px;margin-bottom:10px;
}
    .lgspan1 i {
        height: 1px;
        background-color: #f2f2f2;
        width: 60px;
    }
    .form-c .form {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        height: 350px;
        width: 440px;
    }
.lgewm {
    display:flex;align-items:center;width:440px;height:350px;justify-content:center;
}
.form-c .form div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 320px;
    height: 40px;
    border: #E0DFDF solid 1px;
    border-radius: 5px;
    margin: 15px 0;
    color: #676767;
}
.form-c .form div i{
    margin: 0 10px 0 15px;
}
.form-c .form div input{
    height: 30px;
    width: 250px;
    border: none;
    outline:none;
    color: #999;
}

.contain .foot{
    display: flex;
    justify-content: center;
    padding: 5px 0;
    font-size: 12px;
     background: #666;position:absolute;bottom:0;width:100%
}

/* 表单样式 */
.btn-login{
    display: block !important;
    background: #13BDA6;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor:pointer;
}

.IsHidden{
    display:none;
}

.zhacount {
    color: #557571;
    position: absolute;
    right: 10px;
    top: 42px;
    font-weight: 400;cursor:pointer;
}