.banner-img {
    width: 100vw;
    object-fit: cover;
    height: 100vh;
    object-position: top;
    opacity: 1;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    filter: blur(2px);
}

.banner-wrapper {
    height: 100vh;
    width: 100vw;
    /* background-color: #6c9a4a; */
    /* background-color: #daffe3; */
    position: absolute;
    opacity: 0.6;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 23%) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7px);
}

.ui.container {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    padding: 0 0.5rem;
}

.left-image {
    height: 550px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    width: 100%;
    max-width: 600px;
}

.left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    object-position: right;
}

.left-image img.login-left-side-img {
    width: auto;
    max-width: 700px;
    object-position: left;
}

.ui.centered.grid {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px #134139;
}

.tealink-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

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

/* .login-form .field {
    width: 90%;
} */

.input-label {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    padding-left: 2rem;
}

.login-form .field input {
    border-radius: 16px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    padding: 12px 15px 12px 35px !important;
    font-size: 20px !important;
    color: #333 !important;
}

.login-btn {
    /* background-color: #005313 !important; */
    background-color: #1a4b3e !important;
    color: #fff !important;
    border-radius: 15px !important;
    padding: 15px 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    width: 90% !important;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    /* margin-top: 20px !important; */
}

.login-btn:hover {
    background-color: #205b47 !important;
}

.login-btn:active {
    background-color: #205b47 !important;
}

.login-btn:focus {
    background-color: #205b47 !important;
    box-shadow: 0 0 0 2px rgba(0, 90, 0, 0.5) !important;
}

.glass-card {
    /* background: rgba(255, 255, 255, 1) !important; */
    background: rgb(255 255 255 / 43%) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* border: 1px solid rgba(255, 255, 255, 1); */
}

.forgot-password {
    color: #005313 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    /* margin-top: 10px !important; */
    font-size: 17px;
}

.ui.grid {
    margin: 0 !important;
}

.ui.form .field {
    margin: 0 0 2.5em;
    width: 90%;
}

.sixteen.wide {
    padding: 0 !important;
}

.sixteen.wide.mobile-margin {
    padding: 1rem !important;
}

.forgot-password:hover {
    color: #004a0d !important;
    text-decoration: underline !important;

}

/* input::placeholder {
    color: #ff0000 !important;
    font-size: 16px !important;
} */

/* .glass-card {
    background: rgba(255, 255, 255, 0.22) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: none;
    box-shadow: 0px 0px 10px rgb(132 132 132) !important;
} */

.glass-card .ten.wide.column {
    padding: 0;
}

.login-error {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -20px;
}

@media (min-width: 1300px) {
    .ui.container {
        min-width: 900px !important;
        max-width: 900px !important;
    }
}

@media (max-width: 1299px) and (min-width: 1020px) {
    .ui.container {
        min-width: 780px !important;
        max-width: 780px !important;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .left-image {
        /* height: 400px; */
        width: 100%;
        border-top-left-radius: 10PX;
        border-top-right-radius: 10PX;
    }

    .left-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        /* margin-bottom: 30px; */
    }

    .tealink-logo {
        margin-bottom: 20px;
    }

    .login-btn {
        margin-top: 0px !important;
    }
}

@media (max-width: 820px) {

    .left-image img.login-left-side-img {
        margin-left: -40px;
    }
    .left-image img.login-left-side-img {
        max-width: 700px;
    }
    .ui.container {
        min-width: 100vw !important;
        max-width: 100vw !important;
        padding: 0;
    }

    .ui.centered.grid {
        border-radius: 0px;
    }

    .left-image {
        padding: 1rem 2rem;
        height: auto;
    }

    .left-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        margin-bottom: 0px;
        border-radius: 10px;
    }

    .tealink-logo-img {
        height: 5rem;
    }

    .mobile-margin {
        margin-top: -10vh !important;
    }

    .glass-card {
        height: 100vh !important;
    }

    .left-image img {
        height: 100%;
        height: 40vh;
    }
}

@media (max-width: 820px) and (min-width: 540px) {
    .ui.centered .sixteen.mobile-margin {
        width: 70% !important;
    }
}

@media (max-width: 540px) {
    .left-image img.login-left-side-img {
        max-width: 90vw;
        margin-left: 1.5vw;
    }
    .mobile-margin {
        margin-top: -4vh !important;
    }

    .ui.container {
        min-width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
    }
}

@media (max-width: 430px) {
    .ui.container {
        min-width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0;
    }

    .sixteen {
        width: 100% !important;
    }

    .glass-card {
        height: 100vh;
        border-radius: 0px !important;
    }

    .left-image {
        padding: 1rem 1rem;
        border-radius: 0px;
        width: 100%;
        height: auto;
    }

    .left-image img {
        width: 100%;
        height: 30vh;
        object-fit: cover;
        object-position: top;
        margin-bottom: 0px;
        border-radius: 10px;
    }

    .mobile-margin {
        margin-top: -20vh !important;
    }

    .tealink-logo-img {
        height: 4rem;
    }
}

@media (max-width: 380px) {
    .left-image img {
        height: 30vh;
    }

    .sixteen.mobile-margin {
        margin-bottom: -50px !important;
    }
}