﻿.main {
    background-color:#1d0947;
    color:lightgrey;
}
.login-page {
    display: flex;
    justify-content: center;
    width: 100%;
}

.login-box {
    width: 100%;
    max-width: 420px;
}
.login-box h3 {
    text-align: center;
}
.login-box input {
    width: 100%;
    background-color:rgba(255,255,255,0.8)
}

.clickable {
    background-color: dimgray;
    cursor: pointer;
    color: inherit;    
}

.clickable:hover {
    background-color: slategray;
}

.block {
    display: block;
    border-bottom: 1px solid black;
}
.nowrap {
    white-space: nowrap;
}
.clickable.button,
.clickable a.linkbutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border: 1px solid #666;
    border-radius: 0px;
    background-color: #333;
    color: white;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    background-color: black;
    margin-right:4px;
}

.info {
    color: white;
}
a{
    color:white;
}
