body {
	width:70%;
	margin-left:15%;
    background: linear-gradient(to bottom, #ffffff 20%, #153A5E 100%);
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Poppins;
    font-size: .8em;
}

#logo {
    height:50px;
    margin-top:5px;
}

.formElement
{
	float:right;
}

.menuButton
{
	color:white;
	border: none;
	background: #0000FF;
	border-radius: 8px;
	padding: 15px;
	text-decoration:none;
	cursor:pointer;
}

#form
{
	background-color:white;
	height:400px;
	width:875px;
	padding:15px 25px 15px 15px;
}

.submitButton
{
	color:white;
	border: none;
	background: #0000FF;
	border-radius: 8px;
	padding: 15px;
	text-decoration:none;
}

.submittedButton:hover
{
	cursor:wait;
}

.menuButton:hover
{
	background: #0000FFAA;
	cursor:pointer;
}

.form-control
{
	border-radius: 8px;
	padding: 7px;
	box-sizing: border-box;
}

#company-customers tr:nth-child(even) {
	background-color: #f2f2f2;
}