div#loginContainer
{
  width: 500px;
  margin: 5px auto 10px;
  padding: 10px 10px 10px 10px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #989898;
  overflow: hidden;
  border-radius: 15px;
  -o-border-radius: 15px;
  -icab-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-box-shadow: 0px 5px 8px #787878;
  -webkit-box-shadow: 0px 5px 8px #787878;
  box-shadow: 0px 5px 8px;
  position:relative;
  top: -280px;
}

.inputbox {
  font-size: 16px;
  color: 666666;
  height: 30px;
  width: 335px;
  padding-left: 6px;
  background-color: #FFFFFF;
  border: 1px solid #888888;
}

td#welcome
{
  background-color: #42A62A;
  background:#42A62A;
  background: -moz-linear-gradient(top,  #42A62A 0%, #42A62A 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42A62A), color-stop(100%,#42A62A));
  background: -webkit-linear-gradient(top,#42A62A 0%,#42A62A 100%);
  background: -o-linear-gradient(top,#42A62A 0%,#42A62A 100%);
  background: -ms-linear-gradient(top,#42A62A 0%,#42A62A 100%);
  background: linear-gradient(top,#42A62A 0%,#42A62A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096EE',endColorstr='#2F84DE',GradientType=0s);
  vertical-align:top;
  border: 1px solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  height:20px;
}

div#loginContainer input[type=submit] {
  cursor: pointer;
  margin-right: 40px;
  color: #fff;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
  box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
}
div#loginContainer input[type=submit]:hover {
    background-color: #42A62A;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
  box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
  background:#42A62A;
  background: -moz-linear-gradient(top,  #42A62A 0%, #346FED 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42A62A), color-stop(100%,#346FED));
  background: -webkit-linear-gradient(top,#42A62A 0%,#346FED 100%);
  background: -o-linear-gradient(top,#42A62A 0%,#346FED 100%);
  background: -ms-linear-gradient(top,#42A62A 0%,#346FED 100%);
  background: linear-gradient(top,#42A62A 0%,#346FED 100%);
}

div#loginContainer input[type=submit]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div#loginContainer input[type=submit],
.js div#loginContainer span.checked:before {
  background: #42A62A;
  background: -moz-linear-gradient(top,  #42A62A 0%, #42A62A 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42A62A), color-stop(100%,#42A62A));
  background: -webkit-linear-gradient(top, #42A62A 0%,#42A62A 100%);
  background: -o-linear-gradient(top,  #42A62A 0%,#42A62A 100%);
  background: -ms-linear-gradient(top,  #42A62A 0%,#42A62A 100%);
  background: linear-gradient(top,  #42A62A 0%,#42A62A 100%);
}
div#loginContainer input[type=submit] {
  line-height: 14px;
  margin: 10px 0;
  padding: 6px 15px;
  border: 0;
  outline: none;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(255,255,255, .2);
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}



#clouds{
  padding: 45px 0;
  background:#C9DBE9;
  background: -moz-linear-gradient(top,  #C9DBE9 0%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9DBE9), color-stop(100%,#FFFFFF));
  background: -webkit-linear-gradient(top,#C9DBE9 0%,#FFFFFF 100%);
  background: -o-linear-gradient(top,#C9DBE9 0%,#FFFFFF 100%);
  background: -ms-linear-gradient(top,#C9DBE9 0%,#FFFFFF 100%);
  background: linear-gradient(top,#C9DBE9 0%,#FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9DBE9',endColorstr='#FFFFFF',GradientType=0s);
}

.cloud {
  width: 200px; height: 60px;
  background: #fff;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  position: relative;
}

.cloud:before, .cloud:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 100px; height: 80px;
  position: absolute; top: -15px; left: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
}

.cloud:after {
  width: 120px; height: 120px;
  top: -55px; left: auto; right: 15px;
}

.x0 {
  left: 5% ; top: 10px;
  opacity: 0.6;
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.x1 {
  left: 20% ;top: 10px;
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.x2 {
  left: 40% ; top: -80px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.4;
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.x3 {
  left: 55%; top: -180px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.6;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}

.x4 {
  left: 85% ; top: -220px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.55;
  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18s linear infinite;
  -o-animation: moveclouds 18s linear infinite;
}

.x5 {
  left: 75%; top: -150px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.6;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}

span#tr
{
  color: red;
  padding-bottom:10px;
}

.loginPic  {
  padding-left:25px;
  background:url('?image=/Images/login.png') no-repeat top left;
  display: inline-block;
  height: 200px;
  width: 80px;
}

div#LoginUserName, div#AuthUserId, div#AuthPassword, div#OTPPassword
{
  padding-bottom: 10px;
  padding-top: 10px;
}

div#forgotPasswordDiv {padding-bottom:10px;font-size: 12px}

a.pagelink:link  { color: #0D16B8; text-decoration: none; }
a.pagelink:visited  { color: #0D16B8; text-decoration: none; }
a.pagelink:active  { color: #8413D2; text-decoration: none; }
a.pagelink:hover  { color: #EA0C47; text-decoration: none; }


@media screen and (max-width:980px) {
  div#loginContainer{width:80%;}
  td#welcome{font-size: 44px;height:40px;}
  div#LoginUserName, div#AuthUserId, div#AuthPassword, div#OTPPassword{font-size: 36px;}
 .inputbox {font-size: 29pt;width: 400px;height: 62px;}
  input {font-size: 29pt;width: 400px;height: 62px;}
 div#loginContainer input[type=submit]{padding: 22px 42px;font-size: 32px;}
 div#forgotPasswordDiv {padding-bottom:30px;font-size: 18px}
}

.Error
{
  font-size: 11pt;
  color:red;
  display:inline;
}
.Valid
{
  font-size: 11pt;
  color:green;
  display:inline;
}
