.main{
	background: url('../assets/bg.jpg');
	background-size: cover;
	margin-top: 10%;
	height: 640px;
}

.form {
    float: right;
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-top: 231px;
    margin-right: 80px;
}

.form h1{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffde00;
	text-align: center;
}

.form p{
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

.form input {
    width: 100%;
    padding: 5px 2px;
    color: #9E9E9E;
}

.form label {
    padding-top: 10px;
}

input[type="submit"] {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000df7+0,000fed+44,001f78+100 */
background: #000df7; /* Old browsers */
background: -moz-linear-gradient(top,  #000df7 0%, #000fed 44%, #001f78 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000df7 0%,#000fed 44%,#001f78 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000df7 0%,#000fed 44%,#001f78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000df7', endColorstr='#001f78',GradientType=0 ); /* IE6-9 */
border: 0px;
color: #fff;
font-family: 'Oswald', sans-serif;text-transform: uppercase;font-size: 22px;margin-top: 20px;}