input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 50px white inset !important;
    -webkit-text-fill-color: #1e1e67 !important;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

body {
    background-color: #fff;
    font-family: system-ui;
    color:#1e1e67;
    height:100%;
    font-size:16px;
    margin:0;
    padding: 0 30px;
}

#content
{
    height:100%;
    text-align:center;
    min-width:500px;
}

.logo {
    padding-top:5%;
}

.title span
{
    font-size:20px;
}

h1 {
    color: #1e1e67;
    font-weight: bold;
    margin-bottom: 10px;
}

.form
{
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
    margin-top:32px;
}

.form .form-group {
    width:320px;
    height:40px;
    overflow:hidden;
    border:1px solid #1e1e67;
    background: white;
    box-shadow: 0 1px 8px -3px #444;
    margin-bottom: 25px;
    white-space: nowrap;
}

.form .form-group .form-input {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 24px;
    padding: 8px;
    font-size: 16px;
    margin: 0;
    background-color: white;
    color: #1e1e67;
    border: none;
}

.form .form-group span {
    display: inline-block;
    width:32px;
    height:32px;
    margin: 15px 0;
    padding: 0 15px;
    border-right:1px solid #949494;
}

.form .form-button {
    background-color: #1e1e67;
    height:32px;
    border-radius: 32px;
    color:white;
    border: 2px solid #1e1e67;
    width:150px;
    font-size: 16px;
    cursor: pointer;
}
.form .form-button:hover {
    background-color: white;
    color: #1e1e67;
}

.form .errors
{
    color:#eb1735;
    padding-top:20px;
}

div.filter
{
    text-align:center;
    font-size:1.2em;
    padding-top: 20px;
    padding-bottom: 40px;
}

div.filter input
{
    font-size:0.8em;
}

table.stats
{
    border:1px solid black;
    border-collapse: collapse;
    margin:auto;
}

table.stats th, table.stats td
{
    border-top:1px solid black;
    padding: 5px 10px;
}

table.stats th
{
    text-align:left;
}

table.stats tr:first-child th, table.stats tr:first-child td
{
    border-top:none;
}

div.logout {
    position: absolute;
    right: 20px;
    top: 20px;
}

div.logout a {
    vertical-align: top;
    padding: 5px 10px;
    font-size: 16px;
    margin: 0;
    border: none;
    background-color: #1e1e67;
    border-radius: 32px;
    color:white;
    border: 2px solid #1e1e67;
    text-decoration: none;
}

div.logout a:hover {
    background-color: white;
    color: #1e1e67;
}


