body {
	background-color: #DCDCDC;
}

.logo {
	width: 80px;
	margin-bottom: 7px;
}

.row {
	margin-top: 2%;
}

.container {
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 2%;
	padding-top: 2%;
	border-radius: 12px;
	box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, 0.2);
	margin-top: 3%
}

.btn-primary {
	background-color: #2596be;
	border: none;
	color: white !important;
}

.btn-primary:hover {
	background-color: #134b5f;
	border: none;
	color: white !important;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.r {
	background-color: red;
}