@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Bango';
    src: url('GT-Eesti-Pro-Display-Light.woff') format('woff'),
        url('GT-Eesti-Pro-Display-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bango';
    src: url('GT-Eesti-Pro-Display-Regular.woff') format('woff'),
        url('GT-Eesti-Pro-Display-Regular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Bango';
    src: url('GT-Eesti-Pro-Display-Medium.woff') format('woff'),
        url('GT-Eesti-Pro-Display-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    /*background-image:url(images/bg.jpg);*/
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-color: rgb(215, 232, 210);
    height: 100vh;
    width: 100vw;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Bango, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol';
    display: flex;
    flex-direction: column;
}

#top-bar {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 96px;
    /*background-image:url(images/head.png);*/
}

#bango {
    width: 160px;
    height: 44px;
    padding-top: 28.3px;
    /*background-image:url(images/Bango.jpg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

#content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 auto;
}

#footer {
    background-color: #80e0a7;
    padding: 0.5em 2em;
    display: flex;
    flex-wrap: wrap;
}

#footer > a {
    color: black;
    text-decoration: none;
    padding: 0.5em;
}

#footer > a:hover {
    color: #53565a;
    text-decoration: underline;
}

.flex-space {
    flex: 1 0 auto;
}

.copyright {
    padding: 0.5em;
}

textarea {
    padding: 0.5em;
	font-size: 1em;
	margin-bottom: 1em;
}

#expiry {
	margin-bottom: 2em;
}

#expiry > label {
    margin-right: 0.5em;
}

button {
	font-size: 1.25em;
	padding: 0.25em 0.5em;
}

#password-link {
	margin-bottom: 2em;
}