body {
	outline: none !important;
}

.btn.white {
	background-color: white;
	color: #ff6411;
	text-align: center;
	margin-top: 20px;
	min-width: 33%;
}

.btn.white:hover {
	color: black;
}

.ibarry-check a {
	outline: none !important;
}

.grid-container.ibarry-check {
	width: 100%;
}

.grid-container.ibarry-check:after {
	clear: both;
	content: '';
	display: block;
}

.grid-container.ibarry-check .grid-item {
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
}

.ibarry-check input, .ibarry-check-widget input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
}

.cracked-accounts .item span {
	display: block;
}
.cracked-accounts .item {
	margin-top: 20px;
}
.swal2-content p{
	margin-top: 20px;
}
.email-note {
	font-size: 0.8em;
	display: block;
	margin-top: 5px;
	font-weight: 600;
	line-height: 16px;
}
#pwnd_check_submit {
	margin-top: 20px;
}

#pwnd_check {
	margin-top: 20px;
}

.malware-download-holder a {
	display: none;
	margin-top: 20px;
}

.not-windows {
	margin-top: 20px;
	color: #ff6411;
	font-weight: bold;
}

.software-check a.btn {
	margin-top: 20px;
}

.network-check ul, .network-check ul li {
	margin-left: 0;
	padding-left: 0;
}

.network-check ul li {
	margin-top: 10px;
	/*padding-left: 10px;*/
	box-sizing: border-box;
}

.data-leak-check-response {
	color: #ff6411;
	margin-top: 10px;
}

#swal2-content ul, #swal2-content ul li {
	padding: 0;
	margin: 0;
}

#swal2-content ul {
	margin-top: 10px;
}

#swal2-content ul li {
	margin-top: 5px;
	color: #545454;
}

.ibarry-check-widget .grid-item {
	width: 100%;
	float: none;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}

.ibarry-check-widget .data-leak-check-response, .ibarry-check-widget .not-windows {
	color: #454545;
}

.section-faqs h2, .section-faqs p, .section-faqs a, .section-faqs div {
	color: white;
}

.ibarry-check-widget input {
	padding: 7px;
	border-radius: 3px;
	-webkit-appearance: none;
}

.ibarry-check-widget .data-leak-check-response {
	color: #454545;
}

.section-faqs-link-on-row {
	cursor: initial;
}

#swal2-content h2 {
	margin-top: 30px;
}

.network-check ul {
	padding-left: 20px;
}

.network-check ul li {
	list-style: disc;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
	font-size: 0.8em;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #666;
	font-size: 0.8em;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #666;
	font-size: 0.8em;
}

:-moz-placeholder { /* Firefox 18- */
	color: #666;;
	font-size: 0.8em;
}
.ajax-loader {
	display: block;
	margin-left: 20px;
	float: left;
	position: relative;
	top: -5px;
	display: none;
}
.ajax-loader img {
	height: 50px;
	width: auto;
}
#network-check-button, #pwnd_check_submit {
	float: left;
}
#pwnd_check .ajax-loader {
	top: 15px;
}
.ibarry-check-widget #network-check-button, .ibarry-check-widget #pwnd_check_submit {
	float: none;
}
.ibarry-check-widget .ajax-loader {
	float: none;
	top: 0;
	margin-left: 0;
}
.grecaptcha-badge {
	display: none !important;
}
@media (max-width: 991px) {
	.grid-container.ibarry-check .grid-item {
		width: 100%;
		float: none;
		padding: 0;
		box-sizing: border-box;
		/*float: left;*/
		margin-top: 80px;
	}
}
