body {
    background-color: white;
}

div.copyright {
    margin-top: 50px;
    width: 100%;
    border: none;
    text-align: center;
    font-size: 14px;
}

div.login-form-parent {
    background-color: #f8f8ff;
    padding: 10px;
}

div.login-form-content {
    border-left: 1px solid rgb(222, 226, 230);
    border-bottom: 1px solid rgb(222, 226, 230);
    border-right: 1px solid rgb(222, 226, 230);
    background-color: white;
    padding: 10px;
}

div.certificate, div.certificate-selected {
    border: 1px solid lightgray;
    background-color: #fafafa;
    padding: 5px 5px 5px 5px;
    margin-bottom: 3px;
}

div.certificate:hover {
    background-color: #e0e0fa;
}

div.certificate-selected {
    background-color: #e0ffe0;
}


div.error {
    padding: 15px 10px 10px 10px;
    background-color: #ffe0e0;
}

div.wait {
    background-color: #f5f5f5;
    padding: 15px 10px 10px 10px;
}
div.wait span {
    font-size: 12pt;
}