/* Minification failed. Returning unminified contents.
(244,24): run-time error CSS1039: Token not allowed after unary operator: '-primary'
 */
html,
body {
    height: 100%;
}

body {
    background: #f7f8fb;
    width: 100%;
}

main {
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #f7f8fb;
    width: 100%;
}

.up-auth-page {
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: calc(100vh - 58px);
    min-height: calc(100dvh - 58px);
    padding: 0;
    background-image: radial-gradient(#d9dde8 0.8px, transparent 0.8px);
    background-size: 18px 18px;
}

.up-auth-post {
    width: 100%;
    max-width: none;
    min-height: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.up-auth-post--split {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(420px, 44vw) minmax(420px, 1fr);
    grid-template-columns: minmax(420px, 44vw) minmax(420px, 1fr);
}

.up-auth-post__media {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: inherit;
    padding: 2.5rem 3rem;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(155deg, rgba(4, 42, 58, 0.86) 0%, rgba(0, 106, 120, 0.78) 52%, rgba(14, 150, 130, 0.82) 100%),
        url("img/udemediclient-hero.png") center center / cover no-repeat;
    border-radius: 0 28px 28px 0;
    box-shadow: 24px 0 58px rgba(37, 10, 56, 0.18);
}

.up-auth-post__media::before,
.up-auth-post__media::after {
    position: absolute;
    content: "";
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.up-auth-post__media::before {
    width: 7px;
    height: 7px;
    right: 12%;
    top: 22%;
}

.up-auth-post__media::after {
    width: 4px;
    height: 4px;
    right: 22%;
    bottom: 16%;
}

.up-auth-brand {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.2rem;
    font-weight: 800;
}

.up-auth-brand__mark {
    width: 42px;
    height: 42px;
    padding: 0.35rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
}

.up-auth-media__content {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.up-auth-media__content h1 {
    max-width: 500px;
    margin-bottom: 1.4rem;
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.08;
}

.up-auth-media__content p {
    max-width: 440px;
    margin-bottom: 2.4rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.6;
}

.up-auth-feature-list {
    display: grid;
    gap: 1.15rem;
}

.up-auth-feature {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.up-auth-feature .material-icons {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(20, 184, 166, 0.75);
    line-height: 48px;
    text-align: center;
}

.up-auth-feature strong,
.up-auth-feature small {
    display: block;
}

.up-auth-feature strong {
    color: #fff;
    font-size: 0.98rem;
}

.up-auth-feature small {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
}

.up-auth-post__image {
    position: absolute;
    right: -56px;
    bottom: -52px;
    z-index: 1;
    width: min(44%, 320px);
    max-width: 320px;
    height: auto;
    opacity: 0.16;
    filter: drop-shadow(0 24px 45px rgba(0, 0, 0, 0.3));
}

.up-auth-post__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.up-auth-card {
    width: 100%;
    max-width: 460px;
    padding: 2.6rem 2.8rem 2.25rem;
    background: #fff;
    border: 1px solid rgba(207, 216, 227, 0.78);
    border-radius: 8px;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.up-auth-post__panel .form-signin,
.up-auth-post__panel .up-auth-post__header {
    width: 100%;
    max-width: none;
}

.up-auth-post__panel::before {
    width: 72px;
    height: 72px;
}

.up-auth-post__panel > .up-auth-post__header,
.form-signin {
    padding: 0 0.25rem;
}

.up-auth-post__panel > .up-auth-post__header {
    padding: 0;
}

.up-auth-post__header {
    margin-bottom: 1.8rem;
}

.up-auth-post__icon {
    padding: 0.35rem;
    border-radius: 8px;
    background: #f3f6f8;
}

.form-signin {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 0.75rem 0.9rem;
    border-color: #cfd8e3;
    font-size: 1rem;
}

.form-signin .form-control:focus {
    z-index: 2;
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.12);
}

.form-signin .input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.form-signin .input-group-append .btn {
    display: -ms-flexbox;
    display: flex;
    border-left: none;
    border-top: 1px solid #cfd8e3;
    border-bottom: 1px solid #cfd8e3;
    border-right: 1px solid #cfd8e3;
    background-color: #f8fafc;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}

.form-signin #togglePassword:hover,
.form-signin #togglePassword:focus,
.form-signin #togglePassword:active {
    color: #1f2933;
}

.form-signin #togglePassword .material-icons {
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
}

.form-signin input[type="email"] {
    margin-bottom: 1rem;
    border-radius: 8px;
}

.form-signin input[type="password"] {
    border-top-left-radius: 8px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
}

.footer {
    background-color: #f5f5f5;
}

@media (max-width: 575.98px) {
    main {
        padding-top: 0;
        padding-bottom: 0;
    }

    .up-auth-page {
        min-height: auto;
        padding: 1rem;
    }

    .up-auth-post {
        min-height: 0;
    }

    .up-auth-post__panel {
        padding: 1.5rem;
    }

    .up-auth-card {
        padding: 2rem 1.25rem 1.75rem;
    }
}

@media (max-width: 767.98px) {
    .up-auth-page {
        align-items: flex-start;
    }

    .up-auth-post--split {
        display: block;
    }

    .up-auth-post__media {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .up-auth-post--split {
        display: block;
    }

    .up-auth-post__media {
        min-height: 420px;
        border-radius: 0 0 28px 28px;
    }

    .up-auth-post__panel {
        padding: 2rem 1.25rem;
    }
}

