﻿.stripe {
    padding: 20px;
    padding-bottom: 50px;
    background: #f8f8f8;
    margin-bottom: 40px;
    margin-top: 0px;
    position: relative;
    font-family: Jost;
}

    .stripe input[type="text"] {
        padding: 5px 6px;
        border: solid 1px #ccc;
        border-radius: 3px;
        font-size: 1.0em;
    }

    .stripe input[type="submit"] {
        margin: 10px 0px 30px 0px;
        border: solid 0px #fff;
        border-radius: 3px;
        background: #31BF77;
        letter-spacing:0.025em;
        color: #fff;
        padding: 8px 20px;
        transition: 0.25s;
        font-size: 1.4em;
        font-family: Jost;
    }

    .stripe input[type="submit"]:disabled {
       opacity:0.25;
    }

        .stripe input[type="submit"]:hover {
            background: #222;
            cursor: pointer;
        }

        .stripe input[type="submit"]:disabled:hover {
            background: #444;
            cursor: default;
        }

    .stripe #card-element {
        border: solid 1px #ddd;
        border-radius: 5px;
        padding: 12px 5px;
        max-width:900px;
        margin-top:20px;
        margin-bottom:10px;
        background: #fff;
    }

.StripeElement { 
    font-size:1.4em;
}

.stripe .stripelogo { 
    position:absolute;
    left:10px;
    bottom:24px;
    height:28px;
}

.stripe .stripelogo img {
    height:100%;
    margin-left:10px;
}
