body {
    background-color: whitesmoke
}
.igt-i-fix {
    min-width: 3rem;
    display: flex;
    justify-content: center;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 2px;
}

#header_img {
    background-image: url('../img/woman_holding_keys.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.full_height{
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
    min-height: calc(100vh - 72px);
    overflow: auto;
}

.icon_colour{
    color: #e44e4e;
}

.form-control  {
    border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
}

.content_center{
    justify-content: center;
}

.input-group-text {
    color: #d50000;
}

.feedback-container {
    display: block;
    width: 100%;
    height: 10px;
}

.invalid-feedback, .valid-feedback {
    font-size: .7rem;
}

#appt_date_flatpickr + input{
    cursor: pointer;
}

.mail_icon {
    font-size: 3.5rem;
}

.info_panel {
    font-size: 1.1rem;
    font-weight: bold;
}

.reg_plate {
    padding: 0.1rem 0.5rem;
    font-weight: bold;
    background-color: #ecc441;
    color: black;
    border: solid 1px black;
    border-radius: 2px;
    margin: 0px;
}

.top_info {
    margin-bottom: 0.2rem;
}