:root {
	box-sizing: border-box;
}

.main-container {
	height: 100vh;
	background-color: #4e4feb;
	justify-content: center;
	align-items: center;
}

.form-container {
	background-color: #eeeeee;
	border-radius: 15px;
}

.padding-top-bottom {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.bg-white {
	background-color: #eeeeee;
}


.btn-primary {
	background-color: #4e4feb;
}

.root-container {
	background-color: #eeeeee;
}

.table-container {
	height: auto;
}

.base-container {
	height: 100vh;
}