body{
    font-family: 'Bliss', sans-serif;
    font-size: 100%;
    padding: 0; margin: 0;
}
body div#banner{
    width: 100%;
    height: 420px;
    
    border-bottom: 5px solid #b3d47d;
    background-color: #01426a;
    background-repeat: no-repeat;
    background-image: url('/images/banner.jpg');
    background-size: cover;
    background-position: center;
}
body div#login,
body div#content{
    width: 340px;
    min-height: 300px;    
    background: white;
    position: absolute;
    left: 50%; top: 50%;
    border: 1px solid #ccced0;
    transform: translate(-50%, -50%);
    z-index: 9;
    
    text-align: center;
    padding: 30px 45px;
}

body div#content form#info label {
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}
body div#content form#info input[type="text"], body div#content form#info select{
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 1em;
}
body div#content form#info input[type="submit"]{
    margin: 25px auto 0; width: auto;
    text-transform: uppercase;
    font-family: 'Bliss', sans-serif;
    
    border: 1px solid #01426a;
    background: #01426a;
    color: white;
    
    padding: 8px 17px;
    box-sizing: border-box;
    font-size: 0.6em;
    text-decoration: none;
    float: right; cursor: pointer;
}

body div#content h2{
    margin: 1em;
    font-size: 1.25em;
}

body div#content div.half{
    width: 50%;
    padding: 2px;
    box-sizing: border-box;
}
body div#content div.half.left{
    float: left;
}

body div#login div.logo img{
    max-width: 100%; height: auto;    
}
body div#login div.info{
    text-align: center;
    font-size: 1.40em;
    line-height: 1.25em;
    padding: 35px 0;
}
body div#login div.input{
    width: 304px;
    margin: auto;
    margin-bottom: 20px;
}
body div#login div.input > div{ display: inline-block; vertical-align: middle; }
body div#login div.input div.icon {
    margin-right: 20px;
}
body div#login div.input div.icon img { display:block; }
body div#login div.input div.field {
    width: 260px;
    border-bottom: 1px solid #c4c6c8;
}
body div#login div.input div.field input{
    border: 0;
    width: 100%;
    padding: 7px 4px;
    font-size: 1.105em;
    box-sizing: border-box;
    font-family: 'Bliss', sans-serif;
}
body div#login input[type="submit"]{
    margin: auto; width: auto;
    text-transform: uppercase;
    font-family: 'Bliss', sans-serif;
    
    border: 1px solid #01426a;
    background: #01426a;
    color: white;
    
    padding: 8px 14px;
    box-sizing: border-box;
    font-size: 1em;
}

body div#content {
    width: 360px;
    padding: 30px 10px;
}
body div#content h1{
    margin:0;
    text-transform: uppercase;
}
body div#content p{
    line-height: 1.75em;
}
body div#content div.major {
    color: #01426a;
    font-size: 1.125em;
    text-transform: uppercase;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    margin-bottom: 26px;
}
body div#content div.major p{
    line-height: 1.25em;
}
body div#content div.continue {
    text-align: right;
}
body div#content div.continue a {
        margin: auto; width: auto;
    text-transform: uppercase;
    font-family: 'Bliss', sans-serif;
    
    border: 1px solid #01426a;
    background: #01426a;
    color: white;
    
    padding: 8px 17px;
    box-sizing: border-box;
    font-size: 0.6em;
    text-decoration: none;
}
body div.faded{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background: rgba(0,0,0,0.75);
}

#message > div{
    box-sizing: border-box;
    background: #42B447 none repeat scroll 0% 0%;
    color: #FFF;
    padding: 13px 11px;
    margin-bottom: 20px;
}
#message > div.error{
    background: #D8252D none repeat scroll 0% 0%;
}
div.langSwitch{
    margin: 30px auto auto;
}

div.langSwitch a{
    color: black;
    text-decoration: none;    
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid black;
}