html,
body {
  width: 100%;
}

body {
  background: linear-gradient(to bottom, #0A2239, rgb(15, 55, 92), #165086);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#basic-layout-content {
  padding: 2rem;
}

#application-box {
  background: #fff;
  padding: 2rem;
}

#application-box-header img {
  height: 150px;
}

#application-box-header div>img {
  height: 70px;
}

fieldset {
  margin-bottom: 1rem;
  padding: 3rem 1rem 1rem 1rem;
}

.is-present-address-radio,
.is-present-work-radio {
  margin-bottom: 1rem;
  left: 1rem;
  top: 1rem;
}

.fieldset-tools {
  margin-bottom: 1rem;
  right: 1rem;
  top: 1rem;
}

.fieldset-tools a {
  font-size: 1.3rem;
  margin: 0 0.2rem;
}

.input-group-prepend,
.input-group-text {
  width: auto !important;
}

#application-box-footer img {
  height: 70px;
}

.flex-container {
  display: flex !important;
  gap: 30px !important;
}