@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.login-container {
	max-width: 500px;
}

.main-content {
	border-left: 1px solid #eee;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}
