body {
    padding-bottom: 20px;
    font-family: Microsoft SANS-SERIF
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.container{
    margin-top:25px;
}

.col{
    min-height: 50px;
    max-width: 150px;
    min-width: 75px;
    border: 1px solid #000f;

}

.login_form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.table {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.col_shed{
    color: #3294D0;

}
