body {
	background: url('images/Landing.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	min-width: 100vw;
	min-height: 100vh;
	background-position: left bottom, center top;
}

#loginHeader {
	width: 100vw;
	height: 63px;
	background: #5009b5;
}

#imagePlaceholder {
	background-image: url('images/full-color-logo.svg');
	background-repeat: no-repeat;
	background-position: center;
	margin: 25px 18px 15px 20px !important;
	background-size: contain;
}

#companyNameImg {
	padding: 10px 90px 5px 10px;
}

#btnLogin {
	background-color: #5009b5;
	color: white;
	border-radius: 0px;
	position: relative;
	left: 80%;
	height: 100%;
	width: 20%;
}

.rectangle {
	margin-top: 20px;
	background-color: #5009b5;
	height: 15%;
}

.form-control {
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0px;
	font-weight: lighter;
	padding-left: 0px;
}

.card {
	border-radius: 0px;
	border: none;
	width: 340px;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
}

.card-body {
	padding-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	height: 33%;
}
