@font-face {
                        font-family: 'Futura PT Extra';
                        src: url('../fonts/FuturaPT-ExtraBold.eot');
                        src: local('Futura PT Extra Bold'), local('FuturaPT-ExtraBold'), url('../fonts/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-ExtraBold.woff') format('woff'), url('../fonts/FuturaPT-ExtraBold.ttf') format('truetype');
                        font-weight: 800;
                        font-style: normal;
                }

                html {
                        line-height: 1;
                        font-weight: 400;
                }

                a {
                        color: #cc0033
                }

                a.btn {
                        text-transform: none;
                        font-size: 1rem;
                }


                body {
                        font-family: "Open Sans", sans-serif;
                }

                .slice {
                        background-image: url('../img/pattern.jpeg');
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        height: 5rem;
                }

                aside {
                        border-top: 10px solid #ffcc00;
                }

                .bg-section-dark {
                        background-color: black;
                }

                .btn-primary,
                .btn-primary.disabled {
                        background: #cc0033;
                        border-color: #cc0033;
                }

                .btn-primary:hover,
                .btn-outline-primary:hover,
                .btn-primary:active,
                .btn-outline-primary:active {
                        background: black;
                        border-color: black;
                }

                .btn-outline-primary,
                .btn-outline-primary.disabled {
                        border-color: #cc0033;
                        color: #cc0033;
                }

                .btn.disabled {
                        opacity: .33;
                }

                .button {
                        background: #FFCC00;
                        border-color: #FFCC00;
                        color: #373737;
                        transition: 0.3s ease-in-out;
                        text-align: center;
                }

                h1,
                h2,
                h3,
                h4,
                h5 {
                        font-family: 'Futura PT Extra', sans-serif;
                        font-weight: 800;
                }

                h1 {
                        color: #ffcc00;
                        font-weight: 900;
                        font-size: 3rem;
                }

                .modal-body h1,
                .modal-body h2 {
                        color: #373737;
                }

                h2 {
                        position: relative;
                        font-size: 1.66rem;
                        line-height: 2rem;
                }

                .container h2:before {
                        content: "";
                        width: 52px;
                        height: 2px;
                        background: #FFCC00;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                }

                h5 {
                        position: relative;
                        font-size: 1rem;
                        line-height: 1.33rem;

                }

                .container h5:before {
                        content: "";
                        width: 52px;
                        height: 2px;
                        background: #FFCC00;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                }

                .nav-item a {
                        font-size: small;
                }

                .nav-item a:hover {
                        text-decoration-line: underline;
                }

#signin {
        padding-top: 6rem;
}

.form-signin {
  max-width: 500px;
  min-height: 500px;
  margin: auto;
}

.fix_front {
  width:416px !important;
}
.lbl-disabled {
  color: lightgray;
}

.message_error {
  color: #D8000C;
  background-color: #FFD2D2;
}
.aap-roller {
  margin: auto;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.aap-roller div {
  animation: aap-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.aap-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cccccc;
  margin: -4px 0 0 -4px;
}
.aap-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.aap-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.aap-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.aap-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.aap-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.aap-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.aap-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.aap-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.aap-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.aap-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.aap-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.aap-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.aap-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.aap-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.aap-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.aap-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes aap-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
