﻿@font-face {
    font-family: Poppins;
    src: url(../font/Poppins-Regular.ttf);
}

@font-face {
    font-family: PoppinsLight;
    src: url(../font/Poppins-Light.ttf);
}

@font-face {
    font-family: PoppinsMedium;
    src: url(../font/Poppins-Medium.ttf);
}

/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global styles */
body {
    font-family: 'Poppins', sans-serif;
    background: white;
}

.layout {
    width: 100%;
    min-width: 800px;
    display: flex;
}

/* Container styles */
.login-container, .image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
}

@media screen and (max-width: 1300px) {
    .logo-container {
        display: none;
    }
}

/* Login container styles */
.login-container {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-grow: 1;
}

.login-form {
    gap: 64px;
}

.login-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 111px;
}

.logo-image {
    display: block;
    margin-top: 40px;
}

.login-title {
    color: #121039;
    font-family: PoppinsLight;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.welcome-text {
    color: #121039;
    font-family: PoppinsMedium;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
    margin-block: 0;
}

.login-form {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 409px;
}

.input-container {
    display: flex;
    width: 409px;
    height: 64px;
    padding: 20px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #D8DBE5;
    background: #F5F5F8;
    margin-bottom: 8px;
}

.input-field {
    flex: 1;
    border: none;
    outline: none;
    color: #696C83;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #F5F5F8;
    margin-left: 8px;
}

.primary-button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    width: 409px;
    height: 64px;
    padding: 24px 88px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: linear-gradient(289deg, #00ECB3 -22.1%, #0044CF 62.84%);
    margin-top: 16px;
}

.link-button {
    background: none;
    border: none;
    color: #121039;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
    display: flex;
    width: 409px;
    height: 64px;
    padding: 24px 88px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    text-align: center;
    font-family: PoppinsMedium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-clearance {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
    width: 800px;
    gap: 100px;
}
/* Footer styles */
.login-footer {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
    width: 800px;
    gap: 32px;
    position: absolute;
    bottom: 48px;
}

.footer-item {
    cursor: pointer;
    color: #121039;
    font-family: PoppinsLight;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.language-switch, .phone-number {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer-icon {
    padding-right: 8px;
}

.phone-text {
    color: #121039;
    font-family: PoppinsMedium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Logo container styles */
.logo-container {
    flex: 1;
    width: 699px;
    max-width: 699px;
    margin-left: auto;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.button {
    background: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

    .button:hover {
        background: #555;
    }

img.login-side {
    height: 100vh;
}

.secondary-button {
    background: #FFF;
    border: 1px solid #BBBDCC;
    color: #121039;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
    display: flex;
    width: 409px;
    height: 64px;
    padding: 24px 88px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    text-align: center;
    font-family: PoppinsMedium;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}

.user-profile {
    width: 409px;
    height: 131px;
    padding: 20px;
    border-radius: 16px;
    border: 2px #F5F5F8 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    margin-top: 129px;
}

    .user-profile > .profile-item {
        align-self: stretch;
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }

        .user-profile > .profile-item > .item-label {
            color: #696C83;
            font-size: 13px;
            font-family: Poppins;
            font-weight: 400;
            word-wrap: break-word;
        }

        .user-profile > .profile-item > .item-value {
            color: #121039;
            font-size: 14px;
            font-family: PoppinsMedium;
            font-weight: 500;
            word-wrap: break-word;
        }

.security-check {
    width: 409px;
    padding: 14px 16px;
    background: #F5F5F8;
    border-radius: 16px;
    border: 2px #F5F5F8 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin-top: 8px;
}

    .security-check > .check-header {
        align-self: stretch;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        display: flex;
    }

        .security-check > .check-header .icon-container {
            flex: 1 1 0;
            height: 71px;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 13px;
            display: flex;
        }

            .security-check > .check-header .icon-container > .warning-icon {
                width: 24px;
                height: 24px;
                justify-content: center;
                align-items: center;
                display: flex;
            }

        .security-check > .check-header .warning-text {
            flex: 1 1 0;
            color: #121039;
            font-size: 12px;
            font-family: Poppins;
            font-weight: 400;
            line-height: 21px;
            word-wrap: break-word;
        }

        .security-check > .check-header > .security-image {
            width: 81px;
            height: 81px;
            padding: 8px;
            background: white;
            border-radius: 16px;
            border: 1px #D8DBE5 solid;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 8px;
            display: inline-flex;
        }

            .security-check > .check-header > .security-image img {
                align-self: stretch;
                flex: 1 1 0;
            }

.two-factor-verification {
    width: 409px;
    height: 137px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 21px;
    display: inline-flex;
    margin-top: 32px;
}

    .two-factor-verification > .confirm-notification {
        align-self: stretch;
        text-align: center;
        color: #121039;
        font-size: 16px;
        font-family: Poppins;
        font-weight: 500;
        word-wrap: break-word;
    }

    .two-factor-verification > .remaining-time {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 2px;
        display: flex;
    }

        .two-factor-verification > .remaining-time > .time-label {
            color: #121039;
            font-size: 12px;
            font-family: Poppins;
            font-weight: 400;
            word-wrap: break-word;
        }

        .two-factor-verification > .remaining-time > .countdown {
            text-align: center;
            color: #014CE6;
            font-size: 21px;
            font-family: Poppins;
            font-weight: 600;
            line-height: 29px;
            word-wrap: break-word;
        }
