.ecs-credit h2 {
	font-size: 1.2rem;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-right: 20px;
    color: #333;
	position:relative;
	position: relative;
  overflow: hidden;
}
.line-after span {
	vertical-align: baseline;
    display: block;
    position: relative;
}

.line-after span::after{
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      margin-left: 10px;
      border-top: 1px solid #ccc;
}

.ecs-credit label{
    font-size: 0.875rem;
    color: #737373;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
    .ecs-credit label.error {
        color: #AF0606;
        font-weight: 700;
    }

.ecs-credit input, .ecs-credit select, .ecs-credit textarea {
    background: #f5f5f5;
    border-color: #6c757d;
    font-size: 0.95rem;
}
    .ecs-credit input.btn-primary {
        background-color: #0098d6;
    }
        .ecs-credit input.btn-primary:hover {
            background-color: #004662;
        }

        .ecs-credit .requiredMarker {
            color: #d63028;
            font-size: 1rem;
        }
.ecs-credit .billing {
	font-size: 0.75rem;
    color: #aaa;
    right: 0px;
    line-height: 1.2rem;
    font-family: "Open Sans", sans-serif;
   float:right;
}

.ecs-credit .custom-radio {
	display:flex;
}
.ecs-credit .custom-radio input {
	width: 20px;
    height: 20px;
    top: 2px;
    margin-right: 10px;
    width: 10%;
}
.ecs-credit .billingOptional {
	position: relative;
    top: 5px;
    displauy: inline-block;
    width: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
	
}
.ecs-credit .shipping-address,
.ecs-credit .secondary-principal,
.ecs-credit .third-principal,
.ecs-credit .second-reference,
.ecs-credit .third-reference{
	display:none;
}
/*.ecs-credit .coSign .form-control {
	background:transparent;
	border: 0;
    border-bottom: 1px solid #000;
	width:40%;
	display:inline-block;
}
.ecs-credit p.coSign {
	margin-top:50px;
} */

.ecs-credit .for-office-use {
	display:none;
}
.ecs-credit .credit-terms {
    height: 360px;
    overflow: auto;
    width: 100%;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #6c757d;
    color: #737373;
}

.signature {
    background-color: #f5f5f5;
    border: 1px solid #6c757d;
}