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

.container {
  padding: 20px;
}

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

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

.container {
  height: 500px;
}

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

.form {
  justify-content: center;
  display: grid;
}

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

.login-f {
  margin-top: 10px;
  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;
}

.pass {
  margin-top: 15px;
  justify-content: center;
  display: grid;
}

.pass-p {
  text-align: right;
  font-weight: lighter;
  padding-top: 5px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #505d68;
  text-decoration: none;
}

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

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

.last-btn {
  margin-top: 60px;
  text-align: center;
  justify-content: center;
  display: grid;
}

.last-btn h4 {
  color: #505d68;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.last-btn button {
  margin-top: 10px;
  min-width: 300px;
  height: 40px;
  background-color: #ffff;
  border: 1px solid #969aa3;
  border-radius: 5px;
}

@media (max-width: 425px) {
  .para-1 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  header {
    height: 60px;
  }
  .img-1 {
    transform: scale(0.6);
  }
}
