/* Old sky blue #1ba2e6 */
/* Old sky blue #1ba2e6 */
.nav-menu {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1000;
  border-radius: 0px; }
  .nav-menu li {
    color: #ffffff; }

.text-clamped {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

textarea {
  resize: none; }

.error-text {
  transition: color 0.25s;
  color: #D0021B; }

.background {
  background-image: url("/images/bg.svg");
  background-position: center bottom;
  background-size: cover;
  height: 100%;
  min-height: 615px;
  position: relative; }

.login-page p {
  color: #353535; }
