.loginpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding-top: 1rem;
}

.loginform {
    max-width: 25rem;
}

.shortlogo {
    width: 4.5rem;
}

.app-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(240,240,240,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.scrollbar-thin, .scrollbar-thinner {
    scrollbar-width: thin;
}

.scrollbar-thin::-webkit-scrollbar {
    width: 4px;
}


.scrollbar-thinner::-webkit-scrollbar {
    width: 2px;
}

.scrollbar-thinner::-webkit-scrollbar-thumb {
    background-color: #A8A29E;
}

.scrollbar-thinner::-webkit-scrollbar-thumb {
    border-radius: 20px;
  }

.pre {
    white-space: pre-wrap;
}

.wrap {
    word-wrap: normal;
}
