[v-cloak] > * { display:none; }

body {
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Arial";
        height: 100%;
        margin: 0px;
}
#loginForm div {
        padding: 10px 0px;
}
label {
        display: block;
        margin-bottom: 5px;
        font-size: 0.8em;
}
label a {
        float: right;
        font-size: 0.8em;
}
a {
        color: #08c;
        text-decoration: none;
}
#loginForm {
        background: white;
        padding: 2em;
        background: #f6f6f6;
        border-radius: 3px;
        box-shadow: 0 3px 7px rgba(0,0,0,.3);
        color: #666;
        min-width: 300px;
}
input[type="text"],input[type="password"],select {
        border: 1px solid #CCC;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        border-radius: 3px;
        width: 100%;
        padding: 5px;
        height: 36px;
        display: block;
}
h1 {
        padding: 0px;
        margin: 0px 0px 10px;
        font-family: "Open Sans Condensed";
        font-size: 1.3em;
}
.split {
        justify-content: space-between;
        display: flex;
}
.header {
        text-align: center;
        padding-top: 0px;
}
.header a {
        padding: 20px;
}
.header img {
        width: 100px;
}
input[type="submit"] {
    width: 100%;
    height: 40px;
    display: inline-block;
    border: 20px;
    background: #a0b91d;
    color: white;
}

#loginForm .pleaseSelect {
        border: 1px solid red;
        padding: 10px;
        background: #fcc;
}