body {
  font-weight: 200;
}

a {
  text-decoration: none;
  color: #444;
  border-bottom: 1px solid transparent;
}

.modal {
  background-color: #fff;
  max-width: 400px;
  margin: 50px auto 0 auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 10px #ddd);
}

.modallogo {
  margin: 100px 30px 30px 30px;
  display: flex;
}

.modallogo a {
  margin: auto;
}

.modallogo img {
  margin: auto;
  width: 250px;
}

.login {
  margin: 30px;
}

.row {
  display: flex;
  flex-direction: column;
}

input {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 0 10px;
  outline: none;
}

.desc h2 {
  text-align: center;
  font-size: 1.6em;
  margin: 40px 30px 20px 30px;
}

.desc span {
  text-align: center;
  font-size: 1.1em;
  margin: 20px 50px;
  display: block;
}

.row label {
  position: relative;
  top: -60px;
  left: 14px;
  padding: 0 5px;
  background: white;
}

input:placeholder-shown ~ div label {
  top: -34px;
  left: 8px;
  padding: 0 5px;
  background: transparent;
}

button {
  height: 50px;
  border-radius: 10px;
  background: black;
  color: white;
  font-size: 1.1em;
  border: none;
}

.forget {
  margin: 6px 0 20px 10px;
  font-weight: 600;
}

.footer {
  margin: 70px 0 30px 30px;
  font-weight: 600;
}


@media (max-width: 770px) {
  .modal {
    margin: 10px auto 0 auto;
  }
  .modallogo {
    margin-top: 40px;
  }
  .footer {
    margin-top: 40px;
  }
}
