.conts {
  font-family: inter;
  width: 420px;
  border-radius: 10px;
  box-shadow: 0px 6px 18px 0px rgba(16, 5, 54, 0.17);
  background-color: #1f252e;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input-container {
  position: relative;
  width: 90%;
  margin: 10px 0;
}

.input {
  width: calc(100% - 40px);
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 5px 30px;
  margin: 10px 0;
  margin-right: 100px;
}

.input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  color: #b2b2b2;
}

.toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  cursor: pointer;
}

.middle {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 60px;
  height: 60px;
}

.orange {
  width: 100%;
  padding: 16px;
  background: #ff5c00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
  border: none;
  margin-top: 50px;
}

.login {
  margin-top: 20px;
}

.text {
  color: white;
  padding-top: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 30px;
}

input:focus {
  outline: none;
}

.white {
  color: white;
}

.red-placeholder::placeholder {
  color: red;
}
.forget {
  float: right;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.trouble {
  text-align: center;
  padding-top: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 30px;
  color: white;
}

.color_orange {
  width: 100%;
  padding: 16px;
  background: #ff5c00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
  border: none;
}

.line {
  flex: 1 1 0;
  height: 0px;
  border: 1px white solid;
}

.overall {
  width: 100%;
  height: 21px;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  margin-top: 20px;
}
.back {
  text-align: center;
  margin-top: 20px;
}

.or {
  color: white;
  font-size: 17px;
  font-weight: 500;
}
.logs {
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  color: orange;
}
