.PaymentForm{padding: 30px 0;
display: inline-block;
}
.PaymentForm label{
display:block;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #000;
}
.PaymentForm input[type="text"]{
width: 100%;
height: 40px;
border: 1px solid #707070;
border-radius: 6px;
padding: 0 15px;
}
.credit {
    padding: 8px !important;
    max-width: 100%!important;
    background-color: #f8f8f8!important;
    position: relative!important;
}
.credit:before{
	 display:none !important;
 }