@font-face {
    font-family: 'Akkurat Light';
    src: url('/static/fonts/akkuratl.eot');
    src: local('Akkurat Light'),
         url('/static/fonts/akkuratl.ttf') format('truetype');
}

@font-face {
    font-family: 'Gravur Condensed Bold';
    src: url('/static/fonts/gravurcb.eot');
    src: local('Gravur Condensed Bold'),
         url('/static/fonts/gravurcb.ttf') format('truetype');
}

@font-face {
    font-family: 'Gravur Condensed Light';
    src: url('/static/fonts/gravurcl.eot');
    src: local('Gravur Condensed Light'),
         url('/static/fonts/gravurcl.ttf') format('truetype');
}

html, body {
    height: 100%;
    padding: 0;
    text-align: center;

    font-family: 'Akkurat Light', Arial, sans-serif;
    font-size: 12pt;
    font-weight: lighter;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0;
}

h1 {
    text-transform: uppercase;
    font-family: Gravur Condensed Bold, Arial, sans-serif;
    font-size: 30pt;
    color: rgb(0, 104, 51);
    clear: both;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-family: Gravur Condensed Light, Arial, sans-serif;
    font-size: 20pt;
    color: rgb(0, 104, 51);
    clear: both;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.centered {
    height: 100%;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

span.ghost {
    height: 100%;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

div.form {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.7);
    padding-bottom: 15px;

    border: 1px solid rgb(162, 199, 59);
    -webkit-border-radius: 30px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius: 30px;
    -moz-border-top-left-radius: 0px;
    border-radius: 30px;
    border-top-left-radius: 0px;

    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 58, 26, 0.7);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 58, 26, 0.7);
    box-shadow: 1px 1px 10px 0px rgba(0, 58, 26, 0.7);
}

div.fields {
    min-height: 164px;
}

label, input, span.message {
    font-family: Akkurat Light, Arial, sans-serif;
    font-size: 14pt;
}

form {
    display: inline-block;
}

label, span.message {
    float: left;
    vertical-align: middle;
    margin-top: 6px;
}

span.message {
    color: red;
}

input {
    float: right;
    vertical-align: middle;
    margin-left: 2em;
}

.reset {
    float: right;
    vertical-align: middle;
    margin-left: 2em;

    font-family: 'Akkurat Light', Arial, sans-serif;
    font-size: 10pt;
    font-weight: lighter;
}

.reset a:link {
    color: rgb(0, 61, 35);
}

.reset a:hover {
    color: rgb(152, 158, 132);
}

input.field {
    width: 12em;
    height: 1.5em;
    border: 1px solid rgb(0, 102, 51);
    border-radius: 5px;

    -moz-box-shadow: inset 0 0 3px 0px rgb(0, 102, 51);
    -webkit-box-shadow: inset 0 0 3px 0px rgb(0, 102, 51);
    box-shadow: inset 0 0 3px 0px rgb(0, 102, 51);
}

input.submit {
    background-color: rgb(0, 102, 51);
    background-image: linear-gradient(top, rgb(161, 198, 59) 0%, rgb(0, 102, 51) 10%);
    background-image: -o-linear-gradient(top, rgb(161, 198, 59) 0%, rgb(0, 102, 51) 10%);
    background-image: -moz-linear-gradient(top, rgb(161, 198, 59) 0%, rgb(0, 102, 51) 10%);
    background-image: -webkit-linear-gradient(top, rgb(161, 198, 59) 0%, rgb(0, 102, 51) 10%);
    background-image: -ms-linear-gradient(top, rgb(161, 198, 59) 0%, rgb(0, 102, 51) 10%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(161, 198, 59)),
        color-stop(0.2, rgb(0, 102, 51))
    );
    border: 1px solid #006833;
    border-radius: 5px;
    padding: 8px 20px 5px 20px;
    color: #ffffff;
}

div.row {
    padding-bottom: 40px;
    border-collapse: separate;
    clear: both;
    vertical-align: middle
}

div.reset-row {
    padding-bottom: 0px;
}

div.logo {
    float: left;
}

div.separator {
    background-color: rgb(162, 199, 56);
    position: absolute;
    top: 50%;
    bottom: 100px;
    height: auto;
    width: 100%;
    z-index: -1;
}

div.footer {
    background-color: rgb(237, 244, 213);
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    width: 100%;
    height: 100px;

    font-family: 'Akkurat Light', Arial, sans-serif;
    font-size: 10pt;
    font-weight: lighter;
}

div.footer, div.footer a:link {
    color: rgb(152, 158, 132);
}

div.footer a:hover {
    color: rgb(0, 61, 35);
}

sup {
    font-size: 50%
}
