@import 'https://fonts.googleapis.com/css?family=Oswald:400,700';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700'; 

body {
	color:white;
	margin:0;
	padding:0;
	font-size:16px;
	color:#777;
	font-family:sans-serif;
	background-color:lightgray;
	background-image: (rgba(0,0,0,0.3),rgba(0,0,0,0.3));
	background-position:center;
	background-size:cover;
	font-weight:300;
}

header {
	background:black;
	color:white;
	padding:0px 0px 0px 0px;
	height:45px;
}

header h1{
	display:inline;
	font-family:'Oswald',sans-serif;
	font-weight: 400;
	font-size:24px;
	float:left;
	margin-top:5px;
	margin-left: 4px;
	margin-right:10px;
}
nav ul{
	display:inline;
	padding:0px;
	float:left;
}
nav ul li{
	display:inline-block;
	list-style-type:none;
	color:white;
	float:left;
	margin-left:12px;
}
nav ul li a{
	color:white;
	text-decoration:none;
}

#nav{
	font-family:'Montserrat',sans-serif;
}

.homeblue:hover{
	background-color:blue;
	padding:25px 10px 15px 10px;
}

.divider{
	background-color:red;
	height:5px;
	padding: 0px;
}

.homesignup{
	background-color:red;
	padding:25px 10px 15px 10px;
}

nav ul li.homeblue {
	display:inline-block;
	list-style-type:none;
	color:white;
	float:right;
	margin-right:12px;
}

.homeblue:hover{
	background-color:blue;
	padding:25px 10px 15px 10px;
}

.fwimage1{
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 270px;
}

.login-box {
	color:white;
	background-color:;
	position:relative;
	margin:10% auto;
	height:400px;
	width:600px;
	box-shadow:0 2px 4px rgba(0,0,0,0.8);
} 

.left-box {
	position:absolute;
	top:0;
	left:0;
	box-sizing:border-box;
	padding:40px;
	width:300px;
	height:400px;
}

h1 {
	margin-bottom:25px;
	font-size:28px;
	color:#fff;
}

.input-box {
	font-color:white;
	display:block;
	box-sizing:border-box;
	margin-bottom:20px;
	padding:4px;
	width:220px;
	height:32px;
	border:1px solid #fff;
	outline: none;
	font-size:15px;
	transition:0.2s;
	background:transparent;
} 

.submit-btn {
	margin-bottom:28px;
	width:120px;
	height:32px;
	background:#f44336;
	border:none;
	border-radius:2px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	transition:0.2s;
}

.submit-btn:hover,
.submit-btn:focus
{
	background:#ff5722;
	transition:0.2s;
}

.right-box {
	position:absolute;
	top:0;
	right:0;
	box-sizing:border-box;
	padding:40px;
	width:300px;
	height:400px;
	background-image: (rgba(0,0,0,0.6),rgba(0,0,0,0.6));
	background-position:center;
	background-size:cover;
}

.right-title {
	display:block;
	margin-bottom:40px;
	font-size:28px;
	color:#fff;
	text-align:center;
	text-shadow:0 2px 4px rgba(0,0,0,0.6);
}

a {
	text-decoration: none;
	color:white;
}

.social {
	
	margin-bottom:20px;
	width:220px;
	height:36px;
	border:none;
	border-radius:1px;
	font-size:15px;
	transition:0.2s;
	color:white;
	background:transparent;
	cursor:pointer;
}

.facebook {
	background:#32508e;
}

.twitter {
	background:#55acee;
}

.google {
	background:#dd4b39;
}

.or {
	color:blue;
	position:absolute;
	top:180px;
	left:280px;
	width:40px;
	height:40px;
	background:#efefef;
	border-radius: 50%;
	line-height:40px;
	text-align:center;
	box-shadow:0 2px 4px rgba(0,0,0,0.6);
}

::-webkit-input-placeholder{
	color: white;
}

:focus::-webkit-input-placeholder{
	opacity: 0.5;
}