.login {
  width: 100%;
  width: 100vw;
  height: 100vh;
  font-family: 'Roboto', sans-serif;
  background: radial-gradient(50% 158.02% at 50% 0%, #343F4B 0%, #16171C 100%);
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.login:after {
  position: absolute;
  content: "";
  right: -70px;
  bottom: 0;
  width: 786px;
  height: calc(100% - 20%);
  background: url("../images/fikirmod-d.png") no-repeat center;
  background-size: contain;
  z-index: 0;
}

.login-content {
  background: #D9D9D9;
  position: relative;
  backdrop-filter: blur(2px);
  border-radius: 20px;
  width: 580px;
  height: 694px;
  left: 193px;
  z-index: 2;
  padding: 90px;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  flex-direction: column;
}

.login-content__title {
  font-size: 37px;
  line-height: 43px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.login-content__title span {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 300;
  display: flex;
  margin: 5px 0 80px;
  justify-content: center;
}

form {
  width: 100%;
  height: 100%;
}

.input {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.input input {
  border-radius: 6px;
  background-color: #D9D9D9;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 30px 20px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  min-height: 80px;
  -webkit-appearance: none;
}

.input label {
  color: #000;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  font-weight: 300;
  left: 0;
  top: 0;
  z-index: 6;
  line-height: 18px;
  box-sizing: border-box;
  padding: 28px 20px;
  transform: translate(6px, -5px) scale(0.75);
  transform-origin: 0 0;
  z-index: 6;
  transition-property: transform, font-size;
  will-change: transform, font-size;
  transition: 150ms cubic-bezier(0, 0, 0.2, 1);
}

.input input:focus~label,
.input.input-focus input~label {
  transform: translate(6px, -5px) scale(0.75);
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox {
  position: relative;
  display: inline-block;
}

.checkbox label {
  cursor: pointer;
}

.checkbox span {
  font-size: 12px;
  line-height: 14px;
  color: #253342;
  padding-left: 40px;
  position: relative;
  font-weight: 300;
  display: block;
}

.checkbox span:before {
  content: "";
  position: absolute;
  opacity: .3;
  z-index: 1;
  left: 8px;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-radius: 2px;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  display: none;
}

.checkbox span:after {
  content: "";
  position: absolute;
  height: 23px;
  width: 23px;
  border: 1px solid #B7B8BA;
  top: -5px;
  left: 0;
  border-radius: 2px;
  background-color: #D9D9D9;
}

.checkbox input:checked~span:before {
  display: block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-decoration: underline;
}

.button {
  position: relative;
  width: 100%;
  margin-top: 67px;
}

.button button {
  width: 100%;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  height: 80px;
  text-align: center;
  padding: 30px 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button button:hover {
  background-color: #F4BE37;
}

.login-copyright {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
}

.input-icon {
  position: absolute;
  z-index: 1;
  right: 20px;
  cursor: pointer;
  top: 50%;
  margin-top: -8px;
}

.input-icon span {
  background-image: url("../svg/eye.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 22px;
  height: 22px;
  background-size: contain;
}

.mouse-wrap {
  width: calc(100% - 60%);
  position: relative;
  right: 200px;
  height: 600px;
  top: 125px;
  z-index: 1;
}

.cloudy {
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 126px;
}

.ball {
  object-fit: contain;
  position: absolute;
  top: 30px;
  left: 400px;
  width: 26px;
  height: 26px;
}

.lock {
  object-fit: cover;
  position: absolute;
  top: 150px;
  left: 0;
  width: 584px;
  height: 454px;
}