﻿.main-menu {
    display: none !important;
}

.alc-header {
    margin-left: 0 !important;
}

.form-signin-wrapper {
}

.form-signin {
    max-width: 490px;
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 1px;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.04), 1px 2px 7px rgba(0, 0, 0, 0.04);
    transition: all .3s;
    border-radius: 6px;
}

    .form-signin:hover {
        box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.08), 1px 2px 7px rgba(0, 0, 0, 0.1);
    }

    .form-signin .card-header {
        padding: 20px;
        font-weight: bold;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 19px;
        line-height: 19px;
        text-transform: uppercase;
        color: #404040;
        letter-spacing: 0.4px;
    }

    .form-signin .card-block {
        padding: 20px;
    }

    .form-signin input {
        margin-bottom: 8px;
    }
.container-fluid.body-content {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    height: calc(100vh - 62px);
}
 
    .container-fluid.body-content .login-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 85vh; /* Ensure it takes at least the full viewport height */
        padding: 20px; /* Add some padding to prevent the card from touching the edges */
        box-sizing: border-box; /* Include padding in the height calculation */
    }

.login-container .card.form-signin {
    width: 100%;
    min-width: 490px;
    margin: auto;
    box-shadow: 0 3px 2px rgb(0 0 0 / 26%), 0 0 2px rgb(0 0 0 / 12%);
    box-shadow: 0px 6px 18px 2px rgb(0 0 0 / 14%), 0px 2px 11px 0px rgb(0 0 0 / 12%), 0px 13px 17px -5px rgb(0 0 0 / 25%);
    border: none;
}

    .login-container .card.form-signin .card-block {
        max-height: 80vh;
        overflow-y: auto;
        padding: 20px;
    }

ul.tt-dataset.tt-dataset-entitysearch {
    padding: 0;
    list-style: none;
    margin-top: -8px;
}

.tt-dataset.tt-dataset-entitysearch {
    font-size: 12px;
}

    .tt-dataset.tt-dataset-entitysearch .tt-suggestion:hover {
        background: #f7f7f9;
        color: #333;
    }



@media only screen and (max-width : 768px) {
    .form-signin-wrapper {
        width: 100%;
        padding: 0;
    }
    .login-container .card.form-signin {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    a.mobile-menu {
        display: none;
    }

    img.alc-mobile-logo {
        display: none;
    }

    img.alc-main-logo {
        display: block;
    }

    .alc-header-left {
        float: none;
    }

    .alc-header-right {
        float: none;
        display: none;
    }

    nav.alc-header {
        text-align: center;
    }
}
@media only screen and (max-width : 768px) {
    .container-fluid.body-content .login-container {
        padding: 20px 0px;
    }

}
