body {
    background: #eee;
}

form {
    margin: 0;
}

.pure-button-primary, a.pure-button-primary {
    background: #9c0d99;
}

.title {
    width: 100%;
    padding: 6px 0;
    margin-bottom: 6px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.main-title {
    width: 100%;
    padding: 6px 0;
    margin-bottom: 6px;
    color: #333;
    border-bottom: 2px solid #e5e5e5;
    text-align: center;
    font-weight: bold;
}

.main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
    overflow-y: auto;
    padding: 20px;
    background: white;
    color: #333333;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.30), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.footer {
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding: .3em 0;
    margin-top: .3em;
}

.error, .alert, .info {
    padding: 8px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.30), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.error {
    background: #faa;
}

.alert {
    background: #ffa;
}

.info {
    background: #afa;
}