::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #979595;
  font-weight: 300;
  font-size: 14px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #979595;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #979595;
}
.registration {
    padding: 3% 0px;
}
.input-reg {
    margin-bottom: 13px;
}


label.error {
	color:red;
	font-size:12px;
}
.error-textbox {
	border:1px solid red!important;
}
.valid {
	border:1px solid green!important;
}
table, td, th {
    border: none !important;
}

.pmpro_checkout-h3-name {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin: 35px 0 10px;
}

.pmpro_checkout-h3-text {
    width: 100%;
    font-size: 16px;
    margin: 35px 0 10px;
}

.no-padding{
	padding:0px!important;
}

.plan-heading p {
	text-align: center;
	color: #fff;
	padding: 7px 0px;
	margin: 0;
}
.plan-heading {
    background: #d4b140;
}
.plan-type {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 6px 0;
}
.cplan-table {
    border: 1px solid #d4b140 !important;
    border-top: none !important;
}