* {padding:0px; margin:0px; outline:none;}
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

::-webkit-input-placeholder{color:#666;}
::-moz-placeholder {color:#666;}
:-moz-placeholder {color:#666;}
:-ms-input-placeholder {color:#666;}

/*--------------------------------------------
  Base CSS
---------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-text-size-adjust:none;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}

body{ background: url(../images/bg1.png) repeat 0px 0px;}
.header {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-8 */
text-align: center; overflow:hidden; padding:5px 0px; border-bottom:1px solid #666;
	box-shadow:0px 2px 5px #666; -webkit-box-shadow:0px 2px 5px #666; -moz-box-shadow:0px 2px 5px #666;
}


.loginForm{width:260px; padding:10px; margin:40px auto 0px; background:#fff; border-radius:10px 10px 0px 0px; -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; box-shadow:0px -2px 0px #666; -moz-box-shadow:0px -2px 0px #666; -webkit-box-shadow:0px -2px 0px #666; position:relative; transition:width 1s; -moz-transition:width 1s; -webkit-transition:width 1s;}
.loginForm .shadow{ display:block; width:280px; position:absolute; bottom:-18px; left:0px;  transition:width 1s; -moz-transition:width 1s; -webkit-transition:width 1s;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.loginForm h2{ text-align:center; margin:0px 0px 10px; font:28px 'Crete Round', serif; font-weight:normal; color:#404145; text-shadow:0px 2px 2px #999;}
.loginBox{ background:#f27614; padding:20px 10px; margin-bottom:5px; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.loginBox ul li{list-style:none; margin:0px 0px 20px;}
.loginBox ul li:last-child{ margin:0px;text-align: center;}
.loginBox label{ display:block; line-height:14px; color:#fff; font-size:12px; margin-bottom:5px; font-family:Arial, Helvetica, sans-serif;}
.loginBox .textbox{margin:0px; padding:0px 0px 0px 28px; font-size:12px; color:#666; font-family:Arial, Helvetica, sans-serif; position:relative;}
.loginBox .textbox .icon{height:28px; width:28px; background:#3f4044; text-align:center; display:block; position:absolute; left:0px; top:0px; border-radius:5px 0px 0px 5px; -moz-border-radius:5px 0px 0px 5px; -webkit-border-radius:5px 0px 0px 5px;}
.loginBox .textbox .icon.user{ background:url(../images/spirate-bg.png) no-repeat 0px 0px #3f4044;}
.loginBox .textbox .icon.password{ background:url(../images/spirate-bg.png) no-repeat 0px -30px #3f4044;}
.loginBox .textbox input{display:block; width:100%; background:#fff; border:none; padding:5px 10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:12px; height:28px; color:#666; line-height:18px; border:1px solid transparent; font-family:Arial, Helvetica, sans-serif; border-radius:0px 5px 5px 0px; -moz-border-radius:0px 5px 5px 0px; -webkit-border-radius:0px 5px 5px 0px;}
.loginBox .textbox input:focus{border:1px solid #3f4044; box-shadow:inset -2px 2px 6px #999; -webkit-box-shadow:inset -2px 2px 6px #999; -moz-box-shadow:inset -2px 2px 6px #999;}
.loginBox .submit-btn{width:100px; text-align:center; color:#fff; font-size:13px; height:30px; line-height:30px; padding:0px; border:0px; margin:0px 5px; text-shadow:0px 0px 3px #000; background:#767575; box-shadow:inset 0px 0px 15px #000; -moz-box-shadow:inset 0px 0px 15px #000; -webkit-box-shadow:inset 0px 0px 15px #000; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; cursor:pointer; display:inline-block;}
.footer{height:40px; line-height:40px; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-align:center; color:#7d7d7d; border-top:1px solid #fff; background:#cdcdcd;  display:block; position:fixed; bottom:0px; left:0px; width:100%;}
.footer span.highlight{ color:#000;}
.footer .wrapper{width:310px; margin:0px auto; position:relative;}
.demoacc{display: block;float: right;text-decoration: none;font-size: 12px;color: #666;margin-bottom: 5px;}
/**------- Meda Query --------**/
.screenBox{margin:50px auto 0px;	position:relative; transition:width 1s; -moz-transition:width 1s; -webkit-transition:width 1s;}
.screenBlock{padding:10px; border:1px solid #ccc; margin:0px 0px 6px; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; box-shadow:0px 1px 1px #999; -moz-box-shadow:0px 1px 1px #999; -webkit-box-shadow:0px 1px 1px #999; cursor:pointer;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d7d7d7));
	background-image: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
  background-image: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  background-image: -ms-linear-gradient(top, #ffffff, #d7d7d7);
  background-image: -o-linear-gradient(top, #ffffff, #d7d7d7);
}
.screenBlock a{text-decoration: none;}
.screenBlock h2{margin:0px 0px 0px; font:normal 20px/30px Arial, Helvetica, sans-serif; padding:0px 10px; color:#333; text-shadow:0px 2px 0px #fff;}
.screenBlock .flag{display:inline-block; width:60px; height:40px; vertical-align:middle; margin-right:10px; border:1px solid #fff; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; overflow:hidden;box-shadow:0px 1px 1px #999; -moz-box-shadow:0px 1px 1px #999; -webkit-box-shadow:0px 1px 1px #999;}
.screenBlock .flag.india{ background:url(../images/flags.png) no-repeat 0 -41px;}
.screenBlock .flag.us{background:url(../images/flags.png) no-repeat 0 0;}
.screenBlock .flag.adv8{background:url(../images/flags.png) no-repeat 0 -82px;}

@media all and (min-width:769px) and (max-width:1920px) {
	.loginForm{width:400px;}
	.loginForm .shadow{width:420px;}
        .screenBox{width:400px;}
}
@media all and (max-width:500px) and (min-width:421px) {

}
@media all and (max-width:420px) and (min-width:321px) {

}
@media all and (max-width:320px){

}









