
BODY
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #1d366f;
}

.splash_box
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.textfield {
    display: inline-block;
    width: 250px;
    height: 25px;
    margin: 5px;
    background-color: white;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    color: #1d366f;
    cursor: pointer;
    font-size: 12pt;
}

.button {
    display: inline-block;
    width: 260px;
    height: 35px;
    margin: 5px;
    background-color: #aeffb3;
    border-width: 1px;
    border-color: #aeffb3;
    border-style: solid;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    color: #1d366f;
    cursor: pointer;
    font-size: 12pt;
}
