.register-body {
  background-color: #E3EAF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 15vh;
  width: 40vw;
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 15px gray;
          box-shadow: 5px 5px 15px gray;
  font-family: "Segoe UI", serif;
}

.register-form-title {
  font-size: 2.5rem;
}

.register-form {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 2rem;
}

.register-form-btn {
  font-size: 2rem;
  background-color: #4292EE;
  color: white;
  border-radius: 10px;
  padding: 5px;
  border: #4292EE;
  margin: auto;
}

.form-style {
  background-color: black;
}

.listpage-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.main-list-display {
  background-color: rgba(97, 148, 206, 0.8);
}

.body-list-detail {
  background-color: rgba(236, 238, 248, 0.8);
  margin: auto;
}

.body-list {
  width: 100%;
}

.body-list-detail, .main-list-display {
  height: 75vh;
  width: 25%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #005cbf;
}

.icon {
  height: 14px;
  width: 14px;
}

.body-list-title, .body-list-ul, .body-list-form, .body-list-form2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-list-detail {
  margin-bottom: 5px;
}

.body-list-ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1px auto;
  width: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-list-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  margin-bottom: 5px;
}

.title-list, .title-list-detail {
  font-size: 2.5rem;
}

.title-list, .body-list-a, .body-list-form {
  color: white;
}

.body-list-a, .main-list-li {
  text-decoration: none;
  font-size: 1.2rem;
}

.list-task-button {
  font-size: 2rem;
  background-color: #4292EE;
  color: white;
  border-radius: 10px;
  padding: 5px;
  border: #4292EE;
}

.list-button {
  font-size: 2rem;
  background-color: #4292EE;
  color: white;
  border-radius: 10px;
  padding: 5px;
  border: #4292EE;
  color: #4292EE;
  background-color: white;
}

.list-button, .list-task-button {
  font-size: 1.5rem;
  margin-top: 15px;
}

.list-progression {
  margin: 10px auto;
  font-size: 2rem;
}

.back-link {
  text-decoration: none;
  color: #4292EE;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 10px;
  margin-top: 15px;
  font-size: 2rem;
}

.editList-section, .editTask-section {
  background-color: rgba(97, 148, 206, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 15vh;
  border-radius: 20px;
  font-family: "Segoe UI", serif;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}

.editList-title, .editTask-form {
  margin: auto;
  padding: 10px;
}

.edit-button {
  font-size: 2rem;
  background-color: #4292EE;
  color: white;
  border-radius: 10px;
  padding: 5px;
  border: #4292EE;
  background-color: white;
  color: #4292EE;
  font-size: 1.5rem;
  margin-top: 15px;
}

.default, .desk, .vague {
  background-attachment: fixed;
  background-size: cover;
}

.default {
  background-image: url("../picture/PictureSimple.jpg");
}

.desk {
  background-image: url("../picture/bureauPicture.jpg");
}

.vague {
  background-image: url("../picture/VaguePicture.jpg");
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4292EE;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-radius: 10px;
  color: white;
  margin: 50px auto auto;
  font-size: 1.5rem;
}

.header-menu-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  text-decoration: none;
}

.header-nav-ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.base-menu-a {
  color: white;
  text-decoration: none;
}

.body-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.body-home-section {
  background-color: rgba(219, 235, 252, 0.7);
  width: 25%;
  height: 50vh;
  margin-top: 8%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 5px 5px 15px gray;
          box-shadow: 5px 5px 15px gray;
}

.home-section-a, .home-section-title {
  margin: 20px auto;
  font-family: "Segoe UI";
}

.home-section-title {
  font-size: 3rem;
}

.home-section-a {
  text-decoration: none;
  font-size: 2.2rem;
  margin: auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #4292EE;
}

.main-connection {
  background-color: #E3EAF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 15vh;
  width: 40vw;
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 15px gray;
          box-shadow: 5px 5px 15px gray;
  font-family: "Segoe UI", serif;
}

.main-connection-button, .main-connection-title, .main-connection-password, .main-connection-username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-form {
  margin: auto;
}

.main-connection-username, .main-connection-password {
  font-size: 2rem;
  margin-bottom: 15px;
}

.main-connection-title {
  font-size: 1.5rem;
}

.login-button {
  font-size: 2rem;
  background-color: #4292EE;
  color: white;
  border-radius: 10px;
  padding: 5px;
  border: #4292EE;
}

.form-control {
  font-size: 2rem;
  width: 40%;
}

.account-body {
  background-color: #E3EAF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 15vh;
  width: 40vw;
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 15px gray;
          box-shadow: 5px 5px 15px gray;
  font-family: "Segoe UI", serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.account-form-button {
  font-size: 2rem;
  background-color: #4292EE;
  color: white;
  border-radius: 10px;
  padding: 5px;
  border: #4292EE;
}
/*# sourceMappingURL=style.css.map */