@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700);
body {
    display:                block;
    margin:                 0;
    padding:                0;
    width:                  100%;
    height:                 100%;
    font-family:            'Merriweather Sans', sans-serif;
    cursor:                 default;
    font-size:              16px;
    background-color:       #7597a9;
    overflow:               hidden;
    font-weight:            100;
}
body div, html {
    -moz-user-select:       -moz-none;
    -khtml-user-select:     none;
    -webkit-user-select:    none;
    -ms-user-select:        none;
    user-select:            none;
}
div#wrap, html {
    width:                  100%;
    height:                 100%;
}
div#top {
    width:                  100%;
    float:                  left;
    height:                 280px;
}
div#bottom {
    width:                  100%;
    float:                  left;
    height:                 300px;
}
div#center {
    width:                  100%;
    float:                  left;
    background-color:       #c1cdd5;
    padding:                20px 0;
}
div#center-out {
    width:                  370px;
    margin:                 0 auto;
}
div#center-inner {
    width:                  100%;
    float:                  left;
}
div.error {
    color:                  #aa0000;
}
div#loginFormOut {
    margin:                 25px 0 0;
}
div#logo {
    color:                  #ffffff;
    font-size:              64px;
    float:                  left;
    text-align:             center;
    width:                  100%;
    margin-top:             160px;
}
div#logo .left {
    float: left;
    margin-left: 5px;
    margin-right: 80px;
}
div#logo .right {
    float: left;
}
div#logo .version {
    font-size: 11px;
    color: #c1cdd5;
}