* { margin:0; padding:0; }
h1,h2,h3 { font-size: 100%; font-weight: normal; }
ol,ul { list-style: none; }
img { border: 0; }
html { min-height: 100%; }

@font-face {
    font-family: "SpotMono";
    src: url("fonts/SpotMono-Medium.eot");
    src: url("fonts/SpotMono-Medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/SpotMono-Medium.woff") format("woff"),
        url("fonts/SpotMono-Medium.ttf") format("truetype"),
        url("fonts/SpotMono-Medium.svg#SpotMono-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SpotMono";
    src: url("fonts/SpotMono.eot");
    src: url("fonts/SpotMono.eot?#iefix") format("embedded-opentype"),
        url("fonts/SpotMono.woff") format("woff"),
        url("fonts/SpotMono.ttf") format("truetype"),
        url("fonts/SpotMono.svg#SpotMono") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SpotMono";
    src: url("fonts/SpotMono-Bold.eot");
    src: url("fonts/SpotMono-Bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/SpotMono-Bold.woff") format("woff"),
        url("fonts/SpotMono-Bold.ttf") format("truetype"),
        url("fonts/SpotMono-Bold.svg#SpotMono-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "SpotMono";
    src: url("fonts/SpotMono-Light.eot");
    src: url("fonts/SpotMono-Light.eot?#iefix") format("embedded-opentype"),
        url("fonts/SpotMono-Light.woff") format("woff"),
        url("fonts/SpotMono-Light.ttf") format("truetype"),
        url("fonts/SpotMono-Light.svg#SpotMono-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 100vh;
	min-width: 300px;
	background: #F5F2EF;
	color: #3D3D65;
	font-family: "SpotMono", Courier, monospace;
}

.left,
.right {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 50%;
}

.container {
	position: relative;
	width: 60%;
	max-width: 360px;
	margin: 200px auto;
}

.center {
	flex: 1;
}

.left {
	background: #6F6C9C;
	box-shadow: inset -60px 15px 135px -90px rgba(0,0,0,.6),
				inset -20px 5px 45px -30px rgba(0,0,0,.2);
}

.left .center {
	text-align: center;
}

#mark {
	position: relative;
	top: 20px;
	width: 75%;
	fill: #5A5783;
	-ms-filter: drop-shadow(1px 1px #908CBB)
				drop-shadow(-1px -1px #514E76);
	-webkit-filter: drop-shadow(1px 1px #908CBB)
					drop-shadow(-1px -1px #514E76);
	filter: drop-shadow(1px 1px #908CBB)
			drop-shadow(-1px -1px #514E76);
}

.header {
	position: absolute;
	top: -20px;
	width: 100%;
}

.header p {
	text-align: left;
	color: #fff;
	font-size: 14.5px;
	font-weight: 300;
	margin-top: 12px;
}

.right {
	box-shadow: inset 60px 15px 135px -90px rgba(0,0,0,.5),
				inset 20px 5px 45px -30px rgba(0,0,0,.5);
}

.intro {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}

.intro p {
	margin-bottom: 30px;
}

form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 50px 0 70px 0;
	box-shadow: 0 5px #e4e1e3;
}

input[type="text"] {
	flex: 1;
	border: 0;
	width: 200px;
	padding: 10px;
	outline: none;
	background: transparent;
	color: #3D3D65 !important;
	font-family: "SpotMono", Courier, monospace;
	font-size: 19px;
	font-weight: 300;
}

::-ms-input-placeholder { color: #3D3D65; }
::-webkit-input-placeholder { color: #3D3D65; }
::-moz-placeholder { color: #3D3D65; opacity:  1; }
::placeholder { color: #3D3D65; }

input[type="submit"] {
	display: inline-block;
	border: 0;
	min-width: 16px;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	cursor: pointer;
	outline: none;
	background: url("assets/arrow.svg") no-repeat center center;
}

input[type="submit"]:active {
	position: relative;
	top: 1px;
}

.social {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social li {
	display: inline-block;
	vertical-align: bottom;
	opacity: 0.25;
	-webkit-transition: .1s linear opacity;
	transition: .1s linear opacity;
}

.social li:hover {
	opacity: 1;
}

.social li:active {
	position: relative;
	top: 1px;
}

.social li img {
	margin: 0;
	padding: 1px;
	width: auto;
	height: 19px;
}

@media (max-width: 900px) {
	body {
		display: block;
	}

	.left,
	.right {
		display: block;
		width: 100%;
		box-shadow: none !important;
	}

	.container {
		width: 60%;
		max-width: 320px;
		margin: 0 auto;
	}

	.left {
		padding: 100px 0 35px 0;
	}

	#mark {
		display: none;
	}

	.header {
		position: static;
		width: 100%;
	}

	.right {
		padding: 35px 0 0 0;
	}

	.right .container {
		padding-bottom: 100px;
	}

	form {
		margin: 0px 0 55px 0;
	}
}

@media (max-width: 450px) {
	.header p {
		font-size: 12px;
	}

	.intro {
	    font-size: 16px;
	    line-height: 24px;
	}

	input[type="text"] {
		width: 100px;
		padding: 10px;
		font-size: 15px;
	}
}