body, html {
    height: 100%;
}

.topbar-elm {
    height: 45px;
}

.logo {
    text-decoration: none;
    padding: 8px 0 !important;
    font-weight: 400;
}

.large-button {
    padding-left: 42px;
    padding-right: 42px;
}

.form-table {
    width: 100%;
}

.form-table th {
    width: 15%;
    max-width: 100px;
    font-weight: normal;
    text-align: left;
}

.form-table input, .form-table select, .form-table textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 8px;
    max-width: 400px;
}

.form-table input, .form-table select {
    height: 35px
}


/* Form as page */
.form-page {
    width: 100%;
}

.form-page input, .form-page select, .form-page textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 8px;
    max-width: 400px;
    display: block;
    font-weight: bold;
}

.form-page label {
    color: #323232;
    font-size: 0.9em;
}

.form-page input, .form-page select {
    height: 35px;
    font-size: 1.1em;
    margin-bottom: 10px;

}
.errorlist {
    background-color: #f8d7da;
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}