﻿body {
    background-color: #eee;
    text-align: center;
}

.login-page-container {
    text-align: left;
    display: inline-block;
    margin: 10% auto 0;
    padding: 15px;
    background-color: #434343;
    color: #b3b3b3;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.login-form label.checkbox {
    display: inline;
}

.login-form table td{
    padding-bottom: 10px;
    position: relative;
}

.logo {
    text-align: center;
}

input {
    background-color: white;
    padding: 3px;
    color: #333333;
}

.bottom-row {
    position: relative;
    height: 100px;
}

.bottom-row-content {
    position: absolute;
    bottom: 0; right: 10px;
}

.text-align-right {
    text-align: right;
    margin-right: 10px;
}