
/**
* CSS login
*
*
* @package avencall2016-08
*/


body {
    background-color: white !important;
}

.login {
  /*background-color: #ECECEC;*/
  height: 550px;
  margin: 0 auto;
  width: 450px;
}

.login .content {
  background-color: #7F7F7F;
  color: white;
  margin: 25px auto 10px !important;
}

.login .text-intro {
  width: 400px;
  margin: 25px auto 5px auto;
  letter-spacing: 0.1em;
  text-align: center;
}

.login h3.form-title {
  color: white;
  font-weight: bold;
}

.login h3.form-title i {
  color: silver;
  font-size: 28px;
}

.login .content .form-control {
  background-color: white;
  color: #e51b23 !important;
}

.login .form-actions {border: none !important;}

.login .content .form-actions {
  text-align: center;
  padding: 0 !important;
  margin-top: 22px !important;
}

.login .content .form-actions button {
  background-color: #e51b23;
  color: white;
  border-radius: 20px !important;
}

input.submit {
  background-color: white;
  color: white;
  border-radius: 20px !important;
  font-weight: bold;
}

input.submit:hover {
  color: white;
}

.mdp-oublie {margin-top: 25px; text-align:center;}
.mdp-oublie a {text-decoration: none; color: white;}
.mdp-oublie a:hover {text-decoration: underline;}


