/** Index page Styles */
.intro-section .list-group .list-group-item {
    border: none;
}
.intro-section .list-group .list-group-item .fa-check {
    margin: 0 5px;
    font-size: large;
}
.checklist label {
    font-weight: 350;
}
.checklist input[type="checkbox"] {
    transform: scale(1.5);
    margin: 0px 5px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.form-select {
    border: 1px solid #ced4da;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
label.error {
    margin-top: 5px;
    color: #df4759;
}