﻿/*Sign In*/
.signIn_border {
    position: relative;
    min-width: 340px;
    width: 340px;
    height: 280px;
}

.signIn_formContainer {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    max-width: 340px;
}

.signIn_logoContainer {
    display: none;
}   

.signIn_messageContainer {
    position: relative;
    width: 33%;
    width: 300px;
    border-top: 1px solid gainsboro;
}

    .signIn_messageContainer > div {
        text-align: center !important;
    }

/*Portal*/
.portal_header {
    display: none !important;
}

.modules_container {
    display: none !important;
}

#appSidebar {
    display: none !important;
}

.notification_images {
    display: none !important;
}

.notification_functions {
    display: none !important;
}

.portal-height {
    height: calc(100vh - 32px) !important;
}

#addNotificationButton {
    display: none !important;
}