/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 févr. 2020, 11:57:57
    Author     : Ludivine
*/

html {
    /*background: #181818 !important;*/
    background: white !important;
}

.bg-light{
    /*background: #181818 !important;*/
    background: white !important;
}

.save{
    margin: 0 auto;
}
a{
    color: black ;
}
white{
    /*color: #181818 !important;*/
    color: white !important;
}



/* button div */
#buttons {
  padding-top: 50px;
  text-align: center;
}

/* start da css for da buttons */
.btn {
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 22px;
  text-decoration: none;
  margin: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.purple {
  background-color: #9b59b6;
  box-shadow: 0px 5px 0px 0px #82409D;
}

.purple:hover {
  background-color: #B573D0;
}


.label {
  flex-direction: row;
  text-align: right;
  width: 400px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-right: 50px;
  font-weight: bold;
}