
/* PMSpace plan card */
.pmspace-plans .pmspace-plan-option .pmspace-plan-card{
	background-color:#ecf0f1;
	padding:12px 10px 10px 10px;
	border-radius:5px;
}

/* Payment button */
.pmspace-form-actions .pmspace-btn-primary{
	box-shadow:1px 1px 2px 1px #95a5a6;
}
.pmspace-form-actions .pmspace-btn-primary:hover{
	box-shadow:none;
}

/* Apply discount Button */
#apply_discount_code.button{
	box-shadow:1px 1px 2px 1px #95a5a6;
}
#apply_discount_code.button:hover{
	box-shadow:none;
}

/* set Placeholder text */
#email::placeholder {
  font-size: 14px;
  opacity: 0.5;
  color: grey;
}
#discount_code::placeholder {
  font-size: 14px;
  opacity: 0.5;
  color: grey;
}

label {
	text-align: left !important;
	font-weight:400 !important;
}

*:req {
	color: red;
}

/* Pmspace password toggle */
.pmspace-form-table tr .pmspace-password-toggle{
	float:right;
	padding:0px !important;
}

/* 'Eye' Icons */
.pmspace-form-table tr .pm-icons{
	font-size:18px;
}
.pmspace-form-table tr .pm-icons-eye-show:hover, .pm-icons-eye-hide:hover {
    color: #FFB416 !important;
}