/* Login Page */


/* Header & Footer */
/*#LOGIN {
    position: relative;
    height: 100%;
    min-height: 600px;
}*/
#LOGIN header {
    background: url(/images/meihe_logo.png) #FFF center center no-repeat;
    background-size: auto 50%;
    height: 150px;
    font-size: 0;
    text-indent: -10000px;
}

#LOGIN footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

#LOGIN footer span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

#LOGIN footer span:last-child {
    margin-bottom: 5px;
}


/* Login bar */

#LOGIN>div {
    width: 300px;
    margin: 0 auto;
}

#LOGIN>div h1 {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 10px;
}

#LOGIN>div h4 {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    letter-spacing: 8px;
    margin: 0;
    margin-bottom: 90px;
}

#LOGIN>div section {
    width: 272px;
    margin: 0 auto;
}

#LOGIN>div section .alert {
    margin-top: 20px;
}

.combo-dropdown {
    border: 0;
}

.beian {
    color: rgba(255,255,255,.5);
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    #LOGIN footer {
        position: static;
        margin-top: 40px;
    }
}