﻿body {
    margin: 0;
}

.login-container {
    width: 100%;
    padding-top: 4px;
    font-family: 'Trebuchet MS','Source Sans Pro';
}

#loginForm {
    width: 350px;
    margin: 70px auto 24px;
    background-color: white;
}

.brand {
    height: 100px;
    text-align: center;
}

    .brand img {
        height: 50px;
    }

.input-container {
    margin: 0 32px 0 32px;
}

.login-input {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: none;
    background-color: rgb(232, 240, 254);
    width: 100%;
    height: 32px;
    padding: 0 8px;
    margin: 2px 0;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    color: black;
    vertical-align: middle;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

    .login-input * {
        font-size: 14px;
    }

.login-button {
    line-height: 32px;
    width: 100%;
    padding: 4px 0;
    background-image: none;
    border: none;
    font-size: 18px;
    margin: 0;
    background-color: rgb(255, 217, 0);
    color: black;
    border-radius: 8px;
}

.spacer {
    color: #444;
    height: 32px;
    padding: 8px;
    line-height: 32px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}

.error-msg {
    background-color: white;
    color: darkred;
    line-height: 32px;
    text-align: center;
}

    .error-msg ul {
        list-style-type: none;
        margin: 0;
    }

#RememberMe {
    appearance: none;
    background-color: white;
    margin: 0;
    font: inherit;
    width: 1.35em;
    height: 1.35em;
    border: 2px solid #666;
    display: inline-block;
    place-content: center;
    line-height: 1.2em;
    margin-left: 0.4em;
    border-radius: 4px;
}
input[type=checkbox] {
    top: 1px;
    position: relative;
}
