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

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

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

.back-arrow {
  margin-left: 530px;
  margin-bottom: 10px;
}

.img-2 {
  transform: scale(0.8);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  background-color: grey;
  transition: 0.3s;
}
.img-2:hover {
  transition: 0.3s;
  transform: scale(1.1);
}

.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: 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;
}

.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;
}

.last-btn {
  margin-top: 100px;
  text-align: center;
}

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

.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) {
  .img-1 {
    transform: scale(0.6);
  }
  header {
    height: 60px;
  }
}
