input {
    border:none;
    align-content: center;
    text-align: center;
}
textarea:focus, input:focus{
    border:none;
    outline: none;
}
*:focus {
    outline: none;
}

.text-field-label {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .5rem;
    color: hsla(0,0%,50%,.5)
}
.currency-input {
    background-image: none;
    font-size: 2.25rem;
    line-height: 2.75rem;
    padding-bottom: .25rem;
    width: 80%;
    border-bottom: .9rem;
}
.litres{
    font-size: 1.75rem;
    line-height: 1.45rem;

}
    .merchant-logo {
            width: 130px;
            height: 130px;
            margin-top: 0px;
        }