/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-Mar-2015, 2:57:47 PM
    Author     : Steven
*/

html, body {
    margin: 0;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: initial;
}

body {
    background-image: url('../images/viscount_systems_cube.jpg');
    background-size: 100%;
}

#login-container {
    width: 330px;
    margin: 10px;
}

#header {
    background-color: white;
    text-align: center;
    border: 1px solid #dddddd;
    border-bottom: 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -khtml-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}

#logo {
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#login-form-container {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    width: 100%;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -khtml-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}

.form-label {
    font-weight: bold;
}

.form-field {
    margin-bottom: 20px;
}

#login-btn {
    width: 100%;
}

table.server_info {
    padding: 0px;
}

table.server_info td {
    font-family: 'courier';
    padding: 5px;
}

table.server_info th {
    text-align: right;
    padding: 5px;
}