﻿nav {
  display: none !important; }

#page-content-wrapper {
  height: 100vh; }

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.login-container .btn {
  margin: 0px; }

.login-section {
  width: 430px;
  padding: 20px;
  border-radius: 3px;
  background-color: #2F2D39;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px; }

.above-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px; }

.curator-logo {
  width: 430px;
  margin-bottom: -25px; }

.bottom-logo-section {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

.below-login {
  display: flex;
  justify-content: space-between; }

.below-login a {
  color: #00994D; }
