html,
body {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.styled-input {
  font-size: 8pt;
}

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* Custom */

.flex-center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-layout {
  width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1976d2;
}

.custom-layout-box {
  margin: 48px 0;
  background: #3f70ce;
  color: #FFF;
  text-align: center;
  padding: 0 36px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.custom-layout-box h3 {
  text-align: left;
}

.custom-layout-box h4 {
  text-align: left;
}

.custom-layout-box h1,
.custom-layout-box h2,
.custom-layout-box h3 {
  margin: 16px 0;
}

.back-link {
  color: #FFF;
  text-decoration: none;
}

.back-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

