h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

table {
  width: 600px;
  border-radius: 10px;
  padding: 20px;
}

table td {
  padding: 12px 15px;
}

table input[type="text"],
table input[type="password"],
table input[type="submit"] {
  width: 100%;
  padding: 12px 15px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

#submit {
  background-color: #55cdde;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

#submit:hover {
  background-color: #3282bf;
}

b {
  color: #333;
}


.field-icon1 {
  margin-left: 530px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  color: #666;
  cursor: pointer;
}
.fa-eye, .fa-eye-slash:hover{
  cursor: pointer;
}

#email{
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #cccccc;
  padding: 4px 4px 4px 4px;
  width: 270px;
}
#get_pass{
  color: #fff;
  background-color: #ff5019;
  transition: background-color 0.3s ease-in-out;
}
#get_pass:hover{
  background-color: #3282bf;
}