﻿body {
    background-image: none;
    background-color: #d1e0d3; /* background-color: #e8efe9; */
}

.auth-container {
    background-color: #e8efe9;
    border: 1px solid #c0c0c0;
    padding: 15px;
    height: 180px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    position: relative;
}


.auth-container .auth-header {
    display: block;
    height: 20px;
    padding: 6px 20px;
    background-color: #e8efe9;
    border: 1px solid #c0c0c0;
    border-bottom: none;
    position: absolute;
    top: -33px;
    font-size: 1.3em;
    font-family: "Segoe UI Light", Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
}

.auth-container input[type=text],
.auth-container input[type=password] {
    display: block;
    padding: 8px 12px;
}

.auth-container label {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.8);
}
.auth-container input[type=submit] {
    float: right;
    margin-top: 10px;
    margin-right: 0;
}

a {
    float: left;
    margin-top: 10px;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

.error-message {
    display: inline-block;
    margin-top: 10px;
    line-height: 30px;
    color: #aa0000;
}
