body {
    background: #5846f9;
    font-size: 1.1em;
    font-family: sans-serif;
}

.table-body {
    background: rgb(193, 205, 240);
    border: 1;
    border-width: 1px;
    width: 60%;
    box-shadow: 10px 10px 5px #999
        /*#c54d4d;*/
}

table {
    border: thick outset;
    padding: 10px;
    margin: auto;
}

tbody {
    background-color: white;
    display: table;
}

th {
    border: thick;
    margin: 10px;
    text-align: center;
    font-weight: bold;
}

td {
    border: thick inset;
    margin: 20px;
    text-align: center;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 18px;
    text-align: center;
}

form {
    width: 26%;
    margin: 70px auto;
    background: white;
    padding: 10px;
    border-radius: 3px;
}

h2.form-title {
    text-align: center;
    font-size: 21px;
}

input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
}

.g-recaptcha {
    margin: 10px auto 20px 0px;
    width: 304px;
    transform: scale(1.145);
    -webkit-transform: scale(1.145);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#mail-status {
    padding: 12px 20px;
    width: 100%;
    display: none;
    font-size: 1em;
    font-family: "Georgia", Times, serif;
    color: rgb(40, 40, 40);
}

form .form-group {
    margin: 10px auto;
}

form .form-group .dir {
    text-align: right;
}

form .form-group p {
    font-size: 12px;
    text-align: center;
}

form button {
    width: 100%;
    border: none;
    color: white;
    background: #5846f9;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
}

form .input {
    width: 100%;
    border: none;
    color: white;
    background: #5846f9;
    margin-top: 10px;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

form .label {
    display: block;
    margin-top: 10px;
    text-align: left;
    color: #5846f9;
}