@import url("animate.css");
@import url("font-awesome-all.min.css");
body {
    font-family: "Source Sans Pro", sans-serif;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-position: right top 150px;
    background-attachment: fixed;
    overflow-y: scroll;
}
.title,
p {
    color: var(--white);
}
.btn-primary {
    --btn-bg: var(--primary-800);
    --btn-border-color: var(--primary-800);
    --btn-hover-bg: var(--primary-900);
    --btn-hover-border-color: var(--primary-900);
    --btn-focus-shadow-rgb: var(--primary-rgb);
    --btn-active-bg: var(--primary-700);
    --btn-active-border-color: var(--primary-700);
    --btn-active-shadow: inset 0 3px 5px rgba(var(--black-rgb), 0.125);
    --btn-disabled-bg: var(--primary-800);
    --btn-disabled-border-color: var(--primary-800);
}
.bg-images {
    position: absolute;
    background-image: url("../images/bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 584px;
    top: 0;
    left: 0;
}
@media (max-width:1200px) {
    .bg-images {
        background-size: cover;
        background-position: right -400px center;
    }
}
.bg-images:before {
    content: "";
    position: fixed;
    background-image: url("../images/img-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    width: 410px;
    height: 510px;
    top: 30vh;
    left: 50%;
    margin-left: 15%;
}
.btn-xl {
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
}
.bg-circle {
    width: 40%;
    position: absolute;
    z-index: -1;
    opacity: 0.06;
    background: var(--primary-500);
    border-radius: 50%;
    filter: blur(200px);
}
.bg-circle:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.bg-circle.big {
    left: calc(100% - 20%);
}
.bg-circle.small {
    width: 10%;
    left: -5%;
    top: -2%;
    opacity: 0.6;
    filter: blur(140px);
}
.qrcode {
    background: #FFF;
    width: 300px;
    box-shadow: 0px 5px 10px rgb(0, 0, 0, .1);
    position: relative;
}
#wrapper {
    display: flex;
    flex-shrink: 0;
    flex: 1;
    position: relative;
    max-width: 100% !important;
    padding: 8vh 5% 8vh 5%;
    overflow: hidden;
}

#wrapper>.row {
    position: relative;
    z-index: 1;
}
#wrapper.index {
    z-index: 0;
}
.bg-start.hide {
    top: 100%;
    opacity: 0;
}
#footer {
    flex-shrink: 0;
    z-index: 1;
    background-color: var(--white);
}
#header {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: var(--white);
    padding: 15px 30px 18px 30px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border-bottom: 3px solid var(--primary);
}
#logo {
    display: block;
}
#logo img {
    width: 300px;
}
.title {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    text-align: center;
    position: relative;
}
.border-color {
    border-color: var(--primary);
}
label.error {
    color: var(--bs-red);
    font-size: 75%;
    z-index: 2;
    right: 0;
    left: initial;
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-check-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .25rem rgba(var(--color-rgb), .2);
}
.senha-info {
    position: absolute;
    bottom: calc(100% + 1rem);
    padding: 1rem;
    z-index: 1;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
}
.senha-info:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 20px;
}

.senha-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a.col {
    text-decoration: none;
    color: inherit;
}
.form-floating>.form-control-lg,
.form-floating>.form-select-lg {
    height: calc(3.5rem + 6px);
}

/**LOADING**/
#loading {
    display: none;
    height: 100vh;
    z-index: 5000;
    background: rgba(0, 0, 0, .1);
    transition: opacity .5s ease-in-out, 0.2s ease margin;
    -moz-transition: opacity .5s ease-in-out, 0.2s ease margin;
    -webkit-transition: opacity .5s ease-in-out, 0.2s ease margin;
    backdrop-filter: blur(3px);
    position: fixed;
    right: 0;
    left: 0;
}
.loading-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    min-width: 200px;
    min-height: 200px;
    border-radius: 0.5rem;

}
.loading-container .circle {
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, 1);
    border-top-color: var(--primary);
}
#loading p {
    cursor: default;
    text-align: center;
    color: var(--primary);
    padding-top: 1rem;
    margin-bottom: 0;
}