#payment-wrapper{
    width:100%;
    height:80vh;
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: flex-start;
}

#payment-left, #payment-right{
    height:80vh;
    min-height:80vh;
    width:50%;
    min-width:50%;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#payment-left{
    background-color: var(--color-orange);
}

#learn-more-button{
    margin-top:auto;
    margin-bottom:4rem;
}

#payment-branding{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top:2rem;
    width:90%;
    max-width:450px;
}

#payment-form{
    width:90%;
    max-width:500px;
}

#payment-logo{
    width:100%;
}

#payment-submit-button{
    margin-top:1rem;
}