@font-face {
    font-family: "TT Firs Neue";
    src: url("fonts/TTFirsNeue-Regular.ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "TT Firs Neue";
    src: url("fonts/TTFirsNeue-Regular.ttf");
    font-weight: 900;
    font-style: normal;
}

::placeholder {
    color: #FFF;
    opacity: 0.7;
}

.login-page * {
    font-family: "TT Firs Neue", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 100;
    font-style: normal;
}
.login-page {
    position: relative;
    height: 100vh;
    background: rgb(0, 21, 118) url("img/background.png");
    background-size: cover;
    overflow: auto;
}

.login-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 900px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    border-radius: 40px;
    background: rgba(80, 121, 188, 0.3);
}

.login {
    display: grid;
    justify-content: center;
    width: 100%;
    background: none;
}

.login-logo {
    padding-top: 50px;
    width: 500px;
}

.login-logo h1 {
    padding-top: 50px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 5px;
    user-select: none;
}

.login-logo p {
    color: #ffffff;
    font-size: 24px;
    user-select: none;
}

.login-button {
    border-radius: 20px;
    font-weight: 900;
    margin-top: 40px;
    width: 500px;
    height: 100px;
    background: linear-gradient(274.72deg, #3D82F4 -2.57%, #001576 119.39%);
    color: #FFFFFF;
    border-width: 0;
    font-family: TTFirsNeue, serif;
    font-size: 24px;
}

.login-button:hover {
    background: linear-gradient(274.72deg, #3D82F4 -2.57%, #001576 119.39%);
}

.login-form-input {
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff !important;
    font-size: 24px;
}

.login-form {
    position: absolute;
    top: 45%;
    padding: 0 100px;
    text-align: center;

    .ant-tabs-bar ant-tabs-top-bar {
        border-bottom: 3px solid #ffffff;
    }

    .ant-row {
        height: 80px;
    }

    .ant-input-affix-wrapper {
        max-height: 80px;
        padding: 10px 10px;
    }

    .ant-tabs-tab {
        font-size: 24px;
    }

    .ant-tabs-nav .ant-tabs-tab {
        padding: 12px 40px;
    }

    .ant-tabs-nav-container {
        line-height: 2;
    }

    .ant-tabs-ink-bar, ant-tabs-ink-bar-animated {
        height: 4px;
        border-radius: 2px;
    }

    .ant-tabs-top-bar {
        border-bottom: none;
    }

    .ant-tabs-content {
        margin-top: 30px;
    }

    .ant-input-affix-wrapper-focused {
        box-shadow: none;
    }

    input.ant-input::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    input:-webkit-autofill,
    input:-webkit-autofill:focus {
        transition: background-color 600000s 0s, color 600000s 0s;
    }
    input[data-autocompleted] {
        background-color: transparent !important;
    }

    .anticon-user {
        content: url(img/user.png);
        width: 32px;
        height: 32px;
    }

    .anticon-lock {
        content: url(img/lock.png);
        width: 32px;
        height: 32px;
    }
}

.login-form-input input:focus {
    background: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    color: #ffffff !important;
    font-size: 24px;
}

.login-form-input input {
    background: none;
    border: none;
    color: #ffffff !important;
    font-size: 24px;
    padding-left: 20px !important;
}

.login-form-input * {
    color: #ffffff !important;
    font-size: 24px;
}

.login-logo img {
    content: url(img/bft-logo.png);
    width: 133px;
    height: 92px;
    margin-top: 40px;
}
