.container {
    max-width: 960px;
}

.logo {
    margin-top: 30px;
}

.bg-light {
    background-color: #F4EEE7!important;
}

body {
    font-family: Poppins, sans-serif;
    background-color: #F4EEE7;
    color: #00085D;
}

.register-card {
    max-width: 600px;
    margin: 0 auto 40px auto;
    padding: 30px;
    background: #FAF7F5;
}

.register-card.white {
    max-width: 720px;
    background: #fff;
    padding: 50px;
}

.register-card .btn {
    margin: 5px auto;
}

.register-form {
    font-size: 0.8em;
    text-align: left;
    padding: 30px;
}

.register-form .form-label, .register-form .btn, .register-form .form-check {
    margin-top: 10px;
}


.float-right {
    float: right;
}

#loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,0.7);
}

#loader-screen > div {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(255, 255, 255, 0.2);
  border-right: 0.7em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.7em solid rgba(255, 255, 255, 0.2);
  border-left: 0.7em solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#date, #cpf {
    width: 120px;
    margin: auto;
}

.btn-edof {
    background: linear-gradient(180deg,#008af6,#0077d4);
    color: #fff!important;
    padding: 16px 21px;
    border: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    overflow: hidden;
}

#check-cpf, #enter-cpf {
    margin-top: 30px;
}

#inscription-3 h4 {
    color: #0077d4;
}

.x-small {
    font-size: 0.7em;
}

.inclus {
    text-align: left;
}

.btn-primary {
    background-color: #00085D;
    border-color: #00085D;
}

.back a {
    color: #555;
    text-decoration: none;
}

.highlight {
    background: rgba(1,1,1,0.1);
    border-radius: 8px;
    margin: 20px 0;
}

#conseillers {
    align-content: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

#conseillers > div {
    width: calc(50% - 10px);
    padding: 5px;
    background: #fff;
    border-radius: 15px;
    cursor: hand;
}

#conseillers > div > a {
    display: flex;
    align-items: center;
    color: #00085D;
    text-decoration: none;
}

#conseillers > div > a img {
    width: 125px;
}

#conseillers > div > a p {
    display: block;
    text-align: left;
    font-size: 12px;
    margin: 0 0 0 10px;
}

#conseillers > div > a p span {
    font-size: 24px;
}

#bookedname {
    text-transform: capitalize;
}
