.login-cont{margin-top: 10%;}
.login-cont .card-header img{
	max-width: 150px;
	margin: 0 auto;
	display: block;
	height: auto;
}
.demo-brand-logo{
	display: block;
}
.demo-brand-logo img{
	max-width: 80px;
}
.layout-collapsed .demo-brand-logo{
	transition: all ease 0.3s;
}
.layout-collapsed .demo-brand-logo img{
	max-width: 65px;
}
.img-responsive{
    max-width: 100%;
    height: auto;
    display: block;
	margin: 0 auto;
}
.show-for-affiliate .switcher {
    margin-top: 30px;
}

.device,
.device::before,
.device::after,
.device *,
.device *::before,
.device *::after {
	box-sizing: border-box;
	display: block;
}

.device {
	position: relative;
	transform: scale(1);
	z-index: 1;
}

.device .device-frame {
	z-index: 1;
}

.device .device-content {
	background-color: #000;
	background-position: center center;
	background-size: cover;
	object-fit: cover;
	position: relative;
}

.device-macbook-pro {
	height: 100%;
	width: 100%;
	margin: auto;
}

.device-macbook-pro .device-frame {
	background: #0d0d0d;
	border-radius: 20px;
	box-shadow: inset 0 0 0 2px #c8cacb;
	margin: 0 auto;
	padding: 29px 19px 39px 19px;
	position: relative;
	width: 90%;
	height: 100%;
}

.device-macbook-pro .device-frame::after {
	background: #272626;
	border-radius: 0 0 20px 20px;
	bottom: 2px;
	content: "";
	height: 26px;
	left: 2px;
	position: absolute;
	width: 100%;
}

.device-macbook-pro .device-frame::before {
	bottom: 10px;
	color: #c8cacb;
	content: "MacBook Pro";
	font-size: 12px;
	height: 16px;
	left: 50%;
	line-height: 16px;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	width: 200px;
	z-index: 1;
}

.device-macbook-pro .device-content {
	border: 2px solid #121212;
	border-radius: 2px;
	height: 360px;
	width: 576px;
}

.device-macbook-pro .device-power {
	background: #e2e3e4;
	border: solid #d5d6d8;
	border-radius: 2px 2px 0 0;
	border-width: 2px 4px 0 4px;
	height: 14px;
	margin-top: -10px;
	position: relative;
	width: 100%;
	z-index: 9;
}

.device-macbook-pro .device-power::after,
.device-macbook-pro .device-power::before {
	content: "";
	position: absolute;
}

.device-macbook-pro .device-power::after {
	background: #d5d6d8;
	border-radius: 0 0 10px 10px;
	box-shadow: inset 0 0 4px 2px #babdbf;
	height: 10px;
	left: 50%;
	margin-left: -60px;
	top: -2px;
	width: 120px;
}

.device-macbook-pro .device-power::before {
	background: #a0a3a7;
	border-radius: 0 0 180px 180px/ 0 0 12px 12px;
	box-shadow: inset 0 -2px 6px 0 #474a4d;
	height: 12px;
	left: -4px;
	margin: 0 auto;
	top: 10px;
	width: 100%;
}

.device-macbook-pro.device-spacegray .device-frame {
	box-shadow: inset 0 0 0 2px #767a7d;
}

.device-macbook-pro.device-spacegray .device-power {
	background: #909496;
	border-color: #767a7d;
}

.device-macbook-pro.device-spacegray .device-power::after {
	background: #83878a;
	box-shadow: inset 0 0 4px 2px #6a6d70;
}

.device-macbook-pro.device-spacegray .device-power::before {
	background: #515456;
	box-shadow: inset 0 -2px 6px 0 black;
}

.device-imac-pro {
	margin: auto;
	width: 100%;
	height: 100%;
}

.device-imac-pro .device-frame {
	background: #8c8c8c;
	border-radius: 18px;
	box-shadow: inset 0 0 0 2px #080808;
	padding: 24px 24px 80px 24px;
	position: relative;
	width: 100%;
	height: 100%;
}

.device-imac-pro .device-frame::after {
	background: #2f2e33;
	border-radius: 0 0 18px 18px;
	bottom: 2px;
	content: "";
	height: 54px;
	left: 2px;
	position: absolute;
	width: 100%;
}

.device-imac-pro .device-frame::before {
	bottom: 15px;
	color: #0d0d0d;
	content: "";
	font-size: 24px;
	height: 24px;
	left: 50%;
	line-height: 24px;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	z-index: 9;
	width: 100%;
}

.device-imac-pro .device-content {
	border: 2px solid #121212;
	border-radius: 2px;
	height: 324px;
	width: 576px;
}

.device-imac-pro .device-power::after,
.device-imac-pro .device-power::before {
	content: "";
}

.device-imac-pro .device-power::after {
	background: #222225;
	border-radius: 2px;
	height: 6px;
	margin: 0 auto;
	position: relative;
	width: 180px;
}

.device-imac-pro .device-power::before {
	border: solid transparent;
	border-bottom-color: #333;
	border-width: 0 8px 50px 8px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	width: 130px;
}

#preview-buttons {
	padding: 5px;
	margin-top: 20px!important;
	display: none;
	height: 10%;
	margin:auto;
}

#show-mobile-preview, #show-laptop-preview, #show-desktop-preview {
	margin: 10px;
	background: #F99200;
	border: 1px solid;
	border-color:black;
}

#show-mobile-preview:focus, #show-laptop-preview:focus, #show-desktop-preview:focus {
	background: #000;
}

#show-mobile-preview-image, #show-laptop-preview-image, #show-desktop-preview-image {
	width: 100%
}

.smartphone {
	position: relative;
	width: 360px;
	height: 100%;
	margin: auto;
	border: 16px black solid;
	border-top-width: 60px;
	border-bottom-width: 60px;
	border-radius: 36px;
	background: white;
	display: none;
}

/* The horizontal line on the top of the device */
.smartphone:before {
	content: '';
	display: block;
	width: 60px;
	height: 5px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #333;
	border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 50%;
	bottom: -65px;
	transform: translate(-50%, -50%);
	background: #333;
	border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
	background: white;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: rgba(0,0,0,0);
	margin: 30px auto; /* 15% from the top and centered */
	padding: 20px;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
	height: 90%;
}

/* The Close Button */
.close {
	color: #fff;
	float: right;
	font-size: 100px;
	font-weight: bold;
	padding-right:3%;
	opacity: 1!important;
}

.close:hover,
.close:focus {
	color: #f99200;
	text-decoration: none;
	cursor: pointer;
}