html {
    height: 100%;
}

.login-wrapper {
    background-size: cover;
    height: 100%;
}

.container {
    position: fixed;
    background: #ffffff;
    right: 15%;
    top: calc(50vh - 270px);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 4px #cccccc;
    width: 400px;
}

.my-form input {
    background: #F5F7FA;
    height: 40px;
    width: 100%;
    border-radius: 2px;
    line-height: 40px;
    border: 1px solid #DCDFE6;
    margin-bottom: 20px;
    padding-left: 26px;
}

.control-form {
    position: relative;
}

.my-form .login-img {
    position: absolute;
    z-index: 66;
    width: 16px;
    margin: 12px 6px;
}

.my-form .m-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
    color: #303133;
    text-align: center;
}

.my-form .login-logo {
    height: 32px;
    width: auto;
    margin-bottom: 20px;
}

.my-form input.ui-btn-blue {
    background: #296EF6;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 0;
}

.my-form input.ui-btn-blue:hover {
    background: #397bfc;
}

.my-form input.ui-btn-blue:active {
    background: #1962f3;
}

.auth-image {
    float: right;
    cursor: pointer;
}

.help-block {
    color: red;
}

.fa.eye-control {
    top: 0;
    font-size: 20px;
    cursor: pointer;
    color: #909399;
    padding: 10px;
    position: absolute;
    right: 0;
}

a {
    color: #606266;
}

a:hover {
    text-decoration: none;
}

.bar {

}

ul.login-button-group li {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
    padding: 16px 0;
}

ul.login-button-group li:hover{
    background: #F5F7FA;
}

.login-button-group-img {
    display: block;
    width: 32px;
    height: 32px;
    padding: 8px;
    border: 1px solid #DCDFE6;
    border-radius: 6px;
    margin: 0 auto 6px;
}

.bar {
    display: flex;
    align-items: center;
}

.bar-line, .bar-text {
    flex: 1;
}

.bar-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
}

.bar-text {
    padding: 20px 0;
    text-align: center;
    color: #999999;
}

@media screen and (max-width: 425px) {
    .container {
        width: 100%;
        right: 0;
    }
}

.warn{
    /*position: absolute;*/
    bottom: 30px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #ec446b;
}
.warn label{
    display: block;
    line-height: 20px;
    visibility: hidden;
}
.warn label:first-child{
    display: block;
    visibility: visible;
}