* {
	font-family: sans-serif;
  font-size: 16pt;
}

#main_div {
  margin: 0;
	position: absolute;
	top: 15%;
	left: 50%;
  width: 33%;
	
}

body {
	background-color:#dfe4ea;
}

h1 {
  transform: translate(-50%, -75%);
  text-align: center;
  font-size: 32pt;
  width: 100%;
}

h2 {
  transform: translate(-90%, -80%);
  text-align: center;
  font-size: 24pt;
  width: 100%;
}

input {
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3em;
  border-radius: 5px;
	border-color: #5cb2ec;
}

p {
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.submit_button {
	background: #5cb2ec;
	font-weight: bold;
	border-color: #5cb2ec;
}

#BI_LOGO_main {
  transform: translate(-50%, -25%);
  text-align: center;
	width: 10em;
	height: 10em;
	border-radius: 10%;
}