.page-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(9, 31, 47);
  color: white;
  z-index: 2;
}

.b {
  position: relative;
  top: 50px;
}

.form-fields {
  max-width: 400px;
}

.page-header > h1 {
  width: 100vw;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
}

.place-bottom {
  visibility: hidden;
}

.place-bottom.show {
  visibility: visible;
}

.ping-buttons.login > button[type='button'] {
  display: block;
  width: 100%;
}

.change-password button {
  margin-bottom: 2rem;

  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.change-password .ping-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 420px) {
  .ping-buttons.login {
    text-align: right;
  }

  .ping-buttons.login > button[type='button'] {
    display: inline-block;
    width: auto;
    min-width: 200px;
  }

  .change-password .ping-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .change-password button:last-of-type {
    margin-left: 2rem;
  }
}

@media (min-width: 840px) {
  .change-password > div.g--5 {
    margin-left: 1.5rem;
    margin-right: 0;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.btn:focus {
  outline: 2px solid white;
  box-shadow: 0 0 0 5px #288be4;
}

.btn-link-styled {
  font: inherit;
  padding: 0;
  border: none;
  color: #288be4;
  background-color: transparent;
  cursor: pointer;
}

.btn-link-styled:hover {
  color: #fb4d42;
}

.btn.secondary {
  background-color: white;
  color: #288be4;
  border: 2px solid #288be4;
}

.image-aside {
  display: none;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 840px) {
  .image-aside {
    display: block;
    margin-right: -0.75rem;
  }
}

.image-aside > img {
  width: 100%;
}

.ping-pass-change {
  text-align: center;
  white-space: nowrap;
}

.ping-register {
  text-align: right;
}

.contact-heading {
  margin-top: 0.75rem !important;
}
