@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  list-style: none;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

body {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(201, 250, 255) 100%);
  height: 100vh;
}

form {
  width: 850px;
  height: 550px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div.left {
  background-color: #51abbd;
  width: 50%;
  height: inherit;
  border-radius: 30px 30% 30% 30px;
  position: relative;
}

div.left div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  width: max-content;
}

div.left div p {
  color: #fff;
  font-size: 36px;
  margin: 0;
  font-weight: bolder;
}

div.left div a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14.5px;
}

div.left div input[type="submit"] {
  border: 2px solid #fff;
  width: 160px;
  height: 46px;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

div.right {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 40px;
  overflow: hidden;
}

div.right select {
  padding: 13px 20px;
  margin: 10px 0;
  background-color: #efefef;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  width: 320px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%2374beec' height='20' viewBox='0 0 24 24' width='20'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

div.right select:hover {
  background-color: #e6e6e6;
}

div.right select:focus {
  outline: none;
  background-color: #e1f0fa;
}

div.right select option {
  padding: 12px;
  font-size: 15px;
  background: #fff;
  color: #333;
  border-radius: 6px;
}

div.right select option:hover {
  background: #74ceec;
  color: #fff;
}

div.right div {
  position: absolute;
  left: 50%;
  top: 40%;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

div.right h1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  opacity: 70%;
}

div.right input {
  padding: 13px 50px 13px 20px;
  margin: 10px 0;
  background-color: #efefef;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  width: 320px;
}

div.right input:focus {
  outline-color: transparent;
}

div.right div span {
  position: absolute;
  left: 85%;
  display: block;
}

div.right .person {
  top: 23%;
}

div.right .lock {
  top: 44%;
}

div.right div a {
  color: #000;
  display: block;
  margin-bottom: 20px;
}

div.right div button {
  background-color: #51abbd;
  width: 100%;
  height: 48px;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

div.right div p {
  margin: 15px 0;
}

div.right div div {
  margin-top: 20px;
  top: 100%;
  width: 100%;
}
