/*************/
/*** Index ***/
/*************/

.body_index
{
  margin-top: calc(50vh - 150px);
  margin-left: auto;
  margin-right: auto;
	width: 500px;
  min-height: 225px;
  box-shadow: 0 5px 10px -5px #606060;
	background-color: white;
}

.bandeau_index_1
{
  width: 500px;
  height: 10px;
  background-color: #004c8c;
}

.bandeau_index_2
{
  width: 500px;
  height: 40px;
  background-color: #0277bd;
  line-height: 40px;
}

.input_connexion
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: calc(100% - 60px);
  height: 25px;
  border: 0;
  background-color: #d3d3d3;
  padding: 5px 10px 5px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 120%;
  border-radius: 2px;
}

.button_connexion
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 120px;
  height: 30px;
  border: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 120%;
  background-color: #a3a3a3;
  border-radius: 2px;
  cursor: pointer;
}

.button_connexion:hover
{
  background-color: #FE4902;
  color: white;
}

.text_alert
{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 120%;
  text-align: center;
  padding-bottom: 20px;
}
