@font-face {
  font-family: 'Google Sans';
  src: url("../font/subset-GoogleSans-Italic.woff2") format("woff2"), url("../font/subset-GoogleSans-Italic.woff") format("woff"), url("../font/subset-GoogleSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Google Sans';
  src: url("../font/subset-GoogleSans-Light.woff2") format("woff2"), url("../font/subset-GoogleSans-Light.woff") format("woff"), url("../font/subset-GoogleSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Google Sans';
  src: url("../font/subset-GoogleSans-Medium.woff2") format("woff2"), url("../font/subset-GoogleSans-Medium.woff") format("woff"), url("../font/subset-GoogleSans-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Google Sans';
  src: url("../font/subset-GoogleSans-MediumItalic.woff2") format("woff2"), url("../font/subset-GoogleSans-MediumItalic.woff") format("woff"), url("../font/subset-GoogleSans-MediumItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
/* color primary */
/* color secondary */
/* color text */
body {
  margin: 0;
  font-family: "Google Sans", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5; }

header {
  background: #0084ff;
  color: #ffffff; }
  header .navbar {
    padding-top: 0;
    padding-bottom: 0; }
    header .navbar .navbar-toggler-icon {
      background: url("../img/menu-button.svg"); }
    header .navbar .navbar-toggler {
      border-color: rgba(255, 255, 255, 0.3); }
  header .nav a {
    color: #ffffff;
    font-weight: normal; }

main {
  position: relative; }

.layout-mid {
  padding-top: 10%; }

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center; }

.form-box {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 20%;
  -webkit-box-shadow: 2px 1px 12px 4px rgba(0, 132, 255, 0.1);
  box-shadow: 2px 1px 12px 4px rgba(0, 132, 255, 0.1); }
  .form-box__logo {
    margin-bottom: 30px; }

/* responsive */
@media (max-width: 992px) {
  header .nav {
    display: block;
    text-align: center; }
    header .nav a {
      color: #ffffff;
      font-weight: normal; }

  img {
    max-width: 100%; }

  .layout-mid {
    padding-top: 0; }
    .layout-mid__banner {
      display: block;
      margin: 30px auto; }

  .form-box {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 30px; }

  footer {
    position: unset;
    right: unset;
    bottom: unset;
    left: unset;
    padding: 1rem;
    text-align: center; } }

/*# sourceMappingURL=danplay.css.map */
