﻿.login-container {
    width: 90%;
    max-width: 440px;
    margin: 20px auto; /* Center the container */
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #000;
    }

    .separator::before {
        margin-right: .25em;
    }

    .separator::after {
        margin-left: .25em;
    }
.gsi-material-button {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.gsi-material-button-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.google-icon {
    width: 24px; /* Adjust the width as needed */
    height: 24px; /* Adjust the height as needed */
}
.login-logo {
    display: block;
    margin: 0 auto 20px auto; /* Center the image and add some bottom margin */
    width: 150px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}
.form-field-container {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Add some space between the fields */
}
@media (max-width: 960px) {
    .form-field-container {
        flex-direction: column;
    }
}
.login-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-layout-content {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-nav-toggle {
    color: rebeccapurple !important;
}
@media (max-width: 400px) {
    .mud-table {
        display: block;
    }
}
.mud-select-width-250 .mud-input-root {
    width: 180px !important;
    min-width: 150px !important;
    max-width: 250px !important;
}
