.h1-title {
    font-family: lato;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 30px;
    margin: 40px 0;
}

    .h1-title:before {
        content: '';
        display: block;
        height: 42px;
        width: 6px;
        background-color: #772431;
        position: absolute;
        left: 0;
        top: 0;
    }

.error-message {
    font-family: lato;
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 500;
}

.link-blue {
    text-decoration: none !important;
    color: #006094;
    font-family: lato;
    font-size: 14px;
    border-bottom: 1px solid #006094;
    font-weight: 600;
}
