* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-1 {
  transform: scale(0.8);
}

.container {
  height: 500px;
}

.para-1 {
  padding-top: 35px;
  padding-bottom: 10px;
  text-align: center;
  color: #333333;
  font-family: sans-serif;
  font-weight: lighter;
}

.para-1 p {
  font-size: 13px;
  font-weight: lighter;
  color: #46566c;
  padding-top: 5px;
}

.form {
  justify-content: center;
  display: grid;
  padding-top: 90px;
}

.form p {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #45526c;
  letter-spacing: 0.2px;
}

.login-f {
  margin-top: 10px;
  margin-bottom: 15px;
  height: 40px;
  min-width: 300px;
  padding-left: 5px;
  border-radius: 8px;
  color: rgb(0, 0, 0);
  letter-spacing: 0.2px;
  border: 1px solid rgb(240, 240, 240);
  box-shadow: inset 0 0 4px #ebebeb;
}

.log-in {
  margin-top: 30px;
  justify-content: center;
  display: grid;
  align-items: center;
}

.log-in button {
  min-width: 300px;
  height: 40px;
  border-radius: 8px;
  border: none;
  color: #ffff;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 425px) {
  .img-1 {
    transform: scale(0.6);
  }
  header {
    height: 60px;
  }

  .para-1 {
    font-size: 15px;
  }

  .para-1 p {
    font-size: 11px;
    font-weight: lighter;
    color: #46566c;
    padding-top: 5px;
  }
}
