body {
  background-color: #4D5656;
  color: #ECF0F1;
}

.login {
  margin: auto;
  width:308px;
  height:265px;
  margin-top: 200px;
  background-color: #ECF0F1;
  color: #333333;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #333333;
}

.login label {
  font-weight: lighter;
  color: #333333;
}

.campuri {
  padding:10px;
}

.campuri input {
  width:280px;
  height: 30px;
}

.separare{
  border-top: 1px solid #cccccc;
  margin-left:10px;
  width:285px;
  margin-top:10px;
}

.logo{
  margin: auto;
  width:308px;
  height:50px;
}

.logo a{
  display: block;
  width:120px;
  height: 20px;
  margin-top:10px;
  margin-left:190px;
  background-image: url('../img/logo_mic.png');
}

.mesaj{
  margin: auto;
  width:640px;
  margin-top: 200px;
  color: #333333;
}

.mesaj label{
  font-weight: lighter;
  color: #ECF0F1;
}

.mesaj a{
  font-weight: lighter;
  color: #ECF0F1;
  font-style: italic;
  text-decoration: underline;
}

.logo_mesaj{
  margin: auto;
  width:640px;
  height:50px;
}

.logo_mesaj a{
  display: block;
  width:120px;
  height: 20px;
  margin-top:10px;
  background-image: url('../img/logo_mic.png');
}
