body {
    margin: 0;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.auth-container {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    padding: 10px;
}

label {
    margin-bottom: 0px;
}

.position-relative {
    position: relative;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.error-msg {
    color: red;
    font-size: 14px;
}

.left-panel {
    display: none;
    background-color: #ebf4ffcc;
    flex: 1;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border-radius: 30px;
}

.left-panel-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cfd1ff;
    width: 100%;
    height: 100%;
}

.left-panel-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 4px;
    margin-top: 14px;
}

.left-panel-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin: 0;
}

.tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
    column-gap: 12px;
    margin-top: 20px;
    margin-bottom: 36px;
}

.tag {
    background: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.img-wrapper {
    display: flex;
    row-gap: 14px;
    align-items: center;
    justify-content: center;
}

.badge-img {
    margin: 5px;
}

.left-panel-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 28px;
}

.review-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

.review-wrapper p {
    font-size: 14px;
    color: #79809c;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.review-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
}

.review-img-g2 {
    height: 30px;
    margin-bottom: 2px;
}

.review-img {
    height: 24px;
    margin-bottom: 6px;
}

/**
        * right side style
        */

.right-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 16px;
}

.right-panel-main-content {
    text-align: center;
    margin-bottom: 40px;
}

.right-panel-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.4px;
    margin-bottom: 4px;
    margin-top: 0;
}

.right-panel-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin: 0;
}

.login-box {
    max-width: 400px;
    width: 100%;
}

.logo {
    height: 24px;
}

.google-btn {
    width: 100%;
    padding: 8px 20px;
    background-color: #ebf4ff;
    border: 1px solid #dfeaf6;
    border-radius: 8px;
    margin-bottom: 4px;
    cursor: pointer;
    color: #1e2022;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.google-icon {
    width: 100%;
}

.form-link {
    margin-top: 0px;
}

.separator {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
    text-align: center;
    margin: 10px;
    color: #79809c;
}

.form {
    margin-top: 4px;
    width: 100%;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.form-label-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-link {
    font-size: 14px;
    color: #2e42ff;
    font-weight: 500 !important;
    line-height: 20px;
    letter-spacing: -0.4px;
    cursor: pointer;
    text-decoration: none;
}

.input-field {
    width: 100%;
    padding: 12px;
    border: 1px solid #dfeaf6;
    border-radius: 8px;
    font-size: 14px;
    color: #1e2022;
    outline: none;
    transition: border-color 0.3s ease;
}

.input-field::placeholder {
    color: #79809c;
}

.input-field:hover {
    border-color: #2e42ff;
}

.input-field:focus {
    border: 1px solid #2e42ff;
}

.submit-btn {
    width: 100%;
    padding: 14px 28px;
    background-color: #2e42ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.greet-option {
    margin-top: 20px !important;
}

.footer-text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-align: center;
}

.footer-text>a {
    margin-inline-start: 4px;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #2e42ff;
    text-decoration: none;
}

.disclaimer {
    font-size: 14px;
    color: #1e2022;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.mb-4 {
    margin-bottom: 20px;
}
