.login-pf body {
  background: none !important;
}

.login-pf body * {
  box-sizing: border-box;
}

.pf-v5-c-login { 
  align-items: center;
  background-image: -webkit-image-set(
    url("https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-01-1.avif") type("image/avif"),
    url("https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-01-1.webp") type("image/webp"),
    url("https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-01-1.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-01-1.avif") type("image/avif"),
    url("https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-01-1.webp") type("image/webp"),
    url("https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-01-1.jpg") type("image/jpeg")
  );
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  position: relative;
  justify-content: start;
}

.pf-v5-c-login::before {
  background-image: -webkit-image-set(
		url('https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-02-1.avif') type('image/avif'),
		url('https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-02-1.webp') type('image/webp'),
		url('https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-02-1.jpg') type('image/jpeg')
	);
	background-image: image-set(
		url('https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-02-1.avif') type('image/avif'),
		url('https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-02-1.webp') type('image/webp'),
		url('https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/images/bg-02-1.jpg') type('image/jpeg')
	);
  background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  border-radius: 0.25rem 0 0 0.25rem;
  display: flex;
  content: '';
  height: 20vh;
  width: 100%;
} 

.pf-v5-c-login__container {
  align-items: start;
  background-color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(180deg,rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0.9) 100%);;
  backdrop-filter: blur(4px);
  border-radius: 0 0.25rem 0.25rem 0;
  display: flex;
  flex-direction: column; 
  height: auto;
  justify-content: center;
  max-width: none;
  padding: 3rem 2rem;
  width: 100%;  
}

/* Responsivo - Open */

@media (min-width: 980px) {
  .pf-v5-c-login {
    flex-direction: row;
    padding: 0 5vh !important;
  }
  
  .pf-v5-c-login::before {
    height: 90vh;
    width: 50%;  
  }
  
  .pf-v5-c-login__container {
    height: 90vh;   
    width: 50%;  
  }
}

@media (min-width: 1200px) {
  .pf-v5-c-login {
    padding: 0 10vh !important;
  }
  
  .pf-v5-c-login::before {
    height: 80vh;
    width: 60%;  
  }
  
  .pf-v5-c-login__container {
    height: 80vh;    
    width: 40%;  
  }
}

@media (min-width: 1536px) {
  .pf-v5-c-login {
    padding: 0 15vw !important;
  } 
  
  .pf-v5-c-login__container {  
    padding: 3rem;  
  }
}

/* Responsivo - Close*/

#kc-header {
  margin: 0 0 3rem 0;
  width: 100%;
}

#kc-header-wrapper {
  aspect-ratio: 450 / 48;
  background-image: url(https://m3aawg-2026.amzb.securityserve.com/themes/custom/aero10/logo.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  height: auto;
  margin: 0; 
  max-width: 400px;
  width: 100%;
}

.pf-v5-c-login__main {
  background: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.pf-v5-c-login__main-header {
  border: none;
  color: #121b1d;
  padding: 0;
}

.pf-v5-c-login__main-body {
  color: #121b1d;
  padding: 0;
}

.pf-v5-c-form-control::before,
.pf-v5-c-form-control::after {
  display: none;
}

.pf-v5-c-login__main-header {
  display: block;
}

#kc-page-title {
  font-weight: 600; 
}

#kc-form-login {
  gap: 0.5rem
}

.pf-v5-c-login__main-body :is(input, select, textarea) {
  background: #fff;
  border: 1px solid #85C4D2 !important;
  color: #121b1d;
  padding: 1rem;
}

.pf-v5-c-form-control {
  align-items: inherit;
  background: none;
}

.pf-v5-c-input-group__item {
  border: none;
}

.pf-v5-c-form__label-text {
  color: #008ca7;
  font-size: 1rem;
}

.pf-v5-c-check__label {
  color: #121b1d;
}

 
#kc-form-login input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #008ca7;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
  padding: 0;
    position: relative;
    transition: all 0.3s ease;
}
 
#kc-form-login input[type="checkbox"]:checked {
    background-color: #008ca7;
    border-color: #008ca7;
}
 
#kc-form-login input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 
#kc-form-login input[type="checkbox"]:hover {
    border-color: #008ca7;
}

#kc-form-buttons,
#kc-form-login .pf-v5-c-button {
    background-color: #008ca7;
    border: none;
    color: white !important;;
    padding: 1rem 1.5rem;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: none;
}

/* Hover */
#kc-form-buttons:hover,
#kc-form-login .pf-v5-c-button:hover {
    background-color: #007391;
    box-shadow: 0 2px 8px rgba(0, 140, 167, 0.3); 
}

/* Active/Click */
#kc-form-buttons:active,
#kc-form-login .pf-v5-c-button:active {
    background-color: #006478;
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 140, 167, 0.2);
}

/* Focus */
#kc-form-buttons:focus,
#kc-form-login .pf-v5-c-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 140, 167, 0.3);
}

/* Disabled */
#kc-form-buttons:disabled,
#kc-form-login .pf-v5-c-button:disabled {
    background-color: #007391;
    cursor: not-allowed;
    opacity: 0.6;
}

#reset-login {
  background-color: #008ca7;
}
#reset-login:hover {
  background-color: #007391;
}

.pf-v5-c-alert {
  background: #ffe4e2;
  border: 1px solid #ea5a4f;
  color: #000;
}
.pf-v5-c-alert * {
  color: #d80f00;
}
 
.pf-v5-c-login__main-body a {
  color: #007391;
  font-weight: 500;
  text-decoration: underline;
}
.pf-v5-c-login__main-body a:hover {
  color: #008ca7; 
}

.pf-v5-c-helper-text__item.pf-m-error {
  justify-content: center;
  display: flex;
  width: 100%;
}
.pf-v5-c-helper-text__item.pf-m-error * {
  color: #d80f00;
}

.pf-v5-c-login__main-footer-band {
  border-color: #85c4d2; 
}

.pf-v5-u-color-200 {
  color: #121b1d !important;;
}


.pf-v5-c-form__actions .pf-v5-c-button { 
  color: #007391;
  font-weight: 500;
  text-decoration: none !important;
}

.pf-v5-c-button::after {
  display: none;
}

