body {
    background-color: #EBEBEB;
    margin: 0;
}

.box {
    background-color: #0652DD;
	width: 100%;
	display: flex;
	justify-content:space-between;
    align-items:center;
}

.box h1 {
    margin: 0;
    color: whitesmoke;
    text-align: center;
    font-family: "Epilogue";
    font-size: 1.6rem;
}

.logbox, .spacer {
    width: 15%;
}

.logobox {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
	background-color: #0043BD;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

p {
    font-family: "Open Sans";
    font-size: 1.2rem;
    text-align: center;
    text-overflow: inherit;
}

form {
	text-align: center;
}

input[type="submit"] {
	background-color: #0652DD;
	color: white;
	font-family: "Epilogue";
	border-radius: 8px;
	height: 32px;
	margin-top: 24px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
}

input[type="submit"]:hover {
	background-color: #0043BD;
}

#content1::after{
    content: "\a";
    white-space: pre;
    line-height: 8px;
}

#content2::before{
    content: "\a";
    white-space: pre;
    line-height: 8px;
}

li {
    font-family: "Open Sans";
}

ul {
    list-style-position: inside;
}

input {
    font-family: "Open Sans";
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    font-size: 1rem;
    padding: 4px 11px;
}

input:focus {
    border-color: #2d75eb;
    border-right-width: 1px!important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(6 82 221 / 20%);
}