body {
	background: linear-gradient(rgba(255,255,255,.0), rgba(255,255,255,.0)),url("../img/bg/bglogin.jpg");
    background-attachment: fixed;
    background-size : 100%;
    background-position: center; 
}
h4{
	font-size:1em;
	font-weight: bold;
	color:#0B610B;
}
.container-login{
	margin: 60px auto;
	text-align:center;
	border:solid 2px #f3920e;
	background: rgba(244, 240, 234,0.60);
	min-height:480px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius:40px;
	
}


.container-login .logo img {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 40%;
    height: auto;
}
.container-login .text-username,.container-login .text-password{
	margin:0 auto;
	max-width: 100%;
	font-size: 1.2em;
}

.container-login #btnSignIn{
	padding: 6px 0;
	width: 80%;
	font-size: 1.2em;
	font-weight:bold;
	border: solid 2px #f3920e;
	color: #f3920e ;
	background: #FFF;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

 .container-login .rememberforgot{
 	margin-top: 5px;
 	margin-bottom: 10px;
 	color:#2e3436;
 	cursor: pointer;
}

 .container-login .rememberforgot{
	margin : 0 10px 0 0; 
	font-size : 0.75em;
	font-weight: bold;
}
 .container-login .rememberforgot span{
 text-decoration: underline;
 	color:#2e3436;
 }
 .container-login .rememberforgot #linkForgotpasswd{
	font-style: italic;
	color:#2e3436;
	text-decoration: underline;
}

.msgLogin {
	color: #FF2013;
}

#modalTermsAndConditions ol {counter-reset:item; }
#modalTermsAndConditions li{display: block;margin:2px 0;}
#modalTermsAndConditions ol > li > ol{font-size:0.8em;}
#modalTermsAndConditions li:before { content: counters(item, ".") " "; counter-increment: item;}

/* Mobile phones (portrait and landscape) ---------- */
@media screen and (max-width: 767px){
	
	 body {
	  background: linear-gradient(rgba(255,255,255,.0), rgba(255,255,255,.0)),url("../img/bg/bglogin.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	
    .container-login {
        width: 100%;
        height: 340px;
        padding: 5px 10px;
    }
	
	.inputtext{
		margin:0 15px;
	}
}

/* Tablets and iPads (portrait and landscape) ---------- */
@media screen and (min-width: 768px) and (max-width: 1023px){
	
	body {
	  background: linear-gradient(rgba(255,255,255,.0), rgba(255,255,255,.0)),url("../img/bg/bglogin.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	
    .container-login {
        width: 500px;
        height:450px;
        padding: 5px 20px;
    }
    
   
}

/* Low resolution desktops and laptops ---------- */
@media screen and (min-width: 1024px) {
		 body {
	  background: linear-gradient(rgba(255,255,255,.0), rgba(255,255,255,.0)),url("../img/bg/bglogin.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
    .container-login {
        width: 500px;
        height:360px;
        padding: 5px 15px;
    }

   input[type="text"],input[type="password"]{
		width: 300px;
   }
}
/* High resolution desktops and laptops ---------- */
@media screen and (min-width: 1280px) {
    .container-login {
        width: 500px;
        height:450px;
        padding: 5px 20px;
    }
    
}

/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
    .container-login {
        width: 300px;
        max-height:260px;
        padding: 5px 20px;
    }
    
  .container-login #txtEmpid{
	    margin:0 auto;
		max-width: 200px;
		text-align:center;
	}
	
 .container-login .rememberforgot #rememberme{
	margin : 0; 
	font-size : 0.75em;
	font-weight: bold;
}
 .container-login .rememberforgot #forgotpasswd{
	margin : 0 ; 
	font-size : 0.75em;
	font-style: italic;
}
}
