@media screen and (max-width:768px) {
	.btn {
		display: block;
		width: 100%;
	}
}

.icon-ok {
	color: #27ae60;
}

.icon-remove {
	color: #c0392b;
}

#tochange {
	background: #f3f3f3 !important;
	padding: 20px;
}

body,
input {
	font-family: 'Quicksand', sans-serif;
	background: #1f2720
}

.container-progress {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	background: white;
	width: 750px;
}

.container-progress .section-setup{
	background:#f4645f;
	color:white;
	padding:24px 0;
}

.installer-mode-card {
	border: 2px solid #d7d7d7;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	height: 100%;
	padding: 18px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.installer-mode-card:hover,
.installer-mode-card.selected {
	border-color: #f4645f;
	box-shadow: 0 8px 18px rgba(244, 100, 95, .16);
	transform: translateY(-2px);
}

.installer-mode-card-safe:hover,
.installer-mode-card-safe.selected {
	border-color: #31a852;
	box-shadow: 0 8px 18px rgba(49, 168, 82, .16);
}

.installer-mode-card input {
	margin-right: 8px;
}

.installer-mode-title,
.installer-mode-description,
.installer-mode-warning,
.installer-mode-safe {
	display: block;
}

.installer-mode-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.installer-mode-description {
	color: #555;
	font-size: .9rem;
	line-height: 1.45;
}

.installer-mode-warning,
.installer-mode-safe {
	font-size: .8rem;
	font-weight: 700;
	margin-top: 12px;
}

.installer-mode-warning {
	color: #bd2c26;
}

.installer-mode-safe {
	color: #24783a;
}

.container-progress .section-setup h1{
	font-size:1.5rem;
	padding:12px 0 0;
	margin:0;
}

.setup-logo {
	max-width: 190px;
	max-height: 86px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

input::placeholder {
	color: rgba(0, 0, 0, 0.17) !important;
}

.progressbar {
	counter-reset: headings;
	list-style: none;
}

.progressbar li {
	list-style-type: none;
	width: 20%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}

.progressbar li:before {
	width: 30px;
	height: 30px;
	counter-increment: headings;
	content: counter(headings, decimal);
	line-height: 26px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}

.progressbar li:after {
	width: 100%;
	height: 20px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.tip {
	color: #f4645f;
}

.progressbar li.active,
li.active a {
	color: black;
}

li a {
	color: #7d7d7d;
}

.progressbar li.active:before {
	border-color: #31d02a;
	background: #31d02a;
	color: white;
}

.btn-success {
	background-color: #31d02a;
	border-color: #31d02a;
}

.background {
	padding-top: 40px;
	background-image: url(https://images.unsplash.com/photo-1500534623283-312aade485b7?ixlib=rb-0.3.5…EyMDd9&s=7002036…&auto=format&fit=crop&w=1350&q=50);
	height: 100vh;
	width: auto;
	background-size: cover;
}

#errormsg {
	margin-bottom: 10px;
	text-align: center;
}

.loader,
.loader:before,
.loader:after {
	background: black;
	;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

.loader {
	color: black;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
