.login-box {
    background-color: #b4b4b4;
    border-radius: 9px;
	padding: 3px;
	width: 215px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	margin-top: 110px;
	margin-bottom: 70px;
}

@media screen and (max-height: 520px) {
	.login-box {
		margin-top: 10px;
	}
}

.login-inner {
	border-radius: 7px;
	border: 1px solid #dddcdc;
	border: 1px solid rgba(0, 0, 0, .13);
	padding: 30px 14px 10px 14px;
}

.stream-logo-overblack {
    width: 178px;
    height: 67px;
    background: url(/Content/Logos/Stream_OverBlack1.svg);
}

.stream-logo-overwhite {
    width: 178px;
    height: 67px;
    background: url(/Content/Logos/Stream_OverWhite1.svg);
}

.login-box input {
	margin-bottom: 10px;
	border: 1px solid;
	border-top-color: #b9b7b7;
	border-left-color: #b9b7b7;
	border-right-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	box-shadow: inset 1px 1px 7px rgba(0, 0, 0, .25);
	transition: box-shadow 200ms;
	-webkit-transition: box-shadow 200ms;
    background-color: rgb(248, 248, 248);
}

.login-box input:focus {
	box-shadow: inset 1px 1px 7px rgba(0, 0, 0, .1);
}

.login-box .top-button {
	display: block;
	width: 77px;
	height: 32px;
	font: 300 14px "Open Sans", sans-serif;
	margin: 20px auto;
}

.login-box p {
	margin: 0;
	text-align: center;
}

a.password-forget {
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

a.password-forget:hover {
	opacity: .8;
}

.login-page .footer {
	min-height: 40px;
	background: url(img/svg/footer.svg);
	background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background: -ms-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	padding-top: 10px;
	font-weight: 400;
	padding-bottom: 10px;
}

.login-page .footer a:hover {
	opacity: .8;
}

#loginPageBody {
    background-color: #333333;
}

#moreInfoButton {
    color: #f8f8f8
}