.login_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_btn {
  margin: 10px;
}
.submit {
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  color: #007bff;
}
.submit:hover {
  color: #0056b3;
}
.new_project {
  display: flex;
  justify-content: right;
  margin: 10px;
}

.center_to {
  position: relative;
  right: -141px;
}

.quantity_width {
  width: 130% !important;
}
