﻿body {
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

h1 {
    margin-left: 5%;
    margin-right: 5%;
    color: #df3f39;;
    text-align: center;
}


label.error {
    color: #c91f37;
    border-color: #c91f37;
    font-size: small;
}

input.error {
    border: 1px solid #c91f37 !important;
}

small.required {
    color: #c91f37;
}


.selected {
    background-color: #bcdbe6;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

