body{
margin: 0;
height: 100vh;
overflow: hidden;
background: white;
background-image: url(images/bg.jpg);
}

.form_area{
    height: 500px;
    padding: 200px 0px 0px 0px;
    //background-image: url(images/myride1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: fixed;
    margin: 0px auto;
    right: 0;
    left: 0;
}

.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: linear-gradient(to right, rgb(165 128 66) 0%, rgb(165 128 66) 41%, rgb(134 89 37) 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;
}