/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li + li:before {
  content: "|";
  padding-right: 0.3em;
}

.top-section{
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 600px;
  background-color: #15a4d3;
  background-attachment: fixed;
}
#header{
  padding: 30px 0;
  max-width: 1230px;
  margin: 0 auto;
}

.logo .icon-logo {
  float: left;
  font-size: 4rem;
  color: #444;
  padding-right: 10px;
}

.logo a {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 3px 0 0 0;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

.logo a span {
  display: block;
  font-weight: lighter;
  font-size: 1rem;
  line-height: 1.2rem;
  padding-top: 0;
  letter-spacing: 0;
}

.main-container{
  border-radius: 5px 5px 0 0;
  background: white;
  box-shadow: 0 1px 10px rgb(0 0 0 / 20%);

}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
  height: 29px;
}

canvas.AuthenticAction-canvas {
  width: 100% !important;
  height: 100% !important;
}