.content{
	width:100%;
	background-image: url("../img/login.jpg");
	background-repeat: no-repeat;
	background-size:100%;
	height:600px;
	display:table;
}

textarea:focus, input:focus{
    outline: none;
}

.loginForm{	
	width:60%;
	margin: 0 auto;
	margin-top:25%;
	margin-left:35%;
}

.inputBox{
	height: 40px;
	width: 220px;
	border-radius: 7.5px;
	border:solid;
	border-color: #ddd;
}

.inputBox:active, .inputBox:focus{
	border-color: rgb(212, 107, 31);
}

.btn{
	margin-top: 10px;
	margin-left: 30px; 
}

footer{text-align:center; margin-top:10px;}

#submit_login{
	margin-top: 10px;
	margin-left: 15px;	
	width: 90px;
    background-color: rgb(212, 107, 31);
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    margin-top: -2px;
    margin-right: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}