        .login-container {
            position: relative;
        }
        .tooltip2 {
            position: absolute;
            top: 50px;
            left: 0;
            background-color: #FFFFFF;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            padding: 20px;
            display: none;
            z-index: 17;
            width: 1000px;
            border: solid 5px #008F79;
        }
        .tooltip2::before {
            content: "";
            position: absolute;
            top: -10px;
            left: 590px;
            border-width: 0 10px 10px 10px;
            border-style: solid;
            border-color: transparent transparent #008F79 transparent;
        }
        .login-options {
            display: flex;
            justify-content: space-between;
        }
        .option {
            width: 48%;
            padding-left: 15px;
        }
        .flax {
            display: flex;
            justify-content: space-between;
        }
        .item {
            width: 48%;
        }
        .option h3 {
            color: #008F79;
            margin-bottom: 5px;
            font-weight: bold;
            font-size: 1.5em;
            padding-left: 150px;
        }
        .option p {
            font-size: 14px;
            margin-bottom: 10px;
            margin-top: 2em;
        }
        .option button {
            background-color: #007749;
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 4px;
            cursor: pointer;
        }

