* {
	margin: 0px;
	padding: 0px;
}

.login-outer-container {
	width: 100%;
	background: center/100% url(../images/porsche_interior_background.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.login-form-container {
	height: 400px;
	width: 400px;
	background-color: #243d92;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}

.pca-logo {
	height: 150px;
	width: 150px;
	margin-bottom: 10px;
	background: center/100% url(../images/pca_gears.png);
}

.login-input {
	height: 30px;
	width: 250px;
	text-align: center;
	margin: 10px 0px;
	border: none;
	border-bottom: 1px solid #FFF;
	background-color: rgb(0, 0, 0, 0);
	color: #FFF;
	font-size: 80%;
	border-radius: 3px;
}

.login-input::placeholder {
	color: #FFF;
}

.error-message {
	position: absolute;
	margin-top: 175px;
	color: #FFBB33;
	font-weight: bold;
}

.remember-me {
	color: #FFF;
	font-size: 70%;
	margin-right: 160px;
}

.login-button {
	height: 30px;
	width: 100px;
	border-radius: 1px;
	border: 1px solid #FFF;
	margin: 20px 0px;
	background-color: rgb(0, 0, 0, 0);
	color: #FFF;
	font-size: 80%;
	border-radius: 3px;
}

.login-button:hover {
	cursor: pointer;
	background-color: #c51130;
}

.cabinet-dropdown {
	margin: 2px 0px;
}

.login-input-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 190px;
}

.loading-container {
  display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 190px;
}

.loading-message {
	color: #FFF;
	margin: 5px;
	font-weight: bold;
}
