﻿* {
    font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, Lucida Grande, sans-serif;
    color: #555555;
}

body {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 1.75em;
    margin-left: 1em;
}

p {
    margin-left: 1.75em;
}

fieldset {
    border: none;
}

ledgend {
    font-size: 1.25em;
}

form {
    margin: 1em;
}

.label {
    width: 4em;
    display: inline-block;
}

.field {
    margin: 8px 0 0 0;
    display: flex;
    align-items: center
}

.button {
    color: #2c2c2c;
    border-color: #a0c760;
    background-color: #a0c760;
    border-radius: 2px;
    height: 2.6em;
    min-width: 10em;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold;
    border: 1px solid transparent;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
    outline: none;
}

.logo {
    height: 2.8em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 1em;
}

.headerbar {
    height: 3.5em;
    flex-shrink: 0;
    background-color: #242424 !important;
    position: relative;
}

.textarea,
.textbox {
    color: #111111;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: white;
    border-radius: 2px;
    border: 1px solid;
    border-color: #c8c8c8;
    vertical-align: top;
    box-sizing: border-box;
}

.textarea {
    line-height: 1.5em;
}

.textbox {
    height: 2em;
    line-height: 2em;
}

*:focus {
    border-color: #6cc6e6;
    outline: #6cc6e6;
    box-shadow: 0px 0px 0px 1px #6cc6e6;
}

#validation {
    color: red;
}