.clp-custom-login .clp-settings-wrapper {
	position: relative;
	margin-top: 6px;
}

.clp-custom-login .clp-settings-wrapper h3 {
	position: relative;
	padding: .5em 0 .5em 1em;
	margin: 0;
	border-bottom: 1px solid #dedede;
	text-align: left;
}

.clp-custom-login .table-wrapper {
	background-color: #fff;
	border: 1px solid #dedede;
	margin: 0 0 1em;
}

.clp-custom-login .table-wrapper table {
	padding: 1em;
	height: auto;
	width: 95%;
}

.clp-custom-login .table-wrapper th {
	width: 180px;
	text-align: left;
	font-weight: 600;
	vertical-align: top;
}

.clp-custom-login .table-wrapper h4 {
	margin: 0;
}
.clp-custom-login .table-wrapper .clp-redirect-roles-wrapper h4 {
	text-transform: capitalize;
}

.clp-custom-login .table-wrapper label {
	/* display: block; */
}

.clp-custom-login .clp-hint {
	margin: 0
}

.clp-custom-login .table-wrapper select {
	vertical-align: top;
}

.clp-custom-login input[type="number"] {
	width: 75px;
}

.clp-custom-login input[type="text"],
.clp-custom-login textarea {
	width: 100%;
	max-width: 400px;
}

.clp-custom-login .clp-inputs-wrapper,
#clp-options,
#clp-license {
	display: inline-block;
	max-width: 1140px;
	width: 100%;
}

.clp-custom-login .nav-tab i {
	padding-right: 3px;
}

.clp-custom-login .nav-tab-wrapper {
	border: none!important;
}

.clp-custom-login .nav-tab {
	font-weight: normal;
	background: white;
	padding: 10px 20px;
	border: 1px solid #e2e2e2;
}

.clp-custom-login .nav-tab:first-of-type {
	margin-left: 0;
}

.clp-custom-login .nav-tab.active,
.clp-custom-login .nav-tab.active:focus,
.clp-custom-login .nav-tab.nactive:focus:active,
.clp-custom-login .nav-tab.active:hover {
	background: #4CBEEB;
	border: 1px solid #4CBEEB;
	outline: none;
	box-shadow: none;
	color: white;
	font-weight: 600;
}


.clp-custom-login .clp-customize-button {
	padding: 20px 30px;
	text-decoration: none;
	color: white;
	background: #4CBEEB;
	font-size: 18px;
	border-radius: 3px;
	margin-top: 1em;
	display: inline-block;
}

.clp-custom-login .button {
	min-width: 70px;
}

.wp-core-ui .clp-button-delete {
	background-color: #d63638;
	border: none;
	outline: none;
}
.wp-core-ui .clp-button-delete:hover,
.wp-core-ui .clp-button-delete:focus {
	background-color: #bb3032;
}

/* sidebar */
.clp-custom-login .clp-sidebar-wrapper {
	display: inline-block;
	width: calc(100% - 6em - 1088px);
	max-width: 350px;
	min-width: 300px;
	margin-left: 1em;
	padding-top: 0;
	vertical-align: top;
	text-align: center;
}

.content-settings .clp-sidebar-wrapper {
	margin-top: 61px;
}

.clp-custom-login .clp-sidebar-wrapper .widget {
	padding: 2em;
	border: 1px solid #dedede;
	background: #fff;
}

.clp-custom-login .widget.donate img {
	padding: 0;
}

.clp-custom-login .widget.donate img.niteo-logo {
	max-width: 100%;
	margin-bottom: 1em;
}

.clp-custom-login .clp-rate-us .button {
	display: block;
	text-align: center;
	max-width: 150px;
	margin: 0 auto 1em;
}

.clp-custom-login .block-label {
	display: block;
    font-weight: 600;
}

@media screen and (max-width:1600px) {
	.clp-custom-login .clp-inputs-wrapper {
		max-width: 960px;
		min-width: initial;
	}
	.clp-custom-login .clp-sidebar-wrapper {
		max-width: 270px;
		min-width: initial;
		width: 100%;
	}
}

@media screen and (max-width:1270px) {
	.clp-custom-login .clp-inputs-wrapper {
		min-width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width:782px) {
	.clp-custom-login .clp-sidebar-wrapper .widget {
		padding: 1em;
	}
	.clp-custom-login .clp-inputs-wrapper,
	.clp-custom-login .clp-sidebar-wrapper {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	.clp-custom-login .clp-sidebar-wrapper .widget {
		padding: 2em;
		margin-bottom: 1em!important;
	}
}