.user-type a {
    display: block;
    float: left;
    width: 239px;
    margin-left: 77px;
    color: #fff;
    font-weight: bold;
}

.user-type a:hover {
    text-decoration: none;
}

.user-type a span {
    min-height: 112px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
}

.user-type a span span {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0;
    min-height: auto;
}

.user-type a.registration-patient span {
    background-color: #b0008e;
    padding-top: 45px;
}

.user-type a.registration-guardian span {
    background-color: #0085ca;
}

.user-type a:hover span {
    background-color: #001E46;
}