:root {
    --login-yellow: #ffbd00;
    --login-black: #111111;
    --login-muted: #737783;
    --login-border: #d9dadd;
}

.login-page-body {
    min-height: 100vh;
    overflow-x: hidden;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

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

.login-authentication {
    min-height: 100vh;
    background: #ffffff;
}

.login-page-header {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh !important;
    min-height: 680px;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background: #ffffff !important;
}

.login-page-header::before,
.login-page-header::after {
    display: none !important;
}

.login-map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 58%;
    height: 100%;
    min-height: 680px;
    overflow: hidden;
    background-color: #070707;
    background-image: url('../images/novo-login-painel.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-map::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .04) 45%, rgba(0, 0, 0, .76) 100%),
        linear-gradient(to right, rgba(0, 0, 0, .04), transparent 45%, rgba(0, 0, 0, .10));
}

.login-map-logo {
    position: absolute;
    top: 36px;
    left: 70px;
    left: clamp(45px, 4.5vw, 70px);
    z-index: 2;
    display: block;
    width: 250px;
    width: clamp(218px, 17.5vw, 250px);
    height: auto;
}

.login-emergency-contact {
    position: absolute;
    top: 53px;
    right: 42px;
    right: clamp(34px, 4.1vw, 64px);
    z-index: 2;
    color: #ffffff;
    text-align: center;
}

.login-emergency-contact strong {
    display: block;
    min-width: 222px;
    padding: 6px 17px 7px;
    color: #111111;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.15;
    background: #ffbd00;
    background: var(--login-yellow);
    border-radius: 10px;
}

.login-emergency-contact span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
}

.login-hero-copy {
    position: absolute;
    right: 28px;
    bottom: 128px;
    bottom: clamp(118px, 13vh, 136px);
    left: 70px;
    left: clamp(45px, 4.5vw, 70px);
    z-index: 2;
    color: #ffffff;
}

.login-hero-copy h1 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 47px;
    font-size: clamp(35px, 3.1vw, 47px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.8px;
}

.login-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: #ffffff;
    font-size: 23px;
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 400;
    line-height: 1.35;
}

.login-partners {
    position: absolute;
    right: 28px;
    bottom: 42px;
    left: 70px;
    left: clamp(45px, 4.5vw, 70px);
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: clamp(8px, .8vw, 14px);
    color: #ffffff;
}

.login-partner {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 34px;
}

.login-partner img {
    display: block;
    width: auto;
    height: 30px;
    max-width: 150px;
    object-fit: contain;
}

.login-partner-rheinheimer img {
    width: 142px;
    height: auto;
}

.login-partner-assistrek img {
    width: 119px;
    height: auto;
}

@media (min-width: 768px) {
    .login-partner-assistrek img {
        margin-left: 20px;
    }
}

.login-partner-garantek {
    position: relative;
    width: 170px;
    height: 34px;
    overflow: visible;
}

.login-partner-garantek img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 170px;
    height: 170px;
    max-width: none;
    margin: 0;
    transform: translateY(-50%);
}

.login-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 42%;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 100%;
    padding: 42px 0 30px;
    background: #fafafa;
}

.login-page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.login-content-center {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block;
    flex: 0 1 524px;
    width: calc(100% - 100px);
    max-width: 524px !important;
    width: min(524px, calc(100% - 100px));
    float: none !important;
    margin-right: auto;
    margin-left: auto;
    padding: 0 !important;
    color: var(--login-black);
    text-align: left !important;
    transform: none !important;
}

.login-error-container {
    width: 100%;
    margin: 0 0 16px;
}

.login-error-container:empty {
    display: none;
}

.login-error-container .alert {
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
}

.login-card {
    position: relative;
    width: 100%;
    max-width: none !important;
    min-height: 0;
    padding: 32px 31px 49px !important;
    margin: 0 !important;
    overflow: visible;
    color: var(--login-black);
    background: #ffffff !important;
    border: 1px solid #d9dadd;
    border-radius: 16px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
}

.login-card .header {
    position: relative;
    padding: 0 !important;
    margin: 0;
    text-align: center;
}

.login-card .header .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 107px;
    padding: 18px;
    margin: 0 auto 14px !important;
    overflow: hidden;
    background: #ffbd00;
    background: var(--login-yellow);
    border-radius: 8px;
    box-shadow: none;
    transform: none !important;
    animation: none !important;
}

.login-card .header .logo-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0);
}

.login-platform-label {
    margin: 0 0 12px;
    color: #8b8e98;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1.2;
}

.login-card .header h5 {
    margin: 0;
    color: #090909;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.12;
}

.login-card .login-subtitle {
    margin: 8px 0 0;
    color: var(--login-muted);
    font-size: 17px;
    line-height: 1.3;
}

.login-card .header .mega-menu.login-environment-link {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 17px auto 0;
    color: #c23838;
    text-decoration: none;
}

.login-environment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 13px;
    color: #bd3434;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    border: 1px solid #c95a5a;
    border-radius: 6px;
}

.login-environment-badge i {
    margin-right: 9px;
    font-size: 18px;
}

.login-card .content {
    padding: 0 !important;
    margin: 25px 0 0 !important;
}

.login-card .login-field {
    margin: 0 0 17px;
}

.login-card .login-field:last-child {
    margin-bottom: 0;
}

.login-card .login-field label {
    display: block;
    margin: 0 0 7px;
    color: #151515;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

.login-card .input-group {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9dadd;
    border: 1px solid var(--login-border);
    border-radius: 16px;
}

.login-card .input-group:focus-within {
    border-color: #aeb1b8;
    box-shadow: 0 0 0 2px rgba(255, 189, 0, .18);
}

.login-card .input-group .form-control {
    flex: 1 1 auto;
    width: auto;
    height: 58px !important;
    padding: 0 7px;
    color: #333333 !important;
    font-size: 17px;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
}

.login-card .input-group .form-control::placeholder {
    color: #7b7e87 !important;
    opacity: 1;
}

.login-card .input-group .input-group-addon {
    display: flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    height: 58px;
    padding: 0 !important;
    color: #090909 !important;
    background: #ffffff !important;
    border: 0 !important;
}

.login-card .input-group .input-group-addon i {
    font-size: 23px;
}

.login-card .input-group .login-password-toggle {
    flex-basis: 51px;
    cursor: pointer;
}

.login-card .input-group .login-password-toggle:hover,
.login-card .input-group .login-password-toggle:focus {
    color: #555555 !important;
    outline: none;
}

.login-card .input-group .login-password-toggle i {
    font-size: 22px;
}

.login-remember {
    display: flex;
    align-items: center;
    min-height: 23px;
    margin: 25px 0 23px;
}

.login-remember input {
    width: 21px;
    height: 21px;
    margin: 0 8px 0 4px;
    cursor: pointer;
    accent-color: var(--login-yellow);
}

.login-remember label {
    margin: 0;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    cursor: pointer;
}

.login-card .footer {
    padding: 0 !important;
    margin-top: 0;
    color: var(--login-black);
}

.login-card .footer .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0 18px;
    color: #111111;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    background: #ffbd00 !important;
    background: var(--login-yellow) !important;
    border: 0;
    border-radius: 16px !important;
    box-shadow: none;
}

.login-card .footer .btn:hover,
.login-card .footer .btn:focus,
.login-card .footer .btn:active {
    color: #111111;
    background: #f1b200 !important;
    box-shadow: none;
}

.login-card .footer h5 {
    margin: 10px 0 0 !important;
    text-align: center;
}

.login-card .footer .login-contact-link {
    display: none;
}

.login-card .footer .link {
    color: #222222 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.login-card .login-submit-icon {
    margin: 0 16px 0 0;
    font-size: 25px;
    vertical-align: middle;
}

.login-company-info {
    width: 100%;
    padding: 0;
    margin: 25px 0 0;
    color: #7d818b;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.login-company-brand,
.login-mobile-company-logo {
    display: none !important;
}

.login-company-copyright {
    color: #7d818b;
}

.login-footer {
    display: none !important;
}

.login-main-logo,
.login-logo-desktop,
.login-logo-mobile {
    display: none !important;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .login-map {
        width: 55%;
    }

    .login-panel {
        width: 45%;
    }

    .login-emergency-contact {
        top: 123px;
    }

    .login-content-center {
        flex: 0 1 500px;
        width: calc(100% - 48px);
        max-width: 500px !important;
        width: min(500px, calc(100% - 48px));
    }

    .login-card {
        padding-right: 27px !important;
        padding-left: 27px !important;
    }

    .login-hero-copy h1 {
        font-size: clamp(32px, 3.2vw, 41px);
    }

    .login-hero-copy p {
        font-size: 17px;
    }

    .login-desktop-break {
        display: none;
    }
}

@media (max-width: 767px) {
    .login-page-body {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login-page-header {
        display: block;
        height: auto !important;
        min-height: 100vh;
        overflow: visible;
    }

    .login-map {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        width: 100%;
        height: 470px;
        min-height: 470px;
        background-position: center center;
        background-size: cover;
    }

    .login-map-logo {
        top: 24px;
        left: 53px;
        left: 7.2vw;
        width: 220px;
        width: min(220px, 33vw);
    }

    .login-emergency-contact {
        top: 48px;
        right: 43px;
        right: 5.8vw;
    }

    .login-emergency-contact strong {
        min-width: 0;
        padding: 3px 17px 4px;
        font-size: clamp(18px, 3.15vw, 23px);
        border-radius: 10px;
    }

    .login-emergency-contact span {
        margin-top: 8px;
        font-size: clamp(10px, 1.85vw, 14px);
    }

    .login-hero-copy {
        right: 28px;
        bottom: 28px;
        left: 45px;
        left: 6.1vw;
    }

    .login-hero-copy h1 {
        margin-bottom: 16px;
        font-size: 43px;
        font-size: clamp(34px, 5.8vw, 43px);
        line-height: 1.02;
        letter-spacing: -.7px;
    }

    .login-hero-copy p {
        max-width: none;
        font-size: 22px;
        font-size: clamp(17px, 3vw, 22px);
        line-height: 1.3;
    }

    .login-desktop-break {
        display: none;
    }

    .login-partners {
        display: none;
    }

    .login-panel {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        width: 100%;
        min-height: calc(100vh - 470px);
        padding: 0;
        background: #ffffff;
    }

    .login-page-container {
        display: block;
        width: 100% !important;
        padding: 4px 45px 36px !important;
        padding: 4px 6.1vw 36px !important;
    }

    .login-content-center {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        flex: none;
        width: 100%;
        max-width: none !important;
        float: none !important;
        margin: 0 auto;
        text-align: left !important;
    }

    .login-error-container {
        width: 100%;
        margin: 0 0 20px;
    }

    .login-card {
        width: 100%;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .login-card .header .logo-container {
        width: 84px;
        height: 82px;
        padding: 14px;
        margin-bottom: 15px !important;
        border-radius: 10px;
    }

    .login-platform-label {
        margin-bottom: 23px;
        padding-top: 2px;
        font-size: 11px;
        letter-spacing: 5px;
    }

    .login-card .header h5 {
        font-size: 43px;
        font-size: clamp(31px, 5.8vw, 43px);
        line-height: 1.08;
    }

    .login-card .login-subtitle {
        margin-top: 9px;
        margin-bottom: 0 !important;
        font-size: 24px;
        font-size: clamp(18px, 3.3vw, 24px);
        line-height: 1.25;
    }

    .login-card .header .mega-menu.login-environment-link {
        display: none;
    }

    .login-card .content {
        padding-top: 24px !important;
        margin-top: 0 !important;
    }

    .login-card .login-field {
        margin-bottom: 16px;
    }

    .login-card .login-field label {
        margin-bottom: 9px;
        font-size: clamp(16px, 2.4vw, 18px);
    }

    .login-card .input-group {
        min-height: 60px;
        border-radius: 16px;
    }

    .login-card .input-group .form-control {
        height: 58px !important;
        padding: 0 8px 0 0;
        font-size: clamp(18px, 3.2vw, 23px);
    }

    .login-card .input-group .input-group-addon {
        flex-basis: 79px;
        height: 58px;
    }

    .login-card .input-group .input-group-addon i {
        font-size: 28px;
    }

    .login-card .input-group .login-password-toggle {
        flex-basis: 67px;
    }

    .login-card .input-group .login-password-toggle i {
        font-size: 26px;
    }

    .login-remember {
        min-height: 32px;
        margin: 25px 0 23px;
    }

    .login-remember input {
        width: 22px;
        height: 22px;
        margin: 0 8px 0 0;
    }

    .login-remember label {
        font-size: 16px;
    }

    .login-card .footer .btn {
        height: 60px;
        padding: 0 15px;
        font-size: 18px;
        border-radius: 16px !important;
    }

    .login-card .login-submit-icon {
        margin-right: 16px;
        font-size: 24px;
    }

    .login-card .footer h5 {
        margin-top: 8px !important;
    }

    .login-card .footer .link {
        font-size: 22px;
        font-size: clamp(17px, 3.2vw, 22px);
    }

    .login-company-info {
        margin-top: 42px;
        font-size: 18px;
        font-size: clamp(14px, 2.5vw, 18px);
    }
}

@media (max-width: 520px) {
    .login-map {
        height: 430px;
        min-height: 430px;
    }

    .login-emergency-contact {
        right: 23px;
        right: 4.5vw;
    }

    .login-map-logo {
        left: 27px;
        left: 7.2vw;
    }

    .login-panel {
        min-height: calc(100vh - 430px);
    }

    .login-emergency-contact strong {
        padding-right: 11px;
        padding-left: 11px;
        font-size: 17px;
    }

    .login-emergency-contact span {
        font-size: 9px;
    }

    .login-hero-copy h1 {
        font-size: clamp(30px, 7vw, 36px);
    }

    .login-hero-copy p {
        font-size: clamp(15px, 3.8vw, 18px);
    }

    .login-card .content {
        margin-top: 0 !important;
    }
}

@media (max-width: 360px) {
    .login-map {
        height: 390px;
        min-height: 390px;
    }

    .login-map-logo {
        left: 20px;
        width: 125px;
    }

    .login-emergency-contact {
        top: 43px;
    }

    .login-panel {
        min-height: calc(100vh - 390px);
    }

    .login-emergency-contact strong {
        min-width: 0;
        font-size: 14px;
    }

    .login-emergency-contact span {
        display: none;
    }

    .login-hero-copy {
        bottom: 24px;
    }

    .login-hero-copy h1 {
        font-size: 29px;
    }

    .login-card .header .logo-container {
        width: 80px;
        height: 78px;
    }

    .login-platform-label {
        font-size: 8px;
        letter-spacing: 4px;
    }

    .login-card .header h5 {
        font-size: 29px;
    }

    .login-card .login-subtitle {
        font-size: 16px;
    }

    .login-card .input-group .input-group-addon {
        flex-basis: 55px;
    }

    .login-card .input-group .login-password-toggle {
        flex-basis: 48px;
    }

    .login-remember label {
        font-size: 16px;
    }
}


.login-partner-garantek img {
    align-self: flex-start;
}

@media (max-width: 767px) {
    .login-content-center {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .login-card {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .login-card .header .logo-container {
        margin-bottom: 15px !important;
    }

    .login-card .content {
        margin-top: 0 !important;
    }

    .login-card .input-group {
        min-height: 60px;
    }

    .login-card .input-group .form-control {
        height: 58px !important;
    }

    .login-card .input-group .input-group-addon {
        height: 58px;
    }

    .login-card .footer .btn {
        height: 60px;
    }
}

@media (max-width: 520px) {
    .login-card .content {
        margin-top: 0 !important;
    }
}

@media (max-width: 360px) {
    .login-card .header .logo-container {
        margin-bottom: 23px !important;
    }

    .login-card .input-group {
        min-height: 60px;
    }

    .login-card .input-group .form-control {
        height: 58px !important;
    }

    .login-card .input-group .input-group-addon {
        height: 58px;
    }
}


.forgot-card .content {
    margin-top: 28px !important;
}

.forgot-card .footer {
    margin-top: 20px;
}

.forgot-card .footer h5 {
    margin-top: 18px !important;
}

.forgot-card .footer .btn {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .forgot-card .content {
        margin-top: 32px !important;
    }

    .forgot-card .footer {
        margin-top: 18px;
    }
}


@media (max-width: 767px) {
    .login-emergency-contact strong,
    .login-emergency-contact strong a {
        color: #111111 !important;
        -webkit-text-fill-color: #111111 !important;
        text-decoration: none !important;
        pointer-events: none;
    }
}
