﻿.LoginFormContainer {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 500px;
  background-color: #fff;
  border-radius: 3px;
}



.tinytext {
    font-size:8pt;
}