#mainbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

#logo {
  width: 220px;
}

#login-button {
  width: 100%;
}

#icon-eye::before{
  pointer-events: initial;
  z-index: 0;
}

.field {
  width: 300px;
}

input[type="text"],
input[type="password"] {
  margin-bottom: 25px;
  width: 100% !important;
}

.solid-box-cream {
  padding: 40px;
  border-width: 1px;
  border-color: #6E5348;
}

.label {
  font-size: 14px;
  font-weight: 400;
}
