body {
	background-image: url("../img/bginterconhuahin.jpg");
    background-attachment: fixed;
    background-size : 100%;
    background-position: bottom; 
}
h4{
	font-size:1em;
	font-weight: bold;
	color:#0B610B;
}
.container-login{
 margin: 20px auto;
	text-align:center;
	background: rgba(35, 31, 32);
/*	background: rgba(255, 255, 255, 0.5);

	-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);
*/
}
.container-right{
 margin: 50px auto;
	text-align:center;
	 margin: 20px auto;
	 margin-right:20px;


	

	
}

  .container-main {
       margin-bottom: 20px;
	   margin-left: auto;
    margin-right: auto
		
		
    }



/*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: 65%;
	font-size: 1.2em;
	border: solid 1px #F5BE5D;
	color:#FFF;
	background: rgba(175, 120, 23,0.8);
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.texttop{
 	margin-top: 5px;
 	margin-bottom: 5px;
	
	color:#FFF;
	font-size: 0.8em;
		
	
}
.texttop1{
 	margin-top: 5px;
 	margin-bottom: 5px;
	
	color:#e5bb4e;
	font-size: 1em;
		
	
}
 .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/footerUsername_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){
	body {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-image: url("../img/bgMobile.jpg");
	}
	
	
   .container-main {
        width: 100%;
       height: 700px;
        padding: 5px 10px;
    }
    .container-login {
        width: 350px;
        height: 300px;
        padding: 5px 10px;

    }

	 .container-right {
        width: 350;
        height:360px;
        padding: 5px 20px;
		
    }
	.container-right img{
        width: 90%;
        
		
    }
	.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-main {
        width: 750;
        height:360px;
        padding: 5px 10px;
		
    }
	.container-login {
        width: 300;
        height:360px;
        padding: 5px 10px;
		position:absolute;
    }
	 .container-right {
        width: 350;
        height:360px;
        padding: 5px 20px;
		float:right;
	
	
    }
	
	
	input[type="text"],input[type="password"]{
		width: 200px;
   }
   
}

/* Low resolution desktops and laptops ---------- */
@media screen and (min-width: 1024px) {
      .container-main {
        width: 950px;
        height:360px;
        padding: 5px 10px;
		
    }
    .container-login {
        width: 500px;
        height:360px;
        padding: 5px 15px;
		position:absolute;
    }
	 .container-right {
        width: 400px;
        height:360px;
        padding: 5px 20px;
		float:right;
    }
	

   input[type="text"],input[type="password"]{
		width: 300px;
   }
}
/* High resolution desktops and laptops ---------- */
@media screen and (min-width: 1280px) {
     .container-main {
        width: 1200px;
        height:400px;
        padding: 5px 10px;
		alignment-adjust:central;
		
		
    }
    .container-login {
        width: 600px;
        height:360px;
        padding: 5px 20px;
		position:absolute;
    }
    
	  .container-right {
        width: 500px;
        height:360px;
        padding: 5px 20px;
		float:right;
    }
   input[type="text"],input[type="password"]{
		width: 300px;
   }
}
