html {
  background-color: rgb(60, 8, 13);
}

.block-1 {
  background-color: white;
  width: 475px;
  height: 570px;
  margin: auto;
  margin-top: 70px;
  border-radius: 20px;
  font-family: Barlow Condensed;
  padding-top: 20px;
  cursor: pointer;
  margin-bottom: 100px;
}

.login-title {
  font-size: 60px;
  color: rgb(72, 20, 20);
  text-align: center;
  margin-bottom: 30px;
}

.email-address,
.password {
  font-size: 30px;
}

.input-1,
.input-2{
  width: 300px;
  height: 25px;
  margin-bottom: 20px;
  color: rgb(18, 18, 99);
  padding: 8px;
  font-size: 20px;
  border-color: maroon;
  border-radius: 7px;
}

.email-address,
.input-1,
.password,
.input-2 {
  margin-left: 60px;
  margin-bottom: 15px;
}

.input-1 {
  margin-bottom: 39px;
}

.login-professor,
.login-student {
  color: white;
  width: 160px;
  height: 55px;
  display: block;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: maroon;
  animation: none opacity 200ms;
  margin-bottom: 30px;
  text-decoration: none;
}

.login-professor:hover,
.login-student:hover {
  opacity: 0.7;
}


.no-account  {
  font-size: 25px;
  margin-left: 102px ;
  display: inline-block;
  color: maroon;
}

.no-account {
margin-top: 30px;
margin-left: 140px;
}

.block-2 {
  display: flex;
  justify-content: center;
  gap: 30px;
}