#green-container {
    background-color: #dff0d8;
    padding: 30px;
    text-align: left;
    margin-bottom:10px;
    box-shadow: 1px 4px 8px -1px #00000038;
    border-radius: 4px;
}

#green-container.v2 {
    text-align: center;
}

#orange-container {
    background-color: #fcf8e3;
    padding: 30px;
    text-align: left;
    margin-bottom:10px;
}

#billing-information {
    margin-top:  0;
    margin-bottom: 30px;
    text-align:  center;
}

#billing-information.v2 {
    margin-bottom: 40px;
    color: #274a28;
    font-weight: bold;
}

#payment-form .form-row {
    width: 80%;
    text-align:left;
}

#green-container label {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 8px;
    color: #3c763d;
}

#orange-container label {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 8px;
    color: #8a6d3b;
}

#subscribe-card-button {
    display: inline-block;
    height: 40px;
    margin-left: 12px;
    margin-top: 35px;
}

#subscribe-card-button-v2 {
    display: inline-block;
    height: 35px;
    width: 175px;
    margin: 0;
}

.payment-options {
    width: 30%;
    margin-top: 10px;
}

#payment-column hr {
    border-top: 1px solid #c1dec2;
    margin-top:25px;
    margin-bottom:20px;
}

#new-paypal-form {
    margin-bottom:0;
}

.custom-stripe-fields {
    display: flex;
    flex-direction: column;
}

.custom-stripe-fields > div {
    margin-top: 8px;
    display: flex;
}

.custom-stripe-fields input {
    flex-grow: 1;
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    padding-right: 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
}

.custom-stripe-fields input::placeholder {
    color: #bac5cd;
}

.custom-stripe-fields input:-ms-input-placeholder {
    color: #bac5cd;
}

.custom-stripe-fields input:-ms-input-placeholder {
    color: #bac5cd;
}

.custom-stripe-fields select.default {
    color: #bac5cd;
}

.custom-stripe-fields select.selected {
    color: black;
}

.custom-stripe-fields select {
    flex-grow: 1;
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    padding-right: 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
}

#stripe-name-row input:first-child {
    margin-right: 6px;
}

#card-errors {
    margin-top: 10px;
    color: #b95c5c;
}