body {
    background: none repeat scroll 0 0 #fff;
    font-family: 'Roboto', sans-serif;
    margin: auto;
}
h2 { /* Heading that reads "Welcome to the PeopleNet Fleet Manager" */
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    color: rgba(0,0,0,0.87);
    line-height: 32px;
    margin-bottom: 35px;
}
a#loginLink  { /* this is our "Driver Centered Login" link */
    line-height: 30px;
}
a, a:visited { color: #606163; }
a:hover { color: #000;}
input {
    font-family: Roboto;
    font-size: 14pt;
    color: rgba(0,0,0,0.87);
    line-height: 29px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #606163;
    outline: 0;
    font-weight: 300;
    margin-bottom: 40px;
    width: 350px;
}
input [type='text'], input [type='password'] { padding-bottom: 2px; }
label {
    clear: both;
    display: block;
    text-align: left;
    margin: auto;
    width: 350px;
    color: #606163;
}

/* Containers */
#loginWrapper {
    left: 50%;
    text-align: center;
    white-space: nowrap;
    height: 600px;
    margin-top: 5%;
}

/* The ghost, nudged to maintain perfect centering */
#loginWrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */
#loginContainer {
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    height: 600px;
}
#logoContainer {
    margin-bottom: 30px;
}
#errorContainer {
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    height: 40px;
    color: red;
}
/* Specific Input Elements */
#loginButton {
    background: #0194D3;
    border-radius: 2px;
    font-family: Roboto;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 16px;
    border-style: none;
    width: 126px;
    height: 36px;
    /* float: right;
    margin: auto 110px 0 0; */
    cursor: pointer;
}
#loginButton:hover {background: #06bee3;}
/* Classes */
.btn-row { margin-top: 20px; }
.btn-row div {
    width: 40%;
    display: inline-block;
}
