@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(Ubuntu-Regular.woff) format('woff');
}
html, body {
  font-family:Ubuntu;
  font-size:11pt;
  background-color: white;
  height:100%;
  margin:0px;
  padding: 0px;
}
.vc {
  display: flex;
  height: 100%;
}
#loginform{
  background-color: #f0f0f0;
  margin: auto;
  width:400px;
  border: solid silver 1px;
  border-radius: 7px;
  padding:20px;

}
#loginform.success{
  border-color:#00C000;
  background-color: #F0FFF0;
}
#loginform.success fieldset input{
  border-color:#00C000;
  background-color: #F0FFF0;
}
.capt {
  font-size: 200%;
  text-align: center;
}
#loginform img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
fieldset {
  border: solid silver 1px;
  border-radius: 7px;
}
fieldset legend{
  color:gray;
}
fieldset input {
  border:0px;
  background-color: #f0f0f0;
  outline:none;
  width:100%;
}
#usernameforgot, #newuser, #passwordforgot, #loginlink, #gotouserreg {
  color:#174ea6;
  font-weight: 500;
  font-size: 120%;
  cursor:pointer;
  margin:15px;
}
#newuser,#loginlink {
  margin: 40px 5px 5px 5px;

}
.nextbutton {
  color:white;
  background-color: #174ea6;
  width:150px;
  margin-left:auto;
  border-radius: 7px;
  padding:10px;
  text-align: center;
  cursor: pointer;
}
#username {
  text-align: center;
  font-size: 110%;
  font-weight: bolder;
  cursor:pointer;
  color:#174ea6;
}
#userhint, #passhint, #ruserhint, #remailhint, #rtelhint, #rpasshint{
  margin:5px;
  visibility: hidden;
  color:#C00000;
}
.opthint{
  color: #00B000;
  font-size: 70%;
}
.twopasscontainer{
  display:flex;
  justify-content:space-between;
  flex-flow: row nowrap;
  align-items:baseline;
}
.nobr {
  display: block;
  width:40%;
}
.capt2 {
  font-size: 120%;
  text-align: center;
}
#nomailtel{
  font-size:60%;
  color:#cc9900;
  margin: 15px;
  text-align: left;
}
#founduser{
  text-align:right;

}
#founduser div{
  margin:30px;
  text-align:center;
}
#founduser .nextbutton{
  float: right;
}
#foundusername {
  font-weight: bolder;
  font-size:120%;
  color:#174ea6;
}
