#imageId {
  z-index: -1; }

#loginButton {
  color: black;
  background-color: orange; }

#leftColumn {
  height: -5vh;
  background-color: transparent; }

#rightColumn {
  height: 100vh;
  background-color: transparent; }

#errorMess {
  color: red; }

.ui-dialog {
  font-size: 12px; }

#LoginBodyID {
  background-image: url("../images/blueOfficeBg.png");
  background-repeat: no-repeat;
  background-size: cover; }

a:link {
  color: white; }

a:hover {
  color: yellow; }

#legend {
  color: white;
  font-family: georgia; }

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.Absolute-Center.is-Responsive {
  width: 90%;
  height: 30%;
  min-width: 200px; }

#logo-container {
  margin-bottom: 10px;
  margin-left: 100px;
  width: 100px;
  height: 110px; }

#logo {
  height: 45%; }

#logoSmall {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  margin: auto;
  margin-top: 33%; }

.checkbox {
  color: white; }

.form-group {
  color: white; }

/*for phones- tested with note5*/
@media screen and (max-width: 768px) {
  #logoSmall {
    margin-top: 5%;
    height: 90%;
    width: 90%; } }

/* Large desktop */
@media (min-width: 1200px) {
  #logoSmall {
    margin-top: 28%; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #logoSmall {
    margin-top: 15%; } }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #logoSmall {
    margin-top: 5%;
    height: 70%;
    width: 70%; }
  #legend {
    display: none; } }

/* Landscape phones and down */
@media (max-width: 480px) {
  #logoSmall {
    margin-top: 25%;
    height: 90%;
    width: 90%; } }
