body {
  margin: 0px;
  height: 100vh;
  font-family: "Optima LT Std";
  background-color: #eff3fa;
}

#login-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: min-content;
  margin: 0 auto;
  text-align: center;
  background-color: #7f8f9d;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.login-text {
  font-size: 18px;
  line-height: 30px;
  color: white;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid white;
}

form div {
  margin-top: 20px;
  margin-bottom: 20px;
}

form input {
  height: 25px;
  color: #828db9;
  font-size: 15px;
  border: none;
  background-color: white;
  border-radius: 50px;
  padding: 5px 10px 5px 30px;
}

.top-screen {
  position: relative;
  width: 100%;
  height: 42%;
  background-color: #b6cbdc;
  overflow: hidden;
}

.db-title {
  position: absolute;
  top: 20%;
  left: 50px;
  width: 30%;
  font-size: 45px;
  line-height: 80px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 2px solid #002554;
}

.db-subtitle {
  position: absolute;
  top: 45%;
  left: 50px;
  font-size: 18px;
  font-weight: 800;
  line-height: 80px;
  width: 30%;
}

.el-products {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

form input::placeholder {
  color: #828db9;
}

form input:focus {
  outline: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

form button {
  cursor: pointer;
  height: 30px;
  width: 200px;
  border: none;
  font-size: 15px;
  font-family: "Optima LT Std";
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid white;
  letter-spacing: 3px;
  padding: 5px;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

form button:hover {
  background-color: white;
  color: #7f8f9d;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#btn_post_forgot {
  font-size: 10px;
  text-decoration: none;
}

.alert {
  border-radius: 5px;
  vertical-align: middle;
  font-weight: normal;
  font-size: 10px;
  width: 100%;
}

a.fmp {
  color: rgb(248, 248, 248);
  font-weight: 200;
  letter-spacing: 1px;
}

.input-ct {
  position: relative;
}

.input-icon {
  font-size: 1em !important;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #7f8f9d;
}

.tln-pic {
  position: absolute;
  width: 120px;
  bottom: 40px;
  right: 5px;
}


.panier {
  background-color: black;
  color: white;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  transition-duration: 1s;
  overflow: hidden;
  margin-bottom: 10px;
}

.panier:hover{
  cursor: pointer;
}

.panier>svg{
  margin-top: -2px;
  margin-left: -2px;
  padding: 10px;
}

.panier>p{
  margin-top: 3px;
}

.formNewUser>hr{
      width: 100%;
}

.formNewUser{
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition-duration: 0.5s;
  overflow: hidden;
  height:0px;
  width:fit-content;
}

.formNewUser > p{
  font-size: 20px;
  padding: 15px 20px 0px 40px;
  height: 25px;
  font-weight: 600;
  margin-bottom: 0px;
}

.mdl-textfield__input {
  background-color: white !important;
}

.mdl-textfield {
  height: 73px;
}

.formNewUser > button {
  background: black;
  color: white;
}