#container {
	background-color: #FFFFFF;
	height: auto;
	width: 55%;
	margin-right: 20%;
	margin-left: 20%;
	position: relative;
	padding: 2%;
	border: none;
}

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	color: #494948;
	text-decoration: none;
	font-style: normal;
	background-color: #E5E5E5;
}

.h1 {
	font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1.2em;
	color: #494948;
	font-style: normal;
}

.h2 {
	font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1em;
	font-style: normal;
	color: #494948;
	text-decoration:!important;
	text-transform:uppercase;
}

.h3 {
	font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1em;
	color: #8e8d8a;
	font-style: italic;
}

img {
    width: 100%;
    height: auto;
}

.forms {
	line-height: 1.5;
}


input[type=text], [type=password], select {
    width: 95%;
	padding: 5px;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

input[type=text]:focus {
    border: 3px solid #c8c7c4;
}

.select {
	font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1em;
	color: #494948;
	width: 40%;
	background-color: #E5E5E5;
}

.fileField {
	font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1em;
	color: #494948;
	width: 20%;
	background-color: #E5E5E5;
}

.register {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	color: #494948;
	width: 150px;
	height: auto;
	background-color: #ffcc44 !important;;
    border: none;
    padding: 2%;
    transition: 0.5s;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.register:hover {
	color: #fff;
	background-color: #494948;
}

#logo {
	float: left;	
	position: relative;
}

#lock {
	float: right;	
	position: relative;
}

a {
	font-size: 1em;
	font-style: italic;
}
	
.Debitdate {
	float: left;
	height: auto;
	width: 90%;
	position: relative;
}
.Boxunder {
	float: left;
	height: auto;
	width: 100%;
}
.headers {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
}
.terms {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	float: left;
	height: auto;
	width: 90%;
	position: relative;
	clear: both;
}