/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: "AvenirNextWorld"; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

body {
    font-family: "AvenirNextWorld";
    -webkit-font-smoothing: antialiased;
    font-size: 1.0em;
    line-height: 1.2;
}
.wrapper-container {
  display: flex;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.container-content {
  background: rgba(255, 255, 255, 0.88);
  -webkit-box-shadow: 0 24px 48px 0 rgba(0,0,0,.32);
  box-shadow: 0 24px 48px 0 rgba(0,0,0,.32);
  width: 74%;
  margin: 0 auto;
  padding: 50px 30px;
  color: rgba(0,0,0,.77);
  font-size: 20px;
  line-height: 30px;
  word-wrap: break-word;
}

.mdt-logo img {
  display: inline-block;
  max-width: 100%;
}

.container-content .title {
  font-family: "AvenirNextWorld-Thin";
  font-size: 44px;
  line-height: 52px;
  color: #170f5f;
}