body {
  background-color: #252A34;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden
}

.area-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
}

.index {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2e3441;
  border-radius: 10px;
  width: 410px;
  height: 335px;
  padding: 35px;
}

.index form {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.index input {
  margin-top: 10px;
  background-color: #252A34;
  color: #e3e4ed;
  border: none;
  height: 45px;
  outline: none;
  border-radius: 8px;
}

.index #key {
  margin-top: 10%;
}

.index img {
  width: 255px;
  height: auto;
  margin-bottom: 5%;
}

input.key {
  background-image: url(../../../images/icons/key.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 2% center;
  color: #e3e4ed;
  font-size: 14px;
}

.inputWithIcon input[type="text"] {
  padding-left: 40px;
}

.inputWithIcon input[type="password"] {
  padding-left: 40px;
}