label {
    color: #757474;
    font-weight: 500;
}

.digital-line-banner {
    background: #a22c29 0% 0% no-repeat padding-box;
}

.form-control {
    width: 100%;
    height: 40px;
    display: inline;
    border-width: 0 0 1.5px 0;
    border-color: rgb(202 35 5);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    resize: vertical;
    margin-bottom: 2%;
    border-radius: 0px;
    box-shadow: none;
}

#box1 {
    padding: 20px;
    width: 40%;
    margin: 100px auto 50px auto;
}

@media only screen and (max-width: 992px) {
    #box1 {
        padding: 0;
        width: 85%;
        margin: 5em auto 1em;
    }
}

.stripe-nextButton {
    text-transform: capitalize;
    font-weight: 600;
    border: #0566ac;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    background: #ca2305;
    font-size: 18px;
    margin-top: 30px;
}