.form-row{
	display: block;
	width: 70%;
    float: left;
}
#payment-form button{
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    float: right;
    margin-left: 12px;
    /*margin-top: 28px;*/
}

#payment-form label{
        font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    }