body {
	background-color: #4f4f4f;
	margin: 0px;
	display: flex;
	background-image: url('login-bg.jpg');
	background-position: bottom right;
	background-size: 100% auto;
	position: relative;
	font-family: "Open Sans", sans-serif;
}

#fade-wrapper {
	width: 100%;
	background-image: linear-gradient(to bottom, gray, rgba(128,128,128,0));
}

#column-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 50%;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    color: #ffffff;
}

#window-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(128,128,128,0.9);
    border: 1px solid #808080;
    border-radius: 2px;
    margin: auto;
}

#top-menu {
	border: none;
    background: none;
    position: static;
    justify-content: center;
	padding: 10px;
}

#logo {
	display: flex;
    text-align: center;
	justify-content: center;
}

#logo img {
	height: 30px;
}

#main {
	top: 50px;
	padding: 0 20px;
	border: none;
	border-collapse: collapse;
    background: none;
}

#main table {
	width: 100%;
	text-align: center;
}

#main_table tbody {
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;

}

#text_div {
	text-align: left;
}

a.button {
	
	font-size: 0.89em;
    font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	
	background: #007a3f;
	
	border: 1px solid;
	border-color: #004725;
	border-radius: 2px;
	
	margin-top: 10px;
	line-height: 18px;
    min-height: 18px;
	padding: 5px 10px;
	position: relative;
	display: inline-block;   
}
