﻿#braintree-container .hosted-field {
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    display: inline-block;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #dddddd;
    line-height: 20px;
    background: #fcfcfc;
    margin-bottom: 12px;
    background: linear-gradient(to right, white 50%, #fcfcfc 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 300ms ease-in-out;
}

#braintree-container .hosted-fields--label {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

#braintree-container .button-container {
    display: block;
    text-align: center;
    float: left;
    width:100%;
}
@media screen and (min-width:768px) {
    #braintree-container .button-container {
        width:auto;
    }
}

#braintree-container .button {
    cursor: pointer;
    font-weight: 500;
    line-height: inherit;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    letter-spacing: normal;
    text-transform: none;
}

#braintree-container .button--small {
    padding: 10px 20px;
    font-size: 0.875rem;
}

#braintree-container .button--green {
    outline: none;
    background: #04865c;
    border: 0px;
    color: white;
    transition: all 200ms ease;
}

#braintree-container .button--green:hover {
    background-color: #49C77B !important;
    color: white;
}

#braintree-container .braintree-hosted-fields-focused {
    border: 1px solid #64d18a;
    border-radius: 6px;
    background-position: left bottom;
}

#braintree-container .braintree-hosted-fields-invalid {
    border: 1px solid #ed574a;
}

#braintree-container .braintree-hosted-fields-valid {
}

#braintree-container #cardForm {
    max-width: 50.75em;
    margin: 0 auto;
    padding: 5% 0;
}
