body {
    flex-direction: column;
}


.d-none {
    display: none !important;
}


.opacity {
    opacity: 0;
}


.dpl-fl-colu {
    display: flex;
    flex-direction: column;
}


button {
    font-weight: 700;
    line-height: 120%;
    border: 0;
    border-radius: 8px;
}


button:hover {
    cursor: pointer;
    background-color: #29ABE2;
    box-shadow: 0px 3px #d1d1d1;
}


a {
    text-decoration: none;
    color: #A8A8A8;
}


.background {
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #F6F7F8;
    padding: 0px max(0px, calc(50% - 720px));
    position: relative;
}


.logo {
    width: 120px;
    height: 100px;
    position: absolute;
    top: 80px;
    left: max(77px, calc(50% - 643px));
}


.login-content {
    padding: 48px 115px;
    background-color: white;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    gap: 32px;
}


.input-icon {
    width: 24px;
    height: 24px;
}


.input-container {
    gap: 20px;
    height: 152px;
}


.input-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 21px;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: white;
}


.input-content {
    display: flex;
    width: 380px;
    justify-content: space-between;
}


input {
    border: unset;
    outline: none;
    background-color: transparent !important;
    inline-size: -webkit-fill-available;
}


input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}


input:hover {
    cursor: pointer;
}


label:hover {
    cursor: pointer;
}


.input-field:focus-within {
    border-color: #29ABE2;
}


.input-field-error {
    border-color: red;
}


.gap-small {
    gap: 10px;
}


.poppins-success {
    color: #2A3647;
}


h2 {
    width: 315px;
    height: 89px;
    text-align: center;
    font-size: 61px;
    position: relative;
    display: inline-block;
}


h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 150px;
    background-color: #29ABE2;
    margin: 3px auto 0 auto;
}


.sign-up-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 279px;
    top: 67px;
    position: absolute;
    right: max(122px, calc(50% - 598px));
}


.sign-up-container button {
    font-size: 16px;
    padding: 15px 16px;
    background-color: #2A3647;
    color: white;
}


.sign-up-container button:hover {
    background-color: #29ABE2;
}


.submit-container {
    display: flex;
    gap: 35px;
}


.submit-container button {
    padding: 15px 24px;
    font-size: 21px;
    background-color: #2A3647;
    color: white;
}


.submit-container button:hover {
    background-color: #29ABE2;
}


#guestLogIn {
    background-color: white;
    color: #2A3647;
    border: 1px solid #2A3647;
}


#guestLogIn:hover {
    border-color: #29ABE2;
    color: #29ABE2;
    transform: scale(1.05);
}


.info-pri-pol-container {
    display: flex;
    bottom: 30px;
    position: absolute;
}


.info-pri-pol-container a {
    padding: 8px;
    font-size: 16px;
}

.privacy-legal-index:hover {
    color: rgba(41, 171, 226, 1);
    transform: scale(1.03) translateY(-4px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rotate-warning-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    font-size: 1.4em;
    font-family: 'Inter', sans-serif;
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1);
}

.rotate-warning-overlay img {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    opacity: 1;
}

.rotate-Text {
    font-family: Inter;
    font-size: 30px;
    font-weight: 400;
    padding: 20px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2A3647;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    font-size: 14px;
    z-index: 999;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
}

.cookie-banner p {
    margin: 0;
    flex: 1;
}

.cookie-banner a {
    color: #29ABE2;
    text-decoration: underline;
    margin-left: 8px;
}

.cookie-banner button {
    background-color: white;
    color: #2A3647;
    border-radius: 30px;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cookie-banner button:hover {
    background-color: #29ABE2;
    color: white;
}

@media (max-width: 1200px) {
    .sign-up-container {
        right: 30px;
    }
}


@media (max-width: 1000px) {
    .login-content {
        padding: 30px 80px;
    }
}


@media (max-width: 880px) {
    .sign-up-container {
        right: 15px;
    }

    .login-content {
        padding: 20px 60px;
    }
}


@media (max-width: 720px) {
    .sign-up-container {
        width: 240px;
    }

    h2 {
        width: 250px;
        height: 72px;
    }

    .input-content {
        width: 300px;
    }

    .submit-container button {
        padding: 10px 20px;
        font-size: 18px;
    }
}


@media (max-width: 540px) {
    .sign-up-container {
        top: auto;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%);
    }

    .logo {
        width: 64px;
        height: 78px;
        top: 37px;
        left: 38px;
    }

    .login-content {
        width: 396px;
        padding: 32px 0px;
    }

    h2 {
        font-size: 56px;
    }

    .submit-container {
        flex-direction: column;
        gap: 21px;
    }

    .submit-container button {
        font-size: 16px;
        width: 180px;
        height: 51px;
    }

    .info-pri-pol-container {
        bottom: 5px;
    }
    h2::after{
        width: 88px;
    }
}


@media (max-width: 420px) {
    .login-content {
        width: 300px;
        padding: 32px 0px;
    }

    h2 {
        font-size: 50px;
    }

    .input-content {
        width: 220px;
    }
}

@media (max-width: 380px) and (max-height: 670px) {
    .login-content {
        width: 300px;
        padding: 16px 0px;
        gap: 20px;
    }

    h2 {
        font-size: 34px;
    }

    h2::after {
        margin-bottom: 10px;
    }

    .submit-container button {
        font-size: 16px;
        height: 40px;
        padding: 10px;
    }
}