.section-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #e3e3e3;
    margin-top: 5px;
}

.pt-35 {
    padding-top: 35px;
}

.f-pass {
    color: rgb(255, 198, 0);
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

.f-pass:hover {
    color: rgb(0, 73, 135);
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

.form-check-input {
    margin-top: 10px;
}

@media (max-width:991px) {
    .form-check-input {
        margin-top: 20px;
    }
}

.section-title {
    padding-bottom: 100px;
}

.color-red {
    color: #d93025;
    font-weight: 500;
}