body{
	background: url(Casting.jpg);
}
.cover{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	width: 100%;
	display: table;
}
.cover .center{
	display: table-cell;
	vertical-align: middle;
	height: 100vh;
	width: 100%;
}
.container{
	width: 800px;
	padding: 50px;
	margin: 0 auto;
	letter-spacing: 2px;
	box-shadow: 0 0 10px #000;
	background: rgba(0,0,0,0.9);
}

.form-group {
    width: 50%;
    float: left;
    padding: 5px 15px;
    margin-bottom: 5px;
}
form{
	display: inline-block;
	width: 100%;
}
h2{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}
label{
	color: #fff;
	font-size: 18px;
	font-weight: 100;
}
input[type="text"], input[type="password"], textarea{
	width: 100%;
    padding: 5px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid #fff;
}
* {
    -webkit-transition: 0.05ms ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
textarea[name="Plantaddress"]{
	width: 100%;
    padding: 5px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    background: rgba(255,255,255,0.1);
    border: 1px solid #fff;
}
button.btn {
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
}
button.btn:hover {
	color: #fff;
	background: #000;
	box-shadow: 0 0 2px #fff;
}