/*
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 : 27 nov. 2020, 11:29:02
    Author     : PC_BASTIEN
*/
body{
    background-color:#ededed;
    height: 100%;
    width: 100%;
}
#login {
    margin-top: 200px;
    margin-left: 30%;
    width: 40%;
    height: 40%;
    vertical-align: middle;
    text-align: center;
    border-spacing: 0px;
}

fieldset {
    padding: 20px 25px;
    margin-bottom: 30px;
    border: 2px #204589 solid;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.5em;
    background-color: white;
}
legend {
    background-color: white;
    border: 2px #204589 solid;
    border-radius: 10px 10px 0px 0px;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}

table.login {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: center;
}

tr{
    border-bottom:0px;
}

@media (max-width: 1300px) {
  #login {
      margin-top: 200px;
      margin-left: 10%;
      width: 80%;
      height: 40%;
      vertical-align: middle;
      text-align: center;
      border-spacing: 0px;
  }
}
