body {
    padding: 30px;
    position: relative;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 5px;
}

label.required::after {
    content: ' *';
}

.form-check label {
    margin-bottom: 0;
    font-weight: normal;
}

form .error {
    color: red;
}

.back {
    position: absolute;
    background: #e2e2e2;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.div-center {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    border-bottom: 2px solid #ccc;
    display: table;
}

div.content {
    display: table-cell;
    vertical-align: middle;
}

.actions {
    width: 1px;
    white-space: nowrap;
}

.list {
    font-family: Arial, sans-serif;
}

.list table {
    border-color: #000;
}

.list th {
    background-color: #A6A6A6;
    border-color: #000;
}

.list td {
    border-color: #000;
}

.list td.sign {
    min-width: 150px;
}

.list .project {
    color: #002060;
    font-family: "Times New Roman", sans-serif;
    font-size: 16px;
    margin: 30px 0 40px;
}

.list .project span {
    font-size: 14px;
}

.list h1,
.list h2,
.list h3 {
    margin: 0;
    margin-bottom: 10px;
}

.list h1 {
    font-size: 33px;
}

.list h2 {
    font-size: 24px;
}

.list h3 {
    font-size: 20px;
    font-weight: normal;
}

.list .info {
    font-size: 6px;
    text-align: left;
}
