body{
    margin: 0;
    padding: 0;
}

.el-header {
    --el-header-padding: 0;
}

.flex-grow {
    flex-grow: 1;
}

.el-main {
    --el-main-padding: 0px;
    background-position: bottom;
    background-position-y: 75%;
    background-size: cover;
}

.el-menu-item{
    height: 60px;
    border-bottom: 0px!important;
}

.el-menu--horizontal>.el-menu-item {
    border-bottom: 2px solid transparent!important;
}

.el-menu-item, .el-menu--horizontal .el-menu .el-sub-menu__title {
    font-weight: 500;
}

.hidden {
    display: none;
}

.my-main {
    height: calc(100% - 60px);
    left: 0;
    position: fixed;
    right: 0;
}

.flex {
    display: flex;
}

.min-h-full {
    min-height: 100%;
}

.min-h-full {
    min-height: 100%;
}

.flex-col {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.el-input__wrapper {
    border-radius: .375rem;
}

.el-input--large {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
}

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

a {
    text-decoration: none;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

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

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: var(--el-text-color-primary);
}

.ant-divider-horizontal.ant-divider-with-text {
    align-items: center;
    border-block-start: 0 rgba(5, 5, 5, .06);
    border-color: #d1d5db;
    color: #000000e0;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin-top: 32px;
    text-align: center;
    white-space: nowrap;
}

.ant-divider-horizontal {
    clear: both;
    display: flex;
    min-width: 100%;
    width: 100%;
}

.ant-divider-horizontal.ant-divider-with-text:after,.ant-divider-horizontal.ant-divider-with-text:before {
    border-block-end:0;border-block-start:1px solid transparent;border-block-start-color:inherit;content: "";
    position: relative;
    transform: translateY(10%);
    width: 50%
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.tracking-tight {
    letter-spacing: -.025em;
}

.leading-9 {
    line-height: 2.25rem;
}

.font-bold {
    font-weight: 700;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

h2{
    margin: 0;
}


.el-input--large {
    border-radius: .375rem;
}
.el-menu--popup {
    border-radius: var(--el-border-radius-base);
    min-width: 100%;
    padding-inline: 5px;
}

.el-menu:not(.el-menu--collapse) .el-sub-menu__title {
    padding-right: calc(var(--el-menu-base-level-padding) + var(--el-menu-level-padding));
    padding-left: calc(var(--el-menu-base-level-padding));
    margin-bottom: 5px;
    margin-right: 0;
}

.el-login-buttons {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--el-menu-text-color);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    margin-right: 10px;
}

.el-sub-menu__hide-arrow {
    position: absolute;
    right: 0;
}

.el-menu--horizontal>.el-sub-menu .el-sub-menu__title {
    height: 59px;
}


:focus-visible {
    outline: unset!important;
}

.el-button.is-text:not(.is-disabled).is-has-bg {
    background-color: var(--el-fill-color-light);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.lang i {
    display: none;
}

.el-menu:not(.el-menu--collapse) .lang .el-sub-menu__title {
    padding-right: calc(var(--el-menu-base-level-padding))!important;
    padding-left: 34px!important;
}

.el-menu--horizontal .el-menu .el-menu-item {
    padding: 0 20px;
}

.el-menu--horizontal .el-menu .lang {
    padding: 0 10px;
}

.menu-model {
    display: none;
}

@media (min-width: 640px) {
    .ant-pro-form-login-page-container {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: #fffc;
        background-image: radial-gradient(circle at 93% 100%, rgba(22, 119, 255, .17) 0, hsla(0, 0%, 100%, .05) 23%, hsla(0, 0%, 100%, .03) 87%, rgba(22, 119, 255, .12) 109%);
        background-position: top;
        background-size: 100%;
        border-radius: 6px;
        box-shadow: 0 0 24px #0000001a;
        height: auto;
        padding-block: 44px;
        padding-inline: 44px;
    }

    .el-main {
        background-color: #f3f4f6;
    }

    .sm\:w-full {
        width: 100%;
    }

}

@media (min-width: 1024px) {
    .el-main {
        height: calc(100vh - 60px);
        background-image: url(/static/image/169727179023760.1c04e8e2.jpg);
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .el-menu--popup {
        min-width: 100%;
    }

    .el-menu--horizontal .el-menu .el-sub-menu__title {
        height: 59px;
    }

    .el-menu:not(.el-menu--collapse) .el-sub-menu__title {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .menu-model {
        display: flex;
    }
}
@media (min-width: 640px) {
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: 15vh;
    }

    .sm\:max-w-sm {
        max-width: 28rem;
    }
}

@media (max-width: 640px) {
    .el-menu--horizontal>.el-menu-item {
        padding: 10px !important;
    }
}

[v-cloak] {
    display: none;
}
