﻿body {
    background: #f7f7f7 url(../Splash/background.jpg) no-repeat center center;
    background-size: 100% cover;
    font-family: 'XeroSans';
    min-height: 100vh;
}
header {
    background: #fff;
    height: 50px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 5px 10px #777;
}
header ul {
    list-style-type: none;
    font-size: 0;
}
header ul li {
    display: inline-block;
    vertical-align: top;
}
header ul li a {
    display: block;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    color: #777;
    padding: 0 20px;
    border-left:1px solid #eee;
}
header ul li a:hover {
    background-color: #82b1cf;
    color: #fff;
}

.LoginBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 370px;
    height: 300px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px;
    margin: auto;
    background: #00000082;
}

.LoginBox h1 {
    font-size: 20px;
    color: #777;
    position: relative;
}
    .LoginBox h1 span {
        display: block;
        padding-left: 20px;
        vertical-align: top;
        position: relative;
        text-align: center;
        color: white;
    }
.LoginBox {
    font-size: 0;
}
.LoginForm , .LoginCover{
    vertical-align: top;
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    line-height: 180%;
}
.LoginForm input[type=text] , .LoginForm input[type=password] {
    border: 1px solid #dddddd;
    border-radius: 2px;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    text-align: left;
    direction: ltr;
    height: 40px;
    line-height: 40px;
}
    .LoginForm .btn {
        background: #00b5ac;
        color: #fff;
        height: 40px;
        line-height: 40px;
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 4px;
        margin: 10px auto 10px 0;
        box-shadow: 0 1px 3px #aaa;
        box-sizing: border-box;
        border: 1px solid #00b5ac;
        font-size: 14px;
    }
.logo {
    max-width: 100%;
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.LoginForm .forgot {
    font-size: 12px;
    color: #ccc;
    margin: 10px 0;
    display: block;
}