.pointer-transparent {
    pointer-events: none;
}

.sign-in-container {
    height: 80vh;
}

.sign-in-msg {
    z-index: 1;
}

.sign-in-form-container {
    backdrop-filter: blur(2px);
}

.form-floating:focus-within {
    z-index: 2;
}

.form-control {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.40);
    border: 1px white solid;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.80);
    border: 1px white solid;
    box-shadow: none;
}

#signin-btn {
    width: 100%;
    color: white;
    border-radius: 0;
    background-color: #2ebdbc;
    border: 1px solid #2ebdbc;
    padding: 1rem 0.75rem;
    font-weight: bold;
    letter-spacing: 5px
}

#signin-btn:hover {
    background-color: #58d3d1;
    border: 1px solid #58d3d1;
}

#signin-btn:active {
    background-color: #7fdddc;
    border: 1px solid #7fdddc;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#d8fffc, #f1f9f9);
}

.footer {
    margin-top: 3rem;
    position: relative;
    width: 100%;
}

.footer-slogan {
    color: #231F20;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 4.20px;
    white-space: nowrap;
}