.git-message {
  width: 48%;
}

.git-content h2 {
  color: #031c52;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 32px;
}

.git-content h4 {
  color: #375188;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 60%;
}

.form-item {
  margin-bottom: 32px;
}

.form-item .form-control,
.form-item .form-select {
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 2px;
  margin-top: 12px;
}

.form-item label {
  color: #031c52;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-item-wrapper {
  display: flex;
  gap: 24px;
}

.form-item-wrapper .form-item {
  flex: 1;
}

.git-message .btn {
  border-radius: 4px;
  background-color: #77ceff;
  color: #031c52;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.gsf-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0;
}

.gsf-title {
  padding-top: 120px;
  text-align: center;
}

.gsf-title h1 {
  color: #031c52;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 24px;
}

.gsf-title p {
  color: #375188;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.git-message .btn:active {
  background-color: #4fbbfa;
}

.git-message .btn:hover {
  background-color: #35b3fc;
}
