* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #2f3b45;
    background: #fff;
}

a {
    color: #00598c;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #004b78;
    text-decoration: underline;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.tc-auth {
    display: grid;
    grid-template-columns: minmax(560px, 1fr) minmax(360px, 430px);
    min-height: 100vh;
    background: #fff;
}

.tc-auth__hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 36px;
    background: #f8f8fc;
    color: #0a3f6b;
}

.tc-auth__hero-inner {
    display: flex;
    width: 100%;
    max-width: 820px;
    align-items: center;
    justify-content: center;
}

.tc-auth__illustration {
    width: min(64vw, 720px, 100%);
    min-width: 500px;
    aspect-ratio: 867 / 578;
    background: url("../../images/trabalhe_conosco/login_illustration.png") center / contain no-repeat;
    flex: 0 0 auto;
}

.tc-auth__target,
.tc-auth__clipboard,
.tc-auth__person {
    display: none;
}

.tc-auth__hero-copy {
    display: none;
}

.tc-auth__panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 38px 42px;
    background: #fff;
}

.tc-auth__box {
    width: 100%;
    max-width: 330px;
}

.tc-auth__box--compact {
    max-width: 318px;
}

.tc-auth__logo {
    display: block;
    width: auto;
    max-width: 250px;
    max-height: 76px;
    margin: 0 auto 30px;
}

.tc-auth__logo--small {
    max-width: 145px;
    max-height: 46px;
    margin: 0 0 24px;
}

.tc-auth h1 {
    margin: 0 0 10px;
    color: #30373d;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
}

.tc-auth p {
    margin: 0 0 25px;
    color: #a4adb5;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

.tc-auth__message {
    margin-bottom: 16px;
    color: #5e6b75;
    font-size: 13px;
    line-height: 1.4;
}

.tc-auth-field {
    position: relative;
    margin-bottom: 14px;
}

.tc-auth-field input {
    width: 100%;
    height: 53px;
    padding: 0 17px;
    border: 1px solid #d8dde1;
    border-radius: 5px;
    background: #fff;
    color: #53626e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.tc-auth-field input::placeholder {
    color: #c3c9ce;
    opacity: 1;
}

.tc-auth-field--password input {
    padding-right: 50px;
}

.tc-auth-field input:focus {
    border-color: #00598c;
    box-shadow: 0 0 0 2px rgba(0, 89, 140, .12);
}

.tc-auth-field.is-invalid input {
    border-color: #c9302c;
    box-shadow: 0 0 0 2px rgba(201, 48, 44, .08);
}

.tc-auth-field__error {
    display: block;
    min-height: 15px;
    margin-top: 4px;
    color: #c9302c;
    font-size: 11px;
    line-height: 1.35;
}

.tc-auth__icon-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 48px;
    height: 51px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: transparent;
    color: #a8b1b8;
    cursor: pointer;
}

.tc-auth__icon-btn:hover,
.tc-auth__icon-btn:focus,
.tc-auth__icon-btn.is-visible {
    color: #00598c;
    outline: none;
}

.tc-auth__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -2px 0 25px;
    color: #6d7881;
    font-size: 13px;
    font-weight: 700;
}

.tc-auth__row a {
    font-size: 13px;
    font-weight: 800;
}

.tc-auth__remember {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    cursor: pointer;
}

.tc-auth__remember input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #00598c;
}

.tc-auth__submit {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    border: 0;
    border-radius: 5px;
    background: #00598c;
    box-shadow: 0 3px 5px rgba(0, 89, 140, .3);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.tc-auth__submit:hover,
.tc-auth__submit:focus {
    background: #004c78;
    outline: none;
}

.tc-auth__submit:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 89, 140, .22);
}

.tc-auth .tc-auth__register,
.tc-auth .tc-auth__back {
    margin: 38px 0 0;
    color: #5b7f94;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.tc-auth__register a,
.tc-auth__back a {
    font-weight: 800;
}

.tc-auth__back .fa {
    margin-right: 7px;
    font-size: 18px;
    vertical-align: -1px;
}

.tc-auth__rules {
    margin: 0 0 20px;
    color: #a0a9b0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.tc-auth__rules span {
    display: block;
    margin-bottom: 7px;
}

.tc-auth__rules ul {
    margin: 0;
    padding-left: 15px;
}

.tc-auth__rules li {
    margin: 0;
}

@media (min-width: 1200px) {
    .tc-auth__hero-inner {
        transform: translateX(25px);
    }
}

@media (max-width: 980px) {
    .tc-auth {
        grid-template-columns: 1fr;
    }

    .tc-auth__hero {
        min-height: auto;
        padding: 32px 24px 22px;
    }

    .tc-auth__hero-inner {
        max-width: 560px;
    }

    .tc-auth__illustration {
        width: min(82vw, 500px);
        min-width: 0;
    }

    .tc-auth__panel {
        min-height: auto;
        padding: 30px 22px 44px;
    }
}

@media (max-width: 620px) {
    .tc-auth__hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .tc-auth__illustration {
        width: min(78vw, 290px);
        min-width: 0;
    }

    .tc-auth__panel {
        padding-right: 18px;
        padding-left: 18px;
    }

    .tc-auth__logo {
        max-width: 220px;
    }
}

@media (max-width: 420px) {
    .tc-auth h1 {
        font-size: 22px;
    }

    .tc-auth__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }
}
