body {
    background: #f9f7ed;
    font-family: 'Exo', sans-serif;
    line-height: normal;
}

.header-info {
    background-color: #1f1463;
    display: flex;
    align-items: center;
    padding: 25px 0;
}

.header-info h2 {
    color: #000000;
    font-size: 32px;
    background: rgb(240, 240, 240);
    background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(183, 183, 183, 1) 100%);
    padding: 25px 40px;
    border-radius: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-right: 100px;
}

.header-info img {
    max-width: 175px;
    width: 100%;
    height: auto;
    margin-right: 100px;
}

.label-info {
    padding: 7px 10px;
    background: #fff;
    font-size: 16px;
    background: #ffdf7f;
    border: 1px solid #ddbb53;
    margin-right: 50px;
    flex: 0 0 auto;
    width: 40%;
    font-weight: 600;
}

.msg p {
    color: #000;
    font-size: 19px;

}

.msg p:first-of-type {
    text-decoration: underline;
}

input,
select {
    border-radius: 5px !important;
}

.submit-cta {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 9rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #ff9933;
    color: #fff;
    padding: 10px 40px;
    font-weight: 700;
}

.ui-datepicker {
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
}

.ui-icon-circle-triangle-w {
    float: left;
    left: 16px;
    position: relative;
    top: 0px;
}

.ui-icon {
    font-size: 13px;
    color: #f75776;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.ui-icon-circle-triangle-e {
    float: right;
    right: 16px;
    position: relative;
    top: 0px;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-title {
    font-size: 16px;
    color: #1f1463;
    margin-bottom: 10px;
    margin-top: 20px;
}

.ui-datepicker-calendar {
    margin: 15px !important;
}

.ui-datepicker-calendar tr th {
    background: #1f1463;
    color: #ffffff;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.ui-datepicker-unselectable {
    font-size: 16px;
}

.ui-state-default {
    font-size: 16px;
}

.ui-state-default {
    padding: 5px;
    text-decoration: none;
}

.date-icon {
    background: url('../date-icon.png') no-repeat center right 17px;
    background-color: #fff;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle:after {
    display: none !important;
}

@media (max-width: 991px) {
    .header-info h2 {
        margin-right: 20px;
        font-size: 24px;
    }

    .header-info img {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .header-info h2 {
        margin-right: 0px;
        font-size: 24px;
        padding: 15px 30px;
    }

    .header-info img {
        margin-right: 0px;
        margin-bottom: 20px;
        max-width: 140px;
    }

    .head-info {
        flex-wrap: wrap;
    }

    .label-info {
        width: 100%;
        font-weight: 600;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

}

@media (max-width: 576px) {
    .mt-5 {
        margin-top: 1rem !important;
    }

    .msg {
        padding: 1.5rem !important;
    }

    .msg p {
        color: #000;
        font-size: 16px;
    }
}