.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img-logo {
  width: 400px;
}

.cotainer-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-title {
  color: #455188;
  font-size: 24px;
  text-align: center;
}

.section-home {
  padding-top: 150px;
  padding-bottom: 60px;
}

.home-paragraph {
  width: 390px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.container-buttons {
  margin-top: 20px;
}

.link-button {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 479px) {
  .cotainer-home {
    display: block;
  }

  .home-title {
    font-size: 22px;
  }

  .section-home {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-paragraph {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .container-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-button {
    margin-right: 15px;
    margin-left: 15px;
  }
}