.login-box {
  background: none repeat scroll 0 0 #F2F2F2;
  box-shadow: none;
  border: none;
  padding: 39px;
  margin: 0 0 40px;
  margin-left: 25%;
  float: left;
  border-radius: 14px;
  width: 50%;
  box-sizing: border-box;
}
.login-box h2 {
  background: url("/images/inscription/logo_login.png") no-repeat scroll 5px 5px lightyellow;
  border: 1px solid #CCCCCC;
  color: #434343;
  font-size: 15px;
  font-weight: bold;
  height: 36px;
  line-height: 16px;
  padding: 5px 49px 5px 66px;
  text-align: left;
  margin: 0 0 1em 0;
}
.login-box div.item >label {
  width: 100px;
  white-space: nowrap;
}
.login-box a.forgot-your-password {
  float: right;
  margin-top: 1em;
}
.login-box .ss-logo-header {
  text-align: center;
  width: 40%;
  margin-left: 29%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .login-box {
    width: 99% !important;
    margin-left: 0px;
    background: none;
    padding: 20px;
    margin-left: 0%;
  }
  .middle-content h1 {
    font-size: 14px;
  }
  .user.login .container_middle {
    width: 98% !important;
  }
  .login-box .ss-logo-header {
    text-align: center;
    width: 60%;
    margin-left: 18%;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .forgot-your-password2 {
    margin-right: 20px !important;
  }
  #login-form button.button_submit,
  .button_send {
    margin-right: 7px !important;
  }
}
