#firstboxlogin, #text-login, #logo_login { background-color: transparent;}html { height: 100%;}body { background-size: cover; background-repeat: no-repeat; background-position: center; background-image: url("/plugins/trademark/front/picture.send.php?path=14/6895f3a2a1314.jpg");}/*Tema 5  - Neon*/

body .card {
   border: 0;
   background: transparent;
}

.col-md-5 {
   margin: 0 !important;
   width: 100%;
}

h2.card-header.text-center.mb-4,
div.card-header:has(.mx-auto) {
   display: none;
}

span.glpi-logo.mb-4 {
   margin: 0 !important;
}

.btn-primary,
.btn-outline-primary,
.btn-ghost-primary {
   --tblr-btn-color: #71090e;
   --tblr-btn-color-interactive: #8d0a10;
   --tblr-btn-color-text: #1e293b;
}

.mb-3,
.mb-4 {
   position: relative;
}

.mb-3:after {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f007";
   position: absolute;
   right: 20px;
   color: #fff;
   top: 12px;
}

.mb-4:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f023";
   position: absolute;
   right: 20px;
   color: #fff;
   top: 12px;
}

.col-md-5 {
   margin: 0 !important;
   width: 100%;
   max-width: 289px;
}

label.form-label {
   color: #fff;
}

.card-body {
   padding: 0px !important;
   margin: auto;
}

.flex-fill.d-flex.flex-column.justify-content-center.py-4.mt-4 {
   width: 50%;
   background: transparent;
   border-radius: 30px;
   margin: 0;
   outline-offset: 0;
   box-shadow: 0px 6px 13px 1px #00000047;
   left: 0;
   height: 100% !important;
   top: -32px;
   border-radius: 0;
   position: absolute;
   padding-top: 130px !important;
   padding-bottom: 110px !important;
}

button.btn.btn-primary.w-100 {
   color: #fff;
   padding: 11px;
   border-radius: 30px;
   border: 1px solid #fff;
   background: #015e1c;
}

a {
   color: #ffffff !important;
   text-decoration: underline;
}

body .form-control {
   display: block;
   width: 100%;
   min-width: 250px;
   padding: 0.7375rem 0.75rem;
   font-size: 0.875rem;
   font-weight: 400;
   line-height: 1.4285714286;
   color: inherit;
   border: 0;
   appearance: none;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   background: #ffffff05;
   border-radius: 0;
   border-bottom: 1px solid #fff;
}
label.form-label {
   display: none;
   color: #fff;
}
span.form-label-description {
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: left;
   width: 100%;
   display: block;
}
.card-body {
   margin: 0 auto;
   width: 350px;
   max-width: 100%;
}
.col-auto.offset-md-1.p-2.text-center {
   display: none;
}
.form-control:focus {
   color: inherit;
   background-color: #fdfdfd;
   border-color: #013453;
   outline: 0;
   box-shadow: 0 0 0 0.25rem #5e5e5e3b;
}

/* --Tema 5  - Neon*/

/* Correções */

button.btn.btn-primary.w-100{
   border-color: #015e1c;
}
button.btn.btn-primary.w-100:focus{
   border-color: initial;
}
.page-anonymous div.flex-fill.d-flex.flex-column.justify-content-center.py-4.mt-4{
    background-color: #0b1d3aba;
    color: white;
}

.mb-3:after,
.mb-4:before {
    color: #8b8b8b;
}

input.form-control {
    background-color: #ffffff;
    color: black !important;
    border-radius: 5px;
}

input.form-control ::placeholder {
  color: #a5a9b1;
}

.form-check-input:checked {
    background-color: #015e1c;
}

@media (max-width: 779px) {
  .page-anonymous div.flex-fill.d-flex.flex-column.justify-content-center.py-4.mt-4{
  width: 100% !important;
  }
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #015e1c;
}

.alert{
	color:black !important;
}

/* -- Correções */









