body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    background: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.container2 {
    max-width: 1000px !important;
}

img {
    max-width: 100%;
}

.paymentWrapClient::before {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #ffffff;
    content: " ";
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    width: 50%;
    box-shadow: 15px 0 30px 0 rgba(0, 0, 0, .18);
}

.paymentWrapClient .left {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
}

.paymentWrapClient .left h4 {
    color: hsla(0, 0%, 10%, .9);
    font-size: 14px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.paymentWrapClient .left h5 {
    color: hsla(0, 0%, 10%, .6);
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.paymentWrapClient .left h1 {
    color: hsla(0, 0%, 10%, .9);
    font-size: 36px;
    margin: 2px 0 32px;
    padding: 0px;
    letter-spacing: -.03rem;
    font-weight: 600;
}

.paymentWrapClient .left ul {
    list-style: none;
    padding: 0px;
    border-bottom: 1px solid hsla(0, 0%, 10%, .1);
    margin-bottom: 0px;
    padding-bottom: 16px;
    padding-top: 16px;
    overflow: hidden;
    margin-right: 100px;
}

.paymentWrapClient .left ul li {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 50%;
    font-size: 14px;
    color: hsla(0, 0%, 10%, .9);
}

.paymentWrapClient .left {}

.paymentWrapClient .right {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
    position: relative;
}

.paymentWrapClient .right form {
    margin-left: 100px;
    margin-bottom: 0px;
}

.paymentWrapClient .right h4 {
    color: hsla(0, 0%, 10%, .7);
    font-size: 16px;
    margin: 0;
    padding: 0px 0px 16px 0px;
}

.paymentWrapClient .right form label {
    font-size: 13px;
    color: hsla(0, 0%, 10%, .7);
}

.paymentWrapClient .right form .FormFieldGroup {
    border: none;
    border-radius: 6px;
    margin: 4px 0 0;
    padding: 0;
    color: hsla(0, 0%, 10%, .5);
    font-size: 14px;
    height: 36px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, .07), 0 1px 1.5px 0 rgba(0, 0, 0, .05);
    color: hsla(0, 0%, 10%, .9);
    padding: 8px 12px;
    position: relative;
    transition: box-shadow .08s ease-in, color .08s ease-in, filter 50000s;
    width: 100%;
}

.paymentWrapClient .right form #Pay-card_number {
    background: url('../images/cards.jpg') 96% center no-repeat;
}

.paymentWrapClient .right form #ClientPaymentButton {
    border: none;
    background: #0074d4;
    color: #fff;
    border-radius: 6px;
    height: 40px;
    line-height: 38px;
    padding: 0px;
    text-transform: uppercase;
}

.paymentWrapClient .right form #ClientPaymentButton:hover {
    opacity: 0.8;
}


.paymentWrapClient .right form .is-invalid {
    border: solid 1px red;
}