a.learn-more {
    display: flex;
    background: #e9eff9;
    text-align: center;
    font-size: 17px;
    max-width: 340px;
    margin: 20px auto 0;
    padding: 11px 10px;
    color: #6491f3;
}

    a.learn-more i.fa.fa-arrow-up {
        margin-left: auto;
        font-weight: normal;
        transform: rotate(45deg);
    }

    a.learn-more i.fa.fa-info-circle {
        padding-right: 10px;
    }

.prgr {
    background: #e9eff9;
    max-width: 490px;
    margin: 0 auto;
    padding: 20px;
}

.form-outer-title {
    font-size: 25px;
}

    .form-outer-title .titleHead {
        font-weight: bold;
        margin-bottom: 40px;
        display: block;
        text-decoration: underline;
    }

    .form-outer-title p.loginInfo {
        font-size: 18px;
        margin-bottom: 40px;
    }

/* keep aspect ratio, set height */
.nhs-logo {
    height: 65px;
    width: auto; /* preserves aspect ratio */
    display: inline-block; /* or block if you want it on its own line */
    vertical-align: middle; /* aligns nicely with text */
}

/* alternative: limit size responsively */
.nhs-logo--responsive {
    max-height: 65px;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
}
