html {
	height: 100%;
}

body {
	background-color: #212D40;
	background: linear-gradient(90deg, #212D40 0%, #413C4D 100%);
	font-family: 'Raleway', serif;
	margin: 0;
}


#whatIs {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #19212E;
	color: #7A4343;
	text-decoration: none;
	padding: 3px 5px;
	border-radius: 3px;
	letter-spacing: 5px;
	font-size: 12px;
}

#whatIs:hover {
	text-decoration: underline;
}

#whatIs span {
	font-family: 'LexendExa';
	text-transform: uppercase;
	font-weight: 500;
}


#container {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
}

#title {
	color: #7A4343;
	font-family: 'LexendExa';
	position: relative;
	height: 80px;
	line-height: 80px;
}

#title svg {
	position: absolute;
}

#title h1 {
	margin: 0 0 0 110px;
	font-size: 60px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 15px;
}

#title h1 b {
	font-weight: 400;
}

#subtitle {
	color: #7A4343;
	margin-left: 115px;
	letter-spacing: 8px;
}


#code {
	margin-top: 30px;
	margin-left: 115px;
	position: relative;
	height: 50px;
}

#code .codeInput {
	position: absolute;
	display: block;
	border: none;
	margin: 0;
	padding: 0 10px;
	background-color: #19212E;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	width: 400px;
	outline: none;
	color: #7A4343;
	font-family: inherit;
	border-radius: 5px;
	top: 0;
	left: 0;
}

#code .codeInput::placeholder {
	color: rgba(255, 255, 255, 0.2);
}

#code a.login {
	display: block;
	position: absolute;
	color: #19212E;
	text-decoration: none;
	left: 490px;
}

#code a.display {
	display: block;
	position: absolute;
	color: #19212E;
	text-decoration: none;
	left: 430px;
}


#newCode {
	margin-top: 10px;
	font-size: 20px;
	margin-left: 115px;
	color: #7A4343;
}

#newCode a {
	background-color: #19212E;
	color: inherit;
	text-decoration: none;
	padding: 3px 5px;
	border-radius: 3px;
}

#newCode a:hover {
	text-decoration: underline;
}


















