.ers-input-form,
.login-username,
.login-password,
.login-submit {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

input {
	border-radius: 5px;
}

.ers-input-form label,
.login-username label,
.login-password label,
.login-submit label {
	margin-bottom: 4px;
}

.ers-lost-password {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.ers-input-radio {
	display: flex;
	align-items: flex-start;
}

.ers-form-section {
	margin-bottom: 35px;
}

.ers-input-product-radio {
	margin-bottom: 10px;
}
.ers-input-product-radio label {
	cursor: pointer;
}
.ers-input-product-radio label p {
	margin-bottom: 4px;
}
.ers-input-product-radio input[type="radio"] {
	margin-top: 5px;
	margin-right: 5px;
}
.ers-product-title {
	font-weight: bold;
}
.ers-product-description {
	color: #7b7b7b;
}

.ers-form-error {
	color: #880a0a;
	background: #ff3f3f4d;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.ers-form-success {
	color: #025b10;
	background: #2fcc4f4d;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.ers-restrict-block {
	padding: 30px 15px;
	background-color: #cfdfff;
	border: 2px solid #5f94ff;
	border-radius: 5px;
}

.hidden {
	display: none;
}

.ers-stripe-card-element {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 1rem;
}

/********************/
/* Your Products Block */
/********************/
.ers-subscription-detail {
	padding: 15px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	margin-bottom: 20px;
}
.ers-subscription-detail .product-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.field {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-size: 16px;
}
.field .field__title {
	/* font-weight: bold; */
	margin-right: 5px;
	margin-bottom: 0;
}
.field .field__value {
	margin-bottom: 0;
}
.ers-subscription-detail .subscription-actions a {
	margin-right: 10px;
}

.product-action-form {
	display: none;
}
.product-action-form .title-action {
	margin-bottom: 0;
	font-weight: bold;
}
.product-action-form .description-action {
	margin-bottom: 0;
	color: #7e7e7e;
	font-size: 14px;
}
.product-action-form .data {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pause-action-form .data label {
	margin-left: 5px;
	font-size: 14px;
}
.pause-action-form .data input {
	width: auto;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 0 5px 8px;
}
.pause-action-form a,
.unpause-action-form a {
	margin-right: 10px;
}

.unpause-action-form .description-action {
	margin-bottom: 10px;
}
/************************/
/* END Your Products Block */
/************************/

.check-billing {
	margin: 15px 0;
}

.ers-register-terms-group,
.ers-privacy-policy-group {
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}
.ers-register-terms-group input[type="checkbox"],
.ers-privacy-policy-group input[type="checkbox"] {
	cursor: pointer;
}
.ers-register-terms-group a,
.ers-privacy-policy-group a {
	text-decoration: none;
	font-size: 12px;
	color: #7e7e7e;
	margin-left: 6px;
}
.ers-register-terms-group a:hover,
.ers-privacy-policy-group a:hover {
	text-decoration: underline;
}

.ers-register-terms-group label,
.ers-privacy-policy-group label {
	cursor: pointer;
}

.ers-register-form-submit {
	margin-top: 24px;
}
