﻿.input-container {
    /* Required for absolute positioning of the icon */
    position: relative;
    /* Inline-block allows it to wrap around content nicely */
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 30px; /* Make space for the icon */
}

    .input-container input {
        /* Remove default input styles if desired */
        border: none;
        padding: 10px;
        /* Match container width minus padding */
        width: 200px;
        box-sizing: border-box; /* Ensures padding doesn't add to total width */
    }

    .input-container .icon {
        /* Position the icon absolutely within the container */
        position: absolute;
        right: 10px; /* Adjust as needed */
        top: 50%; /* Start halfway down */
        transform: translateY(-50%); /* Pull back up half the icon's height for perfect vertical centering */
        /* Add styling for the icon */
        color: #aaa;
        cursor: pointer; /* Optional: indicates it might be clickable */
    }

    .input-container input:focus {
        outline: none; /* Removes default input focus border */
    }

.jss144a {
    width: auto;
    margin: 0 auto;
}

.jss34 {
    width: 75%;
    margin: 0 auto;
}

.jss1054 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.jss607 {
    border: 1px solid #c2c1c1;
    padding: 10px 12px;
    background: white;
}

.jss609 {
    display: none;
}

.jss610 {
    width: 100%;
    border: 0;
    outline: none;
    padding: 0 !important;
    font-size: 13px;
    background: transparent;
}

.jss632 {
    top: 0;
    left: 0;
    width: 100%;
    cursor: inherit;
    height: 100%;
    margin: 0;
    opacity: 0;
    padding: 0;
    z-index: 1;
    position: absolute;
}

.jss627 {
    width: 22px;
    border: 2px solid #cfcfcf;
    height: 22px;
    padding: 0;
    background: #fff;
    border-radius: 3px;
}

.jss637 {
    flex: 1;
    width: 100%;
}

.jss1055 {
    display: flex;
    flex-direction: column;
}

.jss674 {
    left: -40px;
    color: #EE1C25;
    width: 300px !important;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
}

.jss634 {
    position: relative;
    margin-bottom: 55px;
}

.jss1056 {
    display: flex;
}

.agreementLink {
    color: #77a1ff;
    text-decoration: underline;
    cursor: pointer;
}

.buttons {
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    gap: 50px;
    width: 100%;
    justify-content: center;
    justify-items: center;
}

.button2 {
    color: white;
    height: 50px;
    padding: 0px 40px !important;
    font-size: 14px !important;
    background: transparent linear-gradient(181deg, #EE1C25 0%, #780D0E 100%) 0% 0% no-repeat padding-box;
    font-weight: bold;
    border-radius: 40px !important;
}

    .button2:hover {
        filter: grayscale(30%);
        background: transparent linear-gradient(181deg, #EE1C25 0%, #780D0E 100%) 0% 0% no-repeat padding-box;
    }
