html{
      min-height: 100%;
      height: 100%;
}

body{
      min-height: 100%;
      margin: 0;
      font-family: roboto, arial;
      line-height: 150%;
      font-size: 12pt;
      color: black;
      background: #E9EAEE;
      height: 100%;
}

input[type="text"], input[type="email"], input[type="password"], input[type="file"], select, textarea{
      font-size: 11pt;
      border: 1px solid #cccccc;
      padding: 5px 3px 5px 3px;
      width: 250px;
      font-family: roboto, arial;
      border-radius: 3px;
      height: 22px;
}

#loginStrip{
      background: linear-gradient(to left,#00B3E0,#00A0C4);
      width: 100%;
      text-align: center;
      margin-top: 160px;
      padding-top: 5px;
      box-shadow: 0px 2px 2px #aaa;

}

#loginStrip input{
      font-size: 13pt;
      width: 300px;
      text-align: center;
      margin-bottom: 5px;
      box-shadow: 0;
}

#loginStrip .btn{
      width: 276px;
      font-size: 12pt;
      height: 42px;
      line-height: 42px;
      font-weight: 400;
}


#loginUtils{
      text-align: center;
      margin-top: 10px;
}

#loginUtils a{
      text-decoration: none;
      color: black;
      cursor: pointer;
      font-size: 10pt;
}


#loginUtils a:hover{
      color: #DB0000
}

#srcTwoFactorSetup{

}

#srcTwoFactorSetup input{
      margin-top: 5px;
}