.container[data-v-d1345e82] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f8f8;
    position: relative
}

.top-section[data-v-d1345e82] {
    width: 100%;
    height: 40vh;
    position: relative
}

.background-image[data-v-d1345e82] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tab-container[data-v-d1345e82] {
    position: absolute;
    bottom: 5.625rem;
    left: .9375rem;
    display: flex;
    background-color: #fff;
    border-radius: 3.125rem;
    overflow: hidden;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    z-index: 2
}

.tab-button[data-v-d1345e82] {
    width: 5.625rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease
}

.tab-button.active[data-v-d1345e82] {
    background-color: #6642d1;
}

.tab-button uni-text[data-v-d1345e82] {
    font-size: .875rem;
    font-weight: 500;
    color: #333
}

.tab-button.active uni-text[data-v-d1345e82] {
    color: #fff
}

.white-card[data-v-d1345e82] {
    width: 90%;
    background-color: #fff;
    border-radius: .625rem;
    padding: 1.25rem .9375rem;
    margin-top: -3.125rem;
    box-shadow: 0 .1875rem .625rem rgba(0, 0, 0, .08);
    z-index: 3;
    position: relative
}

.input-row[data-v-d1345e82] {
    display: flex;
    align-items: center;
    padding: .9375rem .3125rem
}

.icon-container[data-v-d1345e82] {
    margin-right: .625rem
}

.input-icon[data-v-d1345e82] {
    width: 1.5625rem;
    height: 1.5625rem
}

.input-container[data-v-d1345e82] {
    flex: 1;
    display: flex;
    position: relative
}

.input-field[data-v-d1345e82] {
    flex: 1;
    height: 2.5rem;
    font-size: 1rem;
    color: #333
}

.error-hint[data-v-d1345e82] {
    padding: 0 .3125rem .3125rem 2.5rem
}

.error-hint uni-text[data-v-d1345e82] {
    font-size: .75rem;
    color: #ff4d4f
}

.divider[data-v-d1345e82] {
    height: 1px;
    background-color: #e5e5e5;
    margin: 0 .3125rem
}

.prefix-container[data-v-d1345e82] {
    display: flex;
    align-items: center;
    padding-right: .3125rem
}

.prefix-text[data-v-d1345e82] {
    font-size: 1rem;
    color: #333
}

.prefix-line[data-v-d1345e82] {
    width: 1px;
    height: .9375rem;
    background-color: #ccc;
    margin: 0 .3125rem
}

.login-button[data-v-d1345e82] {
    width: 90%;
    height: 3.125rem;
    background-color: #6642d1;;
    border-radius: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 .1875rem .46875rem rgba(14, 174, 219, .3);
    transition: all .3s ease;
    margin-top: -1.5625rem;
    position: relative;
    z-index: 5
}

.login-button[data-v-d1345e82]:active {
    transform: scale(.98);
    box-shadow: 0 .09375rem .3125rem rgba(14, 174, 219, .2)
}

.button-content[data-v-d1345e82] {
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700
}

.loading-spinner[data-v-d1345e82] {
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner[data-v-d1345e82] {
    width: 1.25rem;
    height: 1.25rem;
    border: .09375rem solid rgba(255, 255, 255, .3);
    border-top: .09375rem solid white;
    border-radius: 50%;
    animation: spin-d1345e82 .8s linear infinite
}

@keyframes spin-d1345e82 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.password-options[data-v-d1345e82] {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem
}

.remember-password[data-v-d1345e82] {
    display: flex;
    align-items: center
}

.remember-password uni-text[data-v-d1345e82] {
    font-size: .6875rem;
    color: #666;
    margin-left: .15625rem
}

.forgot-password[data-v-d1345e82] {
    text-align: right
}

.forgot-password uni-text[data-v-d1345e82] {
    color: #6642d1;;
    font-size: .6875rem
}

.support-icons[data-v-d1345e82] {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3.125rem;
    margin-top: 2.5rem
}

.icon-wrapper[data-v-d1345e82] {
    width: 2.1875rem;
    height: 2.1875rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.support-icon[data-v-d1345e82] {
    width: 2.1875rem;
    height: 2.1875rem;
    object-fit: contain
}