
html {
    height: 100%;
}

body{
  height: 100%;
  margin: 0;
  color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #1c1b29;
  background-image: url("../images/tss_logo_opaque.svg"), linear-gradient(120deg,#1c1b29 15%,#908db4 90%);
  font-family: 'Open Sans', Arial,'Helvetica Neue',Helvetica,sans-serif;
  font-size: 16px;
  min-width: 650px;
}

.body{
    background-image: url("../images/background_website.jpg");
    background-position: 0px 0px;
    background-size: cover;
}

@media screen and (max-width: 991px){
  .body {
      height: 800px;
  }
}

@media screen and (max-width: 768px){
  .body {
      background-position: 50% 0px;  
  }
}

@media screen and (max-width: 479px){
  .body {
      height: 812px;
      background-image: url("../images/background_website_small.png");
      background-position: 70% 0px;
      background-size: cover;
  }
}



input{outline: none;}

/* Div for Working - Please Wait
==================================*/
#divWorking
{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color: rgba(0,0,0,0.4);
    line-height: 100%;
    color: white;
    text-align: center;
    font-size: 50px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

/******************************
*******************************

     CSS FOR LOGIN PAGE

*******************************
******************************/

#loginDiv, #lostPasswordDiv, #otpDiv{
  display: block;
  margin-top: 30px;
  color: #01209b;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#logo {
    padding-top: 0px;
}

.loginTitle{
  text-align: center;
  color: #354baf;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

@media screen and (max-width:800px){
  #logo{
    max-width: 300px;
  }
  #loginTitle{
    font-size: 2.0em;
  }
}

#login_email, #password, #reset_email{
    display: block;
    width: 100%;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-radius: 3px;
    background-color: #fafafa;
    outline: none;
}

#loginLabel, #passwordLabel, passwordResetLabel{
  display: block;
  color: black;
  width: auto;
  height: auto;
  min-height: 0px;
  min-width: 0px;
  margin: 10px 0px 0px;
  padding: 3px 0px 5px 2px;
  font-size: 0.9em;
  font-weight: 700;
  text-align: left;
}


.login {
  max-width: 350px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}


input[type="email"], input[type="password"], input[type="text"]  {
  padding: 3px 3px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.loginButton {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px #01209b solid;
  border-radius: 3px;
  background-color: #01209b;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: 120px;
  color: #fff;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.loginButtonNew {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 14px 14px;
    border-radius: 4px;
    border-width: 0px;
    border-color: #01209b;
    background-color: #01209b;
    color: #fff;
    font-size: 1.1em;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}


.passwordToggle{
  text-align: center;
}

.passwordToggle:hover{
  color: red;
}

.error{color: red;}

.otp{
  padding: 10px !important;
  border: 1px solid #ccc !important;
  width: 50px !important;
  height: 50px !important;
  text-align: center !important;
  font-size: 30px !important;
}

/******************************
*******************************

     CSS FOR RESET PAGE

*******************************
******************************/

ul, li {
    margin:0;
    padding:0;
    list-style:none;
}

.invalid {
    /*background:url(../images/invalid.png) no-repeat 0 50%;*/
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.isvalid {
    /*background:url(../images/valid.png) no-repeat 0 50%;*/
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

h1.formtitle{
margin: 0 0 0 0;
font-size: 30px;
font-weight:normal;
padding-bottom: 20px;
padding-top: 20px;
text-align: center;
color: #01209b;
}

.formupper{
padding: 0 20px 20px 20px;
margin-bottom: 0px !important;
}

.formlower{
color: white;
background: #01209b;
height:58px;
line-height: 58px;
margin-top: 20px;
margin-bottom: 0px !important;
width: 480px;
margin-left: -10px;
}

#save_button {
  float: right;
  background: none;
  border: none;
  outline: none;
  color: white;
  padding-top: 3px;
  padding-right: 10px;
}

.error{
    color: red;
}

/* =Gridiculous Responsive framework
-------------------------------------------------------------- */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
/*body{font-size:100%;line-height:1.6875}*/

.grid480{
background-color: white;
margin-left: auto; 
margin-right: auto;
width:480px;
height: 500px;
}

.grid{
  margin-left: auto; 
  margin-right: auto; 
  max-width: 1200px;
}

.row{width:100%;}
.row .row{width:auto;margin:0 -10px}


/* 12 Columns
-------------------------------------------------------------- */
.c1{width:8.33%}
.c2{width:16.66%}
.c3{width:25%}
.c4{width:33.33%}
.c5{width:41.66%}
.c6{width:50%}
.c7{width:58.33%}
.c8{width:66.66%}
.c9{width:75%}
.c10{width:83.33%}
.c11{width:91.66%}
.c12{width:100%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{
  min-height:1px;
  float:left;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:5px;
  position:relative;}
.end{float:right!important}
