/*
body {
    background: #fff;
}

.wrap {
    margin-top: 180px;
}*/
html{min-height: 100%;height:100%; position:relative;}
/*body {padding-bottom:70px;overflow: hidden;height: 100%;}*/
body {overflow: hidden;height: 100%;}

.wrap {background-image:url(/static/images/bg.jpg);background-size:cover;background-position: center;  height: 100%;overflow:hidden;}
.wrap .container{ margin-top:170px; background:rgba(255,255,255,.8); max-width:340px !important; padding:1.25rem; border-radius: 2px; }
.wrap .container h3{ font-weight:bold; padding:10px 0 20px 0px; }
.wrap .form-control{ border:1px solid rgba(0,0,0,.15); border-radius: 2px;}
.footer{ width:100%; height:70px; line-height:70px; position:absolute; text-align: center; left:0; bottom:0; }