* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', serif;
}

.auth-page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.auth-page-partition {
    height: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.auth-page-left {
    display: grid;
    align-items: center;
    background: #f9fafb;
    color: #6B7280;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.form-container {
    max-width: 448px;
    width: 100%;
    margin-left: auto;
    margin-right: clamp(20px, 5vw, 156px);
}

.auth-page-logo {
    margin-bottom: 40px;
}

.auth-form-card {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 24px;
    background: #ffffff;
}

.input-check label input {
    width: 16px;
    height: 16px;
    border: 1px solid #12A594;
    border-radius: 4px;
    position: relative;
    appearance: none;
    transition: all 0.3s ease;
}

.input-check label input:checked {
    background-color: #12A594;
    border-color: #12A594;
}

.input-check label input:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.input-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.input-check label {
    user-select: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.input-check label:hover input {
    box-shadow: 0 0 5px 1px rgba(13, 148, 136, 0.3);
}

.btn-redirect {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0D9488;
    text-decoration: none;
}

.btn-redirect:hover {
    color: #2ba8a8;
}

.btn,
button[type="submit"] {
    display: block;
    padding: 12px 16px 12px;
    background: #0D9488;
    border-radius: 6px;
    width: 100%;
    color: #ffffff;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 20px;
    text-decoration: none;
}

.btn:hover,
button[type="submit"]:hover {
    background: rgba(13, 148, 136, 0.7);
}

.btn-light {
    display: block;
    padding: 12px 16px 12px;
    background: #ffffff;
    border-radius: 6px;
    width: 100%;
    color: #0D9488;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 20px;
    text-decoration: none;
}

.btn-light:hover {
    background: rgba(103, 231, 221, 0.7);
    color: #ffffff;
}

.auth-form-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1F2937;
}

.auth-form-text {
    margin-bottom: 24px;
}

.input-group {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-bottom: 20px;
}

.input-group label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
    margin-bottom: 5px;
    display: inline-block;
}

.form-control {
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
}

.form-control svg {
    min-width: 16px;
    display: inline-block;
    position: absolute;
}

.form-control input {
    flex-grow: 1;
    border: 0;
    padding: 11px 38px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #374151;
    outline: 0;
    width: 100%;
}

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

.form-control select {
    --margin: 30px;
    max-width: calc(100% - var(--margin));
    width: 100%;
    border: 0;
    outline: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-left: var(--margin);
    background: transparent;
    padding: 11px 10px 11px 0;
}

.form-control:focus-within {
    box-shadow: 0px 6px 6px -15px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.text-danger,
.error-text {
    color: #DC2626;
}

.social-login-title {
    text-align: center;
    position: relative;
    margin-top: 13px;
    margin-bottom: 12px;
}

.social-login-title span {
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding-left: 8px;
    padding-right: 8px;
}

.social-login-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E2E8F0;
    left: 0;
    top: 50%;
    z-index: 1;
}

.social-auth-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 12px;
}

.social-auth-items a {
    padding: 9px 0;
    display: inline-grid;
    place-items: center;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    transition: 0.3s;
}

.social-auth-items a:hover {
    box-shadow: 0 0 5px 1px rgba(13, 148, 136, 0.3);
}

.auth-page-right {
    background: linear-gradient(135deg, #0D9488 0%, #115E59 100%);
    display: grid;
    align-items: center;
    position: relative;
}

.info-card-container {
    padding-right: 20px;
}

.auth-page-right-overlay {
    background-image: var(--bg);
    max-height: 900px;
    height: 100%;
    max-width: 680px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.auth-info-card {
    padding: 33px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    max-width: 512px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-left: clamp(20px, 5vw, 84px);
    margin-right: auto;
}

.info-icon {
    display: grid;
    place-items: center;
}

.info-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.info-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.info-inner-card-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    flex-grow: 1;
    width: 100%;
}

.info-inner-card {
    padding: 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.info-inner-card:hover {
    background: #ffffff;
}

.info-inner-card:hover * {
    color: #0D9488 !important;
}

.inner-card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.inner-card-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.info-inner-card-list {
    width: 100%;
    padding: 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.info-inner-card-list-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.info-inner-card-list ul {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-inner-card-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

@media screen and (max-width: 1200px) {
    .form-container {
        margin-right: 20px;
    }

    .auth-info-card {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .auth-page {
        grid-template-columns: 1fr;
    }

    .auth-info-card,
    .form-container {
        margin: 0 auto;
    }

    .auth-page-partition {
        padding: 100px 10px;
    }

    .info-card-container {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .auth-form-card {
        padding-left: 10px;
        padding-right: 10px;
    }

    .auth-info-card {
        padding-left: 15px;
        padding-right: 15px;
    }
}