#login_form
{
 margin:auto;
 max-width:400px;
padding:50px;
position:relative;

}

#login_form::after {
  content: "";
  opacity: 0.3;
  z-index: -1;
   background-image: url(/images/erwan-hesry-RJjY5Hpnifk-unsplash.jpg);
    background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
}


.wrapper_login {
    position: relative;
    min-height: 100%;
}

.header-bar {
	margin: 0 auto;
    height: 110px;
   // border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}



.logo {
    background-image: url(/images/logologin.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
    margin: auto;
    background-position: bottom center;
}

.login_input_div {
    margin: auto;
    width:300px;
    padding-top:10px;
    padding-bottom:10px;
}

.login_input {
    width:300px;
    margin:auto;
    height: 44px;
    font-size: 16px;
    height: 36px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
}
