.logo-text {
	font-size: 12px;
	font-weight: bold;
    text-shadow:2px 2px 8px gray;
	text-align: center;
}

.login-title {
    border-radius: 20px;
    background-color: gray;
	text-align: center;
	padding: 10px;
    font-weight: bold;
    color: white;
}

.login-box {
    border: 1px solid gray;
    border-radius: 20px;
    position: absolute;
    height: 300px;
    width: 400px;
    margin: -150px 0 0 -200px;
    top: 50%;
    left: 50%;
	padding: 5px;
}

.login-form {
    border: 1px none gray;
	vertical-align: middle;
	text-align: center;
	padding: 30px 5px 5px 5px;
}

.button {
    margin: 1px;
}

.opaque {
	background-color: lightgray;
	box-shadow: 0px 8px 16px 0px lightgray;
	opacity: .5;
}
