body{
margin: 0px;
top: 0px;
left: 0px;
min-height: 100%;
background: url("images/pattern.jpg"), -webkit-linear-gradient(90deg, #232526 10%, #414345 90%); /* Chrome 10+, Saf5.1+ */
background:    url("images/pattern.jpg"), -moz-linear-gradient(90deg, #232526 10%, #414345 90%); /* FF3.6+ */
background:     url("images/pattern.jpg"), -ms-linear-gradient(90deg, #232526 10%, #414345 90%); /* IE10 */
background:      url("images/pattern.jpg"), -o-linear-gradient(90deg, #232526 10%, #414345 90%); /* Opera 11.10+ */
background:         url("images/pattern.jpg"), linear-gradient(90deg, #232526 10%, #414345 90%); /* W3C */
    background-repeat: no-repeat;
    background-size: auto;
}

.form_area{
width: 600px;
height: 250px;
float:none;
margin:300px auto 0px;
position: relative;
}

.username{
width: 400px;
position: relative;
margin: auto;
}

.password{
width: 400px;
position: relative;
margin: auto;
}

.g-recaptcha{
width: 310px;
position: relative;
margin: 0px auto 20px;
}

.submit{
color: white;
text-align: center;
cursor: pointer;
width: 80px;
margin: 10px auto;
padding: 5px 10px;
border: 1px solid #c7d0d2;
border-radius: 2px;
box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
background: rgba(40,109,129,1);
background: -moz-linear-gradient(left, rgba(40,109,129,1) 0%, rgba(37,95,111,1) 41%, rgba(32,78,91,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40,109,129,1)), color-stop(41%, rgba(37,95,111,1)), color-stop(100%, rgba(32,78,91,1)));
background: -webkit-linear-gradient(left, rgba(40,109,129,1) 0%, rgba(37,95,111,1) 41%, rgba(32,78,91,1) 100%);
background: -o-linear-gradient(left, rgba(40,109,129,1) 0%, rgba(37,95,111,1) 41%, rgba(32,78,91,1) 100%);
background: -ms-linear-gradient(left, rgba(40,109,129,1) 0%, rgba(37,95,111,1) 41%, rgba(32,78,91,1) 100%);
background: linear-gradient(to right, rgba(40,109,129,1) 0%, rgba(37,95,111,1) 41%, rgba(32,78,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286d81', endColorstr='#204e5b', GradientType=1 );
}

input[type=text],input[type=password]{
width: 100%;
height: 35px;
padding: 5px 10px;
border: 1px solid #c7d0d2;
border-radius: 2px;
box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8, 0 0 100px 5px rgba(0,0,0,0.8);
margin: 20px 0px;
background: rgba(255,255,255,0.9);
}