
body {
  background: #F2EFE1;
  min-width: 350px;
}

.header{
  background-color: #332525;
  border-bottom: solid 1px #251D1D;
  height: 45px;
}
.menu_link{
  display: block;
  padding: 15px 0px;
  color: #E0E0E0;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  float: right;
  padding-right: 10px;
}
.container{
  width:100%;
  margin:auto;
}

.logologin{
  padding-top: 5px;
  padding-left: 15px;
  vertical-align: center;   
}

.page-content {
  overflow: hidden;
  width: 840px;
  margin: auto;
  margin-top: 30px;
  border: solid 1px #E0E0E0;
  background-color: #FFF;
}

.content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 50px;
  float: left;
  width: 100%;
}

.forget-password {
  float: left;
  font-size: 13px;
  margin-top: 14px;
  color: #2b7bb9;
  display: block;
}


h1 {
  font-size: 24px;
  margin-bottom: 28px;
  text-align: left;
  padding-bottom: 15px;
  font-weight: normal;
  line-height: 28px;
}


.form {
  width: 400px;
}


.error_msg {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 12px;
}


.error, .success {
  margin-bottom: 30px;
  background-color: #e74c3c;
  color: #FFF;
  padding: 12px 15px;
  font-size: 13px;
  line-height: 17px;
  margin-top: -10px;
}


.success {
  background-color: #2ecc71;
}


label {
  font-size: 14px;
  font-weight: 600;
}


input[type="text"], input[type="password"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 8px 6px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 13px;
  color: #404040;
  margin-top: 8px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:focus, input[type="password"]:focus {
  outline: none;
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type="text"]:hover, input[type="password"]:hover {
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type="text"].error_input, input[type="password"].error_input {
  border: 1px solid #e74c3c;
  color: #404040;
}


input[type="submit"] {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
  background-image: linear-gradient(to bottom, #4d90fe, #4787ed);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 20px;
  float: left;
  margin-right: 18px;
  outline: none;
  border-radius: 2px;
}

.bloc {
  margin-bottom: 25px;
}

@media screen and (max-width: 920px) {

  .page-content {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 580px) {

  .form {
    width: 100%;
  }

  .content {
    padding: 35px;
  }
}
@media screen and (max-width: 428px) {

  input[type="submit"] {
    width: 100%;
  }
}
/*@media screen and (max-width:950px) {
	.detailApplication{
		width: 400px;
	}
}

@media screen and (max-width:885px) {
	.detailApplication{
		width: 500px;
		margin: auto;
		float: none;
	}

	h1{
		margin-bottom:40px;
	}

	.formulaireConnexion {
		width: 460px;
		margin: auto;
		float: none;
		margin-top: 55px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width:580px) {
	h1 {
		margin-bottom: 20px;
		font-size: 23px;
		line-height: 29px;
	}
	.detailApplication{
		display:none;
	}

	.formulaireConnexion {
		margin-top:45px;
		width: 100%;
		max-width: 400px;
	}
}*/
