html{
      min-height: 100%;
      height: 100%;
}

body{
      min-height: 100%;
      margin: 0;
      font-family: futurteelight, arial;

      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-smooth: never;
      line-height: 150%;
      font-size: 11pt;
      color: black;
      min-height: 100%;
      background: rgb(231,57,245);
      background: linear-gradient(19deg, rgba(231,57,245,1) 0%, rgba(0,176,219,1) 100%);
      overflow: hidden;
}

h1{
      font-weight: 900;
      font-size: 17pt;
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 1px;
      margin: 30px 0;
      cursor: default;
}



.linkResetPassword{
      font-size: 10.5pt;
}

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;
      height: 30px;
      width: 250px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      border-radius: 3px;
}

#loginStrip{
      background: white;
      border-radius: 5px;
      width: 360px;
      text-align: center;
      margin: 160px auto;
      padding: 30px;
      padding-top: 5px;
}

#loginStrip input{
      font-size: 15pt;
      width: 300px;
      text-align: center;
      margin-bottom: 5px;
      box-shadow: none;
      background: white;
      height: 30px;
      line-height: 30px;
}



#loginStrip .btn{
      width: 276px;
      font-size: 14pt;
      height: 42px;
      line-height: 42px;
      font-weight: 300;

}


#loginUtils{
      text-align: center;
      margin-top: 10px;
}

a{
      text-decoration: none;
      color: black;
      cursor: pointer;
}


a:hover{
      color: #DB0000
}

#srcTwoFactorSetup{

}

#srcTwoFactorSetup input{
      margin-top: 5px;
}