﻿.hmrc-success {
    background-color: #00703c;
    color: white;
    padding-top: 3vh;
    padding-bottom: 2vh;
}

.hmrc-failure {
    background-color: #be0000;
    color: white;
    padding-top: 3vh;
    padding-bottom: 2vh;
}

.hmrc-title {
    text-align: center;
    font-size: xx-large;
    font-weight: 600;
}

.vat-number {
    text-align: center;
    font-size: xx-large;
    font-weight: 600;
}

.hmrc-text-upper {
    text-transform: uppercase;
}
