
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body
{
    background: #96989A;
     margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    color: #333333;text-decoration: none;
    /* fallback */
    background-color: #CCCCCC;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat; /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#CCCCCC), to(#96989A)); /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #CCCCCC, #96989A); /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #CCCCCC, #96989A); /* IE 10 */
    background: -ms-radial-gradient(circle, #CCCCCC, #96989A); /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
}

body a,form li,.submit input[type="submit"]{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
body  h1{
	text-align: center;
	font-size: 2.7em;
	  color: #fff;
	padding: 1em 0;
}.container
{
    vertical-align: middle;
    background-color: White;
    margin-left: 15px;
    /*margin-top: 15px;*/
    margin-right:15px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    border: 2px solid rgb(0,107,895);
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    overflow:hidden; 
}
.container:before, .container:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
.TextBox {
    border: 1px solid #006699;
    border-radius:3px;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}}
.container:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
} 
/*---login-form1--------*/
.login {    
  border: 2px solid rgb(0, 107, 189); 
  margin: 4% auto 4%; 
  width:30%;
  background: #FFFDE4;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -moz- border-radius: 0.5em;
  box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75); 
}

form {
	  padding: 10% 4% 6% 4%;
}
form li {
  list-style: none;
  width: 100%;
  font-weight: 500;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0.1em 0;
  outline: none;
}

input[type="text"], input[type="password"] {
  width: 83%;
  padding:0.7em 0em 0.7em 2.7em;
  color: #858282;
  font-size: 13px;
  outline: none;
  background: none;
  font-weight: 500;
  border: none;
}
.icon
{
    height: 10px;
    width: 10px;
    display: block;
    float: left;
    margin: 12px -28px 0px 0px;
    border-right: 1px solid #999;
    padding: 5px 16px 0 0;
}
.user
{
    background: url('../../Images/user.gif') no-repeat 8px 2px;
}
.lock {
  background: url('../../Images/lock.gif') no-repeat 8px 2px ;
}
.submit{
}
.LoginBot
{    
    color: #fff;
    outline: none;
    padding: 5px 5px;    
    border: none;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    background: rgb(0, 107, 189);
    border-bottom-right-radius: 0.44em;
    -webkit-border-bottom-right-radius: 0.4em;
    -o-border-bottom-right-radius: 0.4em;
    -moz-border-bottom-right-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    -webkit-border-bottom-left-radius: 0.4em;
    -o-border-bottom-left-radius: 0.4em;
    -moz-border-bottom-left-radius: 0.4em;
}
.Logintop
{    
    color: #fff;
    outline: none;
    padding: 5px 5px;    
    border: none;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    background: rgb(0, 107, 189);
    border-top-right-radius: 0.44em;
    -webkit-border-top-right-radius: 0.4em;
    -o-border-top-right-radius: 0.4em;
    -moz-border-top-right-radius: 0.4em;
    border-top-left-radius: 0.4em;
    -webkit-border-top-left-radius: 0.4em;
    -o-border-top-left-radius: 0.4em;
    -moz-border-top-left-radius: 0.4em;
}
.ButtonLogin
{
    background: rgb(0,107,895) url('../../Images/lock.png') no-repeat 9px 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 19px 8px 30px;
    width: 40%;
    border: none;
    display: inline-block;
    cursor: pointer;
    outline: none;
    cursor: pointer;
}
.ButtonLogin:hover
{
    background: #599df1 url('../../Images/lock.png') no-repeat 9px 8px;
}

/* ribbon style */
.h2 h2 {
  color: #fff;
  font-size: 1.2em;
  padding: 7px 9px 5px 27px;
  font-weight: 300;
}
 .h2.ribbon-wrapper {
	position: relative;
}
 .h2 .ribbon-front
{
    background-color: rgb(0, 107, 189);
    height: 43px;
    width: 145px;
    position: relative;
    left: -10px;
    z-index: 2;
    top: 22px;
}

 .h2 .ribbon-edge-topleft,
 .h2 .ribbon-edge-topright,
 .h2 .ribbon-edge-bottomleft,
 .h2 .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

 .h2 .ribbon-edge-topleft,
 .h2 .ribbon-edge-topright {
}

 .h2 .ribbon-edge-bottomleft,
 .h2 .ribbon-edge-bottomright {
	top:65px;
}

 .h2 .ribbon-edge-topleft, .h2 .ribbon-edge-bottomleft
{
    left: -10px;
    border-color: transparent rgb(0, 107, 189) transparent transparent;
}

 .h2 .ribbon-edge-topleft {
	top: -0px;
	border-width: 0px 10px 0 0;
}
 .h2 .ribbon-edge-bottomleft {
	  border-width: 0 10px 15px 0;
}

 .h2 .ribbon-edge-topright, .h2 .ribbon-edge-bottomright
{
    left: 180px;
    border-color: transparent transparent transparent #599df1;
}

 .h2 .ribbon-edge-topright {
	top: -0px;
	border-width: 0px 0 0 0px;
}
 .h2 .ribbon-edge-bottomright {
	border-width: 0 0 0px 0px;
}
.ribbon-edge-topleft2 {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
}
.ribbon-edge-topleft2
{
    left: 135px;
    border-color: transparent rgb(0, 107, 189) transparent transparent;
}
.ribbon-edge-topleft2 {
  top: 22px;
  border-width: 22px 20px 21px 37px;
  transform: rotate(-180deg);
  border-radius: 1px;
}
/****************/
.copy-right
{
    text-align: center;
    background: none repeat;
    padding: 0.5em 0.5em;
    background-color: #C7C7C7;
    vertical-align: middle;
    margin: 0px 5px 5px 5px;
}
.copy-right p
{
    color: rgb(0,107,895);   
    font-weight: bold;
    font-size:10px;
    margin-top: 0.2em;
}
.copy-right p a {
	  color: #fff;
}
.copy-right p a:hover {
	text-decoration: underline;
}
/*-----start-responsive-design------*/
@media (max-width:1440px){
}
@media (max-width:1366px){
	.login-01 {
	  margin: 0 auto;
  		width: 35%;
  
	}
	form {
	  padding: 10% 4% 6% 4%;
	}
	body  h1{
	font-size: 2.5em;
	}
}
@media (max-width:1280px){
	.login {
	   margin: 5% auto 5%;
	  width: 35%;
	}

}
@media (max-width:1024px){
	.login {
	  margin: 5% auto 5%;
	  width:40%;
	}
	body  h1{
	font-size: 2.3em;
	}

}
@media (max-width:768px){
	.login {
	    margin: 4% auto 8%;
	  width:55%;
	}
	body  h1{
	font-size: 2.1em;
	}
}
@media (max-width:640px){
	.login {
  margin:4% auto 8%;
  width: 66%;
}
.copy-right p {
  font-size: 0.5em;
  line-height: 1.6em;
}
body  h1{
	font-size: 2em;
	}
	
}
@media (max-width:480px){
	.login {
    margin: 4% auto 18%;
  width:87%;
}
body  h1{
	font-size: 1.8em;
	}

	
}
@media (max-width:320px){
	.login {
    margin: 4% auto 8%;
  width: 89%;
	}
	.submit input[type="submit"]{
	font-size:18px;
	padding:18px 18px;
	}
	.copy-right p {
  font-size: 0.85em;
  line-height: 1.6em;
	}
	input[type="text"], input[type="password"] {
	  font-size: 13px;
	}
	.icon {
  margin: 8px -29px 0px 0px;
  padding: 5px 14px 0 0;
}
	form li {
  width: 99%;
	}
	
}
.ErrorMsg {
    color: #FF0000;
    font-weight: bold;
    font-size:9pt;
    padding-left:10px;
}
.ForgotPasword
{
    font-size: 8pt;
    font-style: italic;
    color: #800000;
    cursor: pointer;
    text-decoration: underline;
}
.ForgotPasword:hover
{
    font-size: 8pt;
    font-style: italic;
    color: #D27E00;
    cursor: pointer;
    text-decoration: underline;
}
