﻿
.login_bg
{
    width: 100%; 
    height: 400px;
    vertical-align: middle; 
    text-align: center;
    background-color: #ffff99;
}

.login_title
{
    background-color: blue;
    height: 90px;
}

.login_title_logo
{
    position:absolute; 
    right: 15px; 
    top: 12px;
}

.login_input
{
    width: 400px;
    height: 210px;
    text-align: center;
    margin: 0px auto;
    background-color: #99BBFF;
    border-radius: 10px;
}

.login_footer
{
    height: 50px;   
    vertical-align: middle;
}