TD
{
	BACKGROUND-COLOR: #fff;
    FONT-FAMILY: WorkSans-Regular;
    FONT-SIZE: 11pt;
	COLOR: #666666;
}
TH
{
    BACKGROUND-COLOR: #0a7bbf;
    COLOR: white;
    FONT-SIZE: 12pt;
	FONT-FAMILY: WorkSans-Regular;
	padding: 10px;
}
TR
{
    BACKGROUND-COLOR: #D1E4F7;
}
TR.main
{
    BACKGROUND-COLOR: white
}
H2
{
    COLOR: #184C88;
    FONT-FAMILY: WorkSans-Regular;
    FONT-SIZE: 15pt
}

.allbtn {
    background: #0a7bbf;
    border: 0 none;
    border-radius: 10px;
    FONT-FAMILY: WorkSans-Regular;
    FONT-SIZE: 12pt;
    color: #fff;
    padding: 8px;
    width: auto;
	cursor: pointer;
}

.allbtn:hover {background: #b91760;}


a {
    color: #0a7bbf;
}


.sms-cross{
  width:90%;
  max-width:1200px;
  margin:0 auto;
  /*text-align: center;*/
  background:url(../Assets/images/login_bg.jpg) no-repeat #0a7bbf;
  height: 600px;
  margin-top: 0;
  position:relative;
  border:1px solid #ccc;  
  min-width: 1200px;
  font-family: WorkSans-Regular;
}

.Godrej_sms {
    padding: 1em 0;
    position: absolute;
    width: 100%;
    font-family: WorkSans-Regular;
}
.login_inner {	

}

.sms_form {
    left: 42%;
    padding-right: 0;
    position: relative;
    top: 40px;
    width: 60%;
}

.portal img { margin: 0em 0;}


.sms_head {
    background: url("../Assets/images/sms.png") no-repeat;
    height: 90px;
    position: absolute;
    right: 50px;
    width: 420px;
}

.footer .sms_bot1 {
    float: left;
    font-size: 10pt;
    padding: 30px 15px 0;
    text-transform: uppercase;
    width: 40%;
	color: #0a7bbf;
}
.footer .sms_bot1 a {
	color:#0a7bbf;
	font-weight: 600;
}

.footer .sms_bot1 a:hover{color:#bd2967;}

.footer .sms_bot2 {
    float: right;
    padding: 15px 3% 0 1px;
    text-align: right;
    width: 30%;
}

.sms_bot1 img {width: auto;}

#login {
    margin: 0 auto 2%;
    position: relative;
    right: 10%;
    transition: opacity 1s ease 0s;
    width: 50%;
	 width: 60%\9;
	float:right;
	background:#e7e8ea;
	padding: 3%;
	padding: 5%\9;
	top: 140px;
	 border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.uname {	
  width: 55%;
  background-color:#fff;
  margin-bottom:4%;
  border:1px solid #fff;
  padding: 1.9%;  
  font-family: "HelveticaNeueLT Std Lt",sans-serif;
  font-size:15px;
  color:#555;
  /*background:url(../images/user_bg.png) left center no-repeat;*/
  float:left;
  font-weight: bold;
   border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  outline: 0;
}


/*.uname:hover {border:1px solid #0b76bc;}
.pword:hover {border:1px solid #0b76bc;}*/

.pword{
  width: 55%;
  background-color:#fff;
  margin-bottom:4%;
  border:1px solid #fff;
  padding: 2%;
  font-family: "HelveticaNeueLT Std Lt",sans-serif;
  font-size:15px;
  color:#555;
  /*background:url(../images/lock_bg.png) left center no-repeat;*/
  float:left;
  font-weight: bold;
   border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  outline: 0;
}



.submit{
  width:40%;
  background:#4ab6e7;
  border:0;
  padding:2%;
  font-family: WorkSans-Regular;
  font-size:17px;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  float: right;
  margin: 0 40px 0 0;
  border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.submit:hover{background:#bd2967;}


.sms_lable {
    clear: both;
    float: left;
    padding-right: 2px;
    text-align: left;
    width: 38%;
	color: #0a7bbf;
	font-weight: bold;
}


.footer {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 80px;
    position: absolute;
	width:100%
}


.arrow {
    left: -19px;
    position: absolute;
    top: 38%;
}


/* Dropdown */

select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}




select.loc {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  
  width: 60%;
  background-color:#fff;
  margin-bottom:4%;
  border:1px solid #fff;
  padding: 1.9%;  
  font-family: WorkSans-Regular;
  font-size:15px;
  color:#555;
  /*background:url(../images/user_bg.png) left center no-repeat;*/
  float:left;
  font-weight: bold;
   border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  outline: 0;
}




select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.footer a {
    text-decoration: none;
}

@font-face{
    font-family: 'WorkSans-Regular';
    src: url('/fonts/WorkSans-Regular.woff2') format('woff2'),
         url('/fonts/WorkSans-Regular.woff') format('woff'),
         url('/fonts/WorkSans-Regular.ttf') format("true type");
    font-weight: normal;
    font-style: normal;
}


/*img {
    width: 100%;
}*/