﻿.logo
{
    background-image: url(/QuechenWLDD/App/Portal/Styles/images/logo.png);
}

.lang-wrap {
    position: absolute;
    bottom: 0px;
    left: 280px;
    color: #f8f8f8;
    font-size: 24px;
    font-family:Arial;
}

.inner-wrap
{
    background: url(/QuechenWLDD/App/Portal/Styles/images/th11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-panel-bg
{
    height: 460px;
    border-radius: 10px;
    top: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.3;
}

.outter-wrap {
    background: #393D49;
    height: 100%;
    padding: 68px 0px 68px 0px;
    box-sizing: border-box;
}
.yz-input
{
    width: 286px;
}
.login-panel, .login-panel-bg
{
    width: 300px;
    padding: 0px 40px;
}
.yz-btn.login
{
    width:286px;
}