* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

html {
	background-color: #fff;
	color: #555;
	font-family: 'Lato', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-rendering: optimizeLegibility; 
}

header {
	background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0)), url(img/docs.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.row-box {
	padding: 10px;
	position: absolute;
	max-width: 100%;
	top: 10%;
	left: 28%;
	transform: translate(-50%, 0%);	
	background-color: #fff;
	border-radius: 200px
}

.row-box img {
    height: 50px;
    width: 300px;
    float: left;
}

.row-text {
    font-size: 22px;
	color: #000;
    float: left;
    margin-top: 15px;
    margin-left: -15px;
}

.row-text2 {
    font-size: 22px;
	color: #000;
    margin-top: 25px;
    margin-left: 20px;
	float: left;
}
.solution-box {
	position: absolute;
	width: 30%; /* Can't be 100%, otherwise boxsize will extend outside the bg jpg. */
	top: 15%;
	left: 58%;
}
.hero-text-box {
	position: absolute;
	width: 60%; /* Can't be 100%, otherwise boxsize will extend outside the bg jpg. */
	top: 35%;
	left: 58%;
	transform: translate(-50%, 0%);
}
.entry-box {
	position: absolute;
	max-width: 100%;
	top: 60%;
	left: 28%;
}

.user-id {
    position: absolute;
	top: 0px;
    left: 140px;
}
.password {
    position: absolute;
	top: 45px;
    left: 140px;
}

.btn-submit {
	display: inline-block;
	padding: 10px 30px;
	font-weight:400;
	text-decoration: none;
	border-radius: 200px;
	transition: background-color 0.2s, border 0.2s, color 0.2s;
	background-color:#800000;
	color: #fff;
}

.btn-full:link,
.btn-full:visited {
	background-color: #e67e22;
	border: 1px solid #e67e22;
	color:#fff;
	margin-right: 15px;
}

.btn-full:hover,
.btn-full:active {
	background-color:#cf6d17;
}

.submitbutton {
    position: absolute;
	top: 100px;
	padding: 10px 30px;
    left: 110px;
}

h1 {
	margin:0;
	color: #800000;
	font-size:260%;
	font-weight: 300;
	letter-spacing:1px;
	word-spacing: 4px;
    float: left;
}
