div#loginContainer
{
  width: 500px;
  margin: 5px auto 10px;
  margin-top: 50px;
  padding: 10px 10px 10px 10px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #989898;
  overflow: hidden;
  border-radius: 0px;
  -o-border-radius: 0px;
  -icab-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-box-shadow: 0px 5px 8px #787878;
  -webkit-box-shadow: 0px 5px 8px #787878;
  box-shadow: 0px 5px 8px;
  position:relative;
}

.inputbox {
  font-size: 16px;
  color: 666666;
  height: 30px;
  width: 335px;
  padding-left: 6px;
  background-color: #FFFFFF;
  border: 1px solid #888888;
}

#AuthLabel, #AuthLabel{
  color: #95CFD2;
  font-family: "Source Sans Pro";
  font-weight: bold;
}

#loginBtn{
  background-color: #95CFD2;
  border-color: #95CFD2;
  font-size: 20px;
  border-radius: 0;
  margin: 0 auto;
  display: block;
}

#loginBtn:hover{
  font-weight: 700;
}

#forgotPasswordDiv{
  font-family: "Source Sans Pro";
}

#lowerleft
{
    position:fixed;
    bottom:0;
    left:0;
    margin-bottom: 1px;
    margin-left : 1px;
    width: 200px;
    height: 100px;
}

#logo
{
  max-width:100%;
  max-height:100%
}

.form-control {
  border: 1px solid #95CFD2;
}

td#welcome
{
  /*
  background:#4096EE;
  background: -moz-linear-gradient(top,  #4096EE 0%, #2F84DE 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096EE), color-stop(100%,#2F84DE));
  background: -webkit-linear-gradient(top,#4096EE 0%,#2F84DE 100%);
  background: -o-linear-gradient(top,#4096EE 0%,#2F84DE 100%);
  background: -ms-linear-gradient(top,#4096EE 0%,#2F84DE 100%);
  background: linear-gradient(top,#4096EE 0%,#2F84DE 100%);
  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096EE',endColorstr='#2F84DE',GradientType=0s);
  vertical-align:top;
  /* border: 1px solid; */
  /* removed by Trond border-bottom: 2px solid #95CFD2; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #47567D; /* lighter BCM blue 95CFD2; */
  text-align: center;
  font-size: 24px;
  height:20px;
  font-family: "Source Sans Pro";
  font-weight: bold;
}
/*
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 {
  -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:#2B61D6;
  background: -moz-linear-gradient(top,  #2B61D6 0%, #346FED 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2B61D6), color-stop(100%,#346FED));
  background: -webkit-linear-gradient(top,#2B61D6 0%,#346FED 100%);
  background: -o-linear-gradient(top,#2B61D6 0%,#346FED 100%);
  background: -ms-linear-gradient(top,#2B61D6 0%,#346FED 100%);
  background: linear-gradient(top,#2B61D6 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: #3870E7;
  background: -moz-linear-gradient(top,  #3870E7 0%, #4E77CD 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3870E7), color-stop(100%,#4E77CD));
  background: -webkit-linear-gradient(top, #3870E7 0%,#4E77CD 100%);
  background: -o-linear-gradient(top,  #3870E7 0%,#4E77CD 100%);
  background: -ms-linear-gradient(top,  #3870E7 0%,#4E77CD 100%);
  background: linear-gradient(top,  #3870E7 0%,#4E77CD 100%);
}
div#loginContainer input[type=submit] {
  line-height: 14px;
  margin: 10px 0;
  padding: 6px 15px;
  border: 0;
  outline: none;
  font-family: "Source Sans Pro";
  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;
}

#AuthPassword::placeholder{
  color: #95CFD2;
  opacity: 1;
}

#AuthUserId::placeholder{
  color: #95CFD2;
  opacity: 1;
}

div#forgotPasswordDiv {padding-bottom:0px;font-size: 14px}

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:90%;}
  td#welcome{font-size: 44px;height:40px;}
  div#LoginUserName, div#AuthUserId, div#AuthPassword, div#OTPPassword{font-size: 36px;}
 .inputbox {font-size: 29pt;width: 100%;height: 62px;}
  input {font-size: 29pt;width: 100%;height: 62px;}
 /* div#loginContainer input[type=submit]{padding: 22px 42px;font-size: 32px;} */
 div#forgotPasswordDiv {padding-bottom:30px;font-size: 18px}
 img#img-bottom-right { height: 300px; }
}

@media screen and (max-width:600px) {

  td#welcome{font-size: 32px; height:40px;}
  div#LoginUserName, div#AuthUserId, div#AuthPassword, div#OTPPassword{font-size: 36px;}
  img#img-bottom-right { height: 200px; }
}

.Error
{
  font-size: 11pt;
  color:red;
  display:inline;
}
.Valid
{
  font-size: 11pt;
  color:green;
  display:inline;
}
