﻿.login-page {
    box-sizing: border-box;
    height: 95%;
    padding: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footerContent {
    height: 5%;
    background-color: #4c4d4f;
    font-size: x-large;
    color: #cccccc;
    font-size: 12px;
}

.footerContent .bottom-nav {
    float: right;
    margin-right: 2em;
    margin-top: 0.5em;
}

.footerContent .bottom-nav a {
    color: #cccccc;
}

.footerContent .legal {
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.footerContent .legal a {
    color: #808285
}

.login-box {
	width: 480px;
	padding: 24px;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .7);
	box-shadow: #333 0 0 64px;
	margin: 32px auto;
}

.login-box .logo {
    display: block;
    height: 72px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 16px;
}

.login-box .inner {
    min-height: 160px;
}

.login-box .entry {
    border: 0;
}

.login-box footer {
    margin-top: 16px;
    padding: 16px 16px 0 16px;
    text-align: center;
}

.login-btn {
    color: #fff;
    background-color: #444;
}

.forgot-password {
	font-size: 11px;
}
