body{
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}

div{
    position: absolute;
    left: 30%;
    right: 30%;
}

img{
    padding: 0%;
}

h2{
    position: relative;
    font-size: 30px;
    color: #BCC2D2;
    font-weight: lighter;
    overflow: hidden;
}

h1{
    position: relative;
    padding-left: 10px;
    color: white;
    background-color: #233CB0;
    width: 100%;
    font-size: 20px;
}

form{
    position: relative;
    right: 5%;
    left: 5%;
}

label{
    display: inline-block;
    width: 50%;
    
}

input[type="submit"]:hover{
    box-shadow: 0px 0px 3px #555;
    background-color: #e8ab2e;}