﻿/*.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;
}*/

.LoginFormContainer {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 500px;
  background-color: rgba(0,0,0, 0.3); /*#fff;*/
  border-radius: 10px !important;
}

footer.login {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align:center  !important;
  color:white !important;
}


.background-primary {
     border-radius: 10px !important;
     background-color:transparent !important;
}

.tinytext {
    font-size:8pt;
}

.tinytext a {
    color:white !important;
}

.LoginHeading {
    font-size:18pt;
    color:white;
    font-weight:bold;
}