body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "open sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color:#00294C;
}

h1 {
    color: #0056b3;
    margin-top: 20px;
	font-size:36px;
}

.container {
	display: flex;
	justify-content: space-between;
	height: 100vh;
}

.left-column, .right-column {
	background-color: #fff;
	flex: 1;
	padding: 0px;
}

.middle-column {
	background-color: #fff;
	width: 1000px;
	padding: 0px;
}

.title-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #00294C;
	height:110px;
	padding:0px;
}

.logo {
	flex: 0.4;
	padding:10px;
	margin:0px;
}

.logo img {
	height:76.55px;
	width: 135px;
}

.title {
	flex: 1;
	font-size:36px;
	font-weight:bold;
	line-height: 1;
	color:white;
}

.login-section {
	padding:20px;
	border:1px solid #00294C;
	border-radius:0px 20px;
	margin-bottom:30px;
	background-color:#f9f9f9;
	width:400px;
}

.login-section button {
	border:2px solid #F0B14A;
	border-radius:10px;
	background-color:white;
	height:36px;
	width: 200px;
	cursor:pointer;
	color: #F0B14A;
	font-size:18px;
	font-weight:bold;
}

.text-container {
	padding:10px;
}

.account-section {
	padding:20px;
	border:1px solid #00294C;
	border-radius:0px 20px;
	margin-bottom:30px;
	background-color:#f9f9f9;
}

.account-section button {
	border:2px solid #F0B14A;
	border-radius:10px;
	background-color:white;
	height:36px;
	width: 140px;
	cursor:pointer;
	color: #F0B14A;
	font-size:18px;
	font-weight:bold;
}

.sectiontitle {
	font-size:24px;
	font-weight:bold;
	color:#00294C;
	margin-bottom:16px;
}

.button-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accountbox {
	flex:0.75;
	padding:2px;
}

.accountbox select {
	font-family: "Montserrat", "open sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color:#00294C;
	height:36px;
}

.buttonbox {
	flex:1;
	padding:2px;
}

.message {
	font-size:20px;
	margin-top:8px;
}