.sgpb-popup-content-direction-right .sgpb-registration-admin-wrapper {
	direction: rtl !important;
	text-align: right !important;
}

#sgpb-gdpr-field-label {
	margin: 4px 0 0 0;
	max-width: 5% !important;
	font-weight: bold;
}

.sgpb-form-wrapper input,
.sgpb-form-wrapper textarea {
	padding: inherit!important;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: Arial;
	color: #2C3E50;
	font-size: 13px;
}

.sgpb-form-wrapper input[type="submit"],
.sgpb-form-wrapper input[type="button"] {
	cursor: pointer;
}

.sgpb-form-wrapper input[type="submit"]:hover {
	filter: brightness(90%);
	-ms-filter: brightness(90%);
}

.sgpb-form-wrapper {
	text-align: center;
}

.sgpb-form-wrapper .error {
	color: #ff0000 !important;
}

.sgpb-form-wrapper input[type="text"],
.sgpb-form-wrapper input[type="email"] {
	border: 2px solid;
}

.sgpb-inputs-wrapper.form-group {
	margin: 0;
	padding: 0;
}

.sgpb-registration-input-label {
	text-align: left;
	margin-bottom: 0 !important;
}

.sgpb-alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 10px;
}

.sgpb-alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.sgpb-alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.sgpb-alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.sgpb-alert p {
	margin-bottom: 0;
}

.sgpb-registration-input-label,
.js-registration-remember-me-label-edit {
	font-weight: bold;
}

