/*  CSS specific to all pages in Authenticate */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .loginWrapper>.text-center {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 50px;
    }

    .loginWrapper>.loginText {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 50px;
    }

    .loginWrapper>.loginForm {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 70px;
    }
}

@media only screen and (max-width: 400px) {
    .formCover {
        display: grid;
        grid-template-columns: 34% 1fr;
    }
}

.catalog {
    padding: 5px;
}

form {
    display: grid;
}

/* form p {
    display: grid;
    grid-template-columns: 22% 1fr;
} */

form p label {
    padding-left: 10px;
    font-weight: 600;
    background-color: #eee;
    font-size: .8em;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 6px 0px 0px 6px;
    height: 44px;
    padding-top: 10px;
    width: 180px;
}

form p .formInputs {
    height: 44px;
    width: 100%;
    padding: 10px;
    border-radius: 0px 6px 6px 0px
}

.registerFormInputs {
    display: grid;
    justify-items: center;
}

.formInputs {
    height: 44.3px;
    width: 300px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

form {
    display: grid;
}

#add_school_info_content{
    height: 452px; 
}
#add_school_info_content::-webkit-scrollbar{
    display: none;
}

.add-school-info-form{
    background-color: #14181F;
    border-radius: 8px;
    padding: 24px;
    padding-bottom: 48px; 
    width: 400px;
}

@media only screen and (min-width: 992px) {
    .add-school-info-form{
        width: 490px;
    }
}
#left-pane {
    display: none;
}
.menu-button {
    display: none !important;
}