body {
    margin: 0;
    padding: 0 8%;
    background-color: #dce7ed;
}
.tabbbg {
    width: 100%;
    min-height: 605px;
    background: url('login_bg_1.png') no-repeat;
    background-size: cover;
}
.tabbs {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 30px;
}
.iptcs {
    padding: 5px;
    width: 142px;
}
.wwtitle {
    color: #ffff00;
    font-size: 6.2em;
    padding-top: 8%;
    padding-left: 15%;
    letter-spacing:15px;
}
#bg-white {
    width: 320px;
    height: 150px;
    background-color: white;
    border-radius: 5px;
    box-shadow: -10px 10px 10px black;
    padding-top: 10px;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.5;
    z-index: 100;
    position: absolute;
    z-index: 1;
}
#content {
    width: 320px;
    height: 160px;
    padding-top: 5px;
    position: absolute;
    z-index: 10;
}
.left {
    display: inline-block;
    float: left;
}
button {
    background-color: #27a9e3;
    width: 90px;
    height: 60px;
    color: white;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
    button:hover {
        background-color: #2085b1;        
    }
.noscs {
    font-size: 16px;
    padding: 10px;
    margin-top: 1px;
    color: #ff0000;
    text-align: center;
    border: 1px solid #eed599;
    background-color: #fefdf1;
}
input:focus {
    outline: none;
}