/* BACK BUTTON FORM */
.back-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:20px;
  cursor:pointer;
  color:#0f766e;
  font-weight:500;
}
.back-btn i{
  font-size:18px;
}
.back-btn:hover{
  text-decoration:underline;
}