@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

html {
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/* Blocks styling */
.mp-setup-wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: lightcyan;
	min-height: 100vh;
	height: 100%;
	background: #8360c3;
	background: -webkit-linear-gradient(to left, #2ebf91, #8360c3);
	background: linear-gradient(to left, #2ebf91, #8360c3);
}
.mp-setup {
	width: 800px;
	background: #FFF;
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0px 30px 50px -25px rgba(0, 0, 0, 0.16);
}
.mp-setup__skip {
    display: block;
    margin-top: 25px;
    text-decoration: none;
    color: rgba(183, 183, 183, 0.78);
    text-transform: uppercase;
    font-size: 14px;
}
.mp-setup__skip:hover {
	color: rgba(183, 183, 183, 1);
}
.mp-setup h1 {
	font-weight: 300;
}
/* Steps */
.mp-setup__steps {
	width: 800px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	top: -50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.mp-setup__steps li {
	display: flex;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	color: #000;
	align-items: center;
	background: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #CCC;
	font-weight: 400;
	min-width: 100px;
	justify-content: center;
	user-select: none;
	cursor: pointer;
}
.mp-setup__steps li.step {
	color: #FFF;
	background: linear-gradient(60deg,#ab47bc,#8e24aa);
	box-shadow: 1px 1px 1px #8e24aa;
}
.mp-setup__steps li:not(:last-child):after {
	content: '';
    min-width: 100%;
    height: 2px;
    background: rgba(0,0,0, 0.4);
    position: absolute;
	display: block;
	left: 100%;
}
.mp-setup__steps li.step:after {
	background: linear-gradient(60deg,#ab47bc,#8e24aa);
}
.mp-setup__action {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.mp-setup-group {
	display: flex;
	align-items: center;
	margin: 20px 0;
	min-height: 50px;
    justify-content: center;
}
.mp-setup-group label {
	margin-top: 2px !important;
}
.mp-setup-group.mp-setup-group--hidden {
	display: none;
}
.mp-setup-button {
    border: 0;
    padding: 15px 35px;
    text-transform: uppercase;
    border-radius: 5px;
    background: linear-gradient(60deg,#ab47bc,#8e24aa);
    color: #FFF;
    outline: 0;
	box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, 0.83);
	cursor: pointer;
	transition: all 0.25s linear;
}
.mp-setup-button.mp-setup-button--secondary {
	margin-left: 20px;
	padding: 10px 25px;
	background: #136a8a;
	background: linear-gradient(to right, #267871, #136a8a);
	box-shadow: 1px 1px 15px -3px rgba(0, 0, 0, 0.83);
}
.mp-setup-button:hover {
	box-shadow: 1px 5px 20px -5px rgba(0, 0, 0, 0.8);
}
.mp-setup-input {
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5);
	line-height: 30px;
	outline: 0;
    font-weight: 300;
	color: #3e3e3e;
	box-sizing: border-box;
}