body {
	background-image: url("../img/bglogin.png");
    background-attachment: fixed;
    background-size : 100%;
    background-position: bottom; 
}
h4{
	font-size:1em;
	font-weight: bold;
	color:#0B610B;
}
.container-login{
	margin: 50px auto;
	text-align:center;
	background: rgba(255, 255, 255, 0.6);

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius:40px;
/***	
	-webkit-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5) inset;
	-moz-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5) inset;
	box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5) inset;
 */
}
.logo img {
	margin-top: -5px;
	margin-bottom: 10px;
	background : #FFF;
	width: 40%;
    height: auto;

	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
/****	
	-webkit-box-shadow:  inset 0px 13px 11px -5px rgba(50, 50, 50, .3);
	-moz-box-shadow: inset 0px 13px 11px -5px rgba(50, 50, 50, .3);
	box-shadow: inset 0px 13px 11px -5px rgba(50, 50, 50, .3);
*/
}

/***
input[type="text"],input[type="password"]{
	padding: 6px;
	margin: 10px;
	height : 40px;
	font-siz: 1em;
	border: solid 1px #dcdcdc;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
}
*/

.inputtext{
	margin:0 75px;
}

input[type="submit"]{
	padding: 6px;
	width: 60%;
	font-size: 1.2em;
	border: solid 1px #990033;
	color:#FFF;
	background: rgba(153,0,51,0.8);
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

 .rememberforgot{
 	margin-top: 12px;
 	margin-bottom: 10px;
}

.rememberforgot #rememberme{
	margin : 0 40px; 
	font-size : 0.75em;
	font-weight: bold;
}
.rememberforgot #forgotpasswd{
	margin : 0 20px 0 0; 
	font-size : 0.75em;
	font-style: italic;
}

.msgLogin {
	color: #FF4000;
}


.modal-footer{
	margin-top:75px;
	margin-left:-180px;
	border-radius:8px;
	width:800px;
	height:190px;
	background:rgba(255,255,255,0.5);
	padding:4px 20px;
}
.model{
	width:180px;
	height:calc(100% - 8px);
	float:left;
	text-align:center;
	color:white;
	
}
.model-topic{
	padding:4px 0 3px 0;
	text-shadow: 1px 1px #000;
}
.model-image{
	width:180px;
	height:110px;
}
.model-description{
	font-size:0.75em;
	padding:4px 0 0 0;
}
.model-1{
	border-top:8px solid #f39c12;
}
.model-2{ 
	margin: 0px 10px;
	border-top:8px solid  #006600;
;
}
.model-3{
	margin: 0px 10px;
	border-top:8px solid  #990033 ;
}

.model-4{
	border-top:8px solid  #0066cc;
}

.model-description-1{
	background: #f39c12;
}
.model-description-2{
	background: #006600;
}
.model-description-3{
	background: #990033;
}
.model-description-4{
	background: #0066cc;
}

.model-image1{
	background:url("../img/footer_jc.jpg");
	background-size: 100% 100%;
}

.model-image2{
	background:url("../img/footer_jr.jpg");
	background-size: 100% 100%;
}

.model-image3{
	background:url("../img/footer_jg.jpg");
	background-size: 100% 100%;
}

.model-image4{
	background:url("../img/footer_jt.jpg");
	background-size: 100% 100%;
}



/* Mobile phones (portrait and landscape) ---------- */
@media screen and (max-width: 767px){
    .container-login {
        width: 100%;
        height: 360px;
        padding: 5px 10px;
    }
	
	.inputtext{
		margin:0 15px;
	}
   
   .modal-footer{
   		display: none;
   }
}

/* Tablets and iPads (portrait and landscape) ---------- */
@media screen and (min-width: 768px) and (max-width: 1023px){
    .container-login {
        width: 450px;
        height:360px;
        padding: 5px 10px;
    }
	
	input[type="text"],input[type="password"]{
		width: 200px;
   }
   
}

/* Low resolution desktops and laptops ---------- */
@media screen and (min-width: 1024px) {
    .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:360px;
        padding: 5px 20px;
    }
    
   input[type="text"],input[type="password"]{
		width: 300px;
   }
}
