@CHARSET "UTF-8";

hr {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

hr {
    margin: 50px 0 5px 0;
}

h2 {
	color: red;
}

body 
{
	background-color: black;
	font-family: Roboto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0px;
}

#main {
	padding: 40px;
    display: flex;
    justify-content: space-between;
    background-image: url(../img/treebackground3.png);
    min-height: 1000px;
}

#left {
    background-color: #e0d2c7;
    padding: 20px;
    display: flex;
    margin-right: 5px;
}

#right {
    background-color: #e0d2c7;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

#stayout {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-image: url(../img/blueballscomm.png);
}

button {
	margin-top: 10px;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

label.dark {
	margin-top: 10px;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

.teal {
	background-color: #009c95;
}

.dark {
	background-color: #1b1c1d;
}

input {
	border: none;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.error {
	border: 1px solid red;
}

#loadbutton {
	visibility: hidden;
	width: 1px !important;
	height: 1px !important;
	padding: 0px !important;
	margin: 0px !important;
}

#loadlabel {
	display: flex;
	justify-content: center;
}

