body {
  background: rgb(255, 255, 255);
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.column-wrapper {
  display: flex;
  flex-direction: row;
}

.left, .right {
  flex: 1;
}

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

.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(85, 84, 84));
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.login-label {
  font-size: 18px;
  font-weight: bold;
  color: #0E0F11;
}

.login-input {
  height: 40px;
  border-radius: 25px !important;
  font-size: 18px !important;
  padding: 0 2.5rem;
  background-color: rgba(255, 255, 255, 0.568627451);
}

.login-button {
  border-radius: 17.5px;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  background-color: #0E0F11;
  color: white;
  border: none;
  cursor: pointer;
}
