﻿.LoginFormContainer {
  /*position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 500px;*/
  
}

.LoginForm {
  
  background-color: #fff;
  border-radius: 5px !important;
  box-shadow: rgba(0,0,0,0.5) 0px 0px 20px;
}

.background-primary {
    
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
}


.tinytext {
    font-size:8pt;
}