body {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}
:root {
  --dark: #222a2a;
  --red: #cd3c55;
  --red-d: #ab3749;
  --yel: #fbc400;
  --wht: #fff;
}
.bg-mem {
  background-color: #efefef;
  background-image: url(../images/10115459.png);
  background-position: unset;
}
.mem-logo {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mem-logo img {
  width: 400px;
  height: 400px;
}
.mem-form {
  width: 350px;
  background-color: var(--red);
  border-radius: 30px;
  box-shadow: -6px 6px 0px 0px var(--red-d);
  padding: 15px;
}
.mem-form-title {
  width: 100%;
  height: 116px;
  font-family: "Khand", sans-serif;
  padding: 15px;
  color: var(--wht);
}
.mem-form-title h1 {
  font-weight: 700;
  text-align: center;
  font-size: 35px;
}
.mem-form-title p {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.mem-forms {
  width: 100%;
  height: 450px;
}
.mem-forms select {
  color: var(--red-d);
  height: auto;
  padding: 10px;
  border-radius: 8px;
  border: none;
  border-bottom: 5px solid var(--red-d);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  -moz-appearance: none;
  margin-bottom: 10px;
}
.mem-forms .mem-input {
  color: var(--red-d);
  height: auto;
  padding: 10px;
  border-radius: 8px;
  border: none;
  border-bottom: 5px solid var(--red-d);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  -moz-appearance: none;
  margin-bottom: 10px;
}
.input-form {
  background-image: linear-gradient(45deg, transparent 50%, #ab3749 50%),
    linear-gradient(135deg, #ab3749 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.mem-button {
  width: 50%;
  height: 55px;
  background-color: var(--wht);
  color: var(--dark);
  font-weight: 600;
  border: 0;
  border-bottom: 5px solid var(--red-d);
  border-radius: 15px;
}
.mem-kvkk {
  width: 15px;
  height: 15px;
}
