* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Montserrat;
	font-size: 25px;
	outline: none;
	transition: all 0.2s;
}

body {
	text-align: center;
	background-color: #f0eff3;
	color: #444;
}

header {
	height: 15vh;
	min-height: 100px;
	position: relative;
}

main {
	width: 100%;
	height: 100%;
	min-height: 75vh;
	position: relative;
	padding-top: 8vh;
}

section {
	width: 90%;
	max-width: 500px;
	height: auto;
	margin: auto;
	min-height: 400px;
	background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 300%;
	border-radius: 10px;
	background-color: #e1e1e1;
}

img {
	height: 100px;
	width: 100px;
}

.info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	margin-bottom: 5vh;
}

span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 10px;
}

h2 {
	padding: 10px;
	font-size: 30px;
}

.update p {
	font-size: 20px;
}

header {
	position: relative;
}

.input {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

header {
	box-shadow: 0px 0px 4px #444;
}

input[type=text] {
	padding: 10px;
	border-radius: 10px 25px 25px 10px;
	border: none;
	width: 90%;
	max-width: 450px;
	padding-right: 55px;
	background-color: #e1e1e1;
	height: 55px;
	border: 3px solid inherit;
}

input[type=text]:focus {
	border: 3px solid #3ba0fc90;
}

input[type=text]:focus + button {
	border: none;
}

button {
	height: 49px;
	width: 50px;
	border-radius: 100%;
	border: none;
	margin-left: -59px;
	background: #ef6500;
	color: #444;
	box-sizing: content-box;
	border: 3px solid #e1e1e1;
	background: linear-gradient(70deg, #fd746c 0%, #ff9068 100%);
}

button:active {
	border: 3px solid #3ba0fc;
}

footer {
	position: relative;
	height: 10vh;
}

.foot {
	position: absolute;
	width: 100%;
	bottom: 25%;
}

.condition {
	text-align: left;
	margin: 10px 0;
}



/*
body {
	background-color: #1f2029;
	color: #c4c3ca;
}

section {
	background-color: #2a2b38;
}

header {
	box-shadow: 0px 0px 4px #444;
}

input[type=text] {
	background-color: #2a2b38;
	color: #c4c3ca;
}

button {
	border-color: #2a2b38;
	background: #84838a;
	color: #2a2b38;
}

input[type=text]:focus,
button:active {
	border-color: #df4500;
}*/
