@font-face {
  font-family: 'Iowan Old Roman';
  src: url('../fonts/IowanOldStBTRoman.ttf');
}

html {}

body {
	width: 100vw;
	margin: 0;
	font-family: arial, sans-serif;
	color: #092A59;
	background-image: url('../img/welcome-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

label {
	font-size: 12px;
}

a {
	font-size: 14px;
    color: #092A59;
    cursor: pointer;
}

header {
	width: 100vw;
    background-color: #092A59;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
}

header img {
	max-width: 160px;
	margin: 12px 0px;	
}

section video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

section aside {
	width: 25%;
    position: fixed;
    right: 0px;
    background: rgba(255,255,255,0.8);
    height: 100%;
    padding: 128px 64px;
	text-align: center;
}

input {
	width: 100%;
    border: solid 1px #dddddd;
    font-family: 'Iowan Old Roman';
    font-size: 16px;
    padding: 8px;
    color: #092A59;
    margin-bottom: 16px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
	outline: 0.5px solid #87aee5 !important;
}

input[type="checkbox"] {
	width: 16px;
	margin-top: 2px;
	vertical-align: top;
}

button {
    width: 60%;
    background-color: #092A59;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    padding: 8px;
    text-transform: uppercase;
}
