body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI font", sans-serif;
  background-color: #e5ebf3;
  /*background: #FF5733;*/
}

.box {
  width: 290px;
  height: 500px;
  background: #3b5998;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 15px;
  border: 2px solid transparent;
  box-shadow: 0 0px 1.5px rgba(0, 0, 0, 0.5), 0 0px 3.7px rgba(0, 0, 0, 0.359),
    0 0px 6.9px rgba(0, 0, 0, 0.298), 0 0px 12.3px rgba(0, 0, 0, 0.25),
    0 0px 23px rgba(0, 0, 0, 0.202), 0 0px 55px rgba(0, 0, 0, 0.141);
}

img {
  width: 23%;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.form,
.login {
  width: 80%;
  border-style: none;
  float: left;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  outline: none;
  color: white;
}

.form:focus,
.login:focus {
  width: 85%;
  transition: 0.25s;
}

.box input[type="mail"],
.box input[type="password"] {
  border-bottom: 1px solid white;
  background: none;
  color: white;
  font-size: 1em;
  text-decoration: none;
  padding: 7px 0;
}

.box input::placeholder,
.box input::placeholder {
  color: #dde5f1;
}

.login {
  margin-top: 10px;
  padding: 6px 0;
  width: 80%;
  font-size: 0.9em;
  color: white;
  background: #7782ff;
}
.login:hover {
  background-color: #414eed;
  transition: 0.4s ease;
  cursor: pointer;
}

div {
  float: left;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}

div li,
img {
  list-style: none;
  padding-top: 10px;
  align-items: center;
  text-align: center;
}

div li a {
  color: white;
  font-size: 0.7em;
  text-decoration: none;
}

div li img {
  width: 15%;
  float: left;
  top: 80%;
  left: 140%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}
