
body {
	/* position: relative;image12.jpg*/
	background: url(../images/image12.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	box-sizing: border-box;
	min-height: 100vh;
}
.tableheader { 
	padding-left:8px;
}
.LogoHeader {
	padding:10%;
	/*background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top,  rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg,  #670d10 0%, #092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgb(37, 135, 212) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(187, 213, 251, 0.4) 100%), linear-gradient(135deg, #3F51B5 0%,#03A9F4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );*/
	padding-bottom: 15%;
	
}
.logoback {
    background: #fff;
    	
}
.LogoHeader a{ 
	display: block;
}
.LogoHeader a img {
	margin: auto;
    display: block;
}
.LogoHeader font {
    padding: 15%;
    display: block;
    text-align: center;
    color: #fff;
     
}
.ContentLogin{
    
	padding: 8%;
    margin: auto;
    text-align: center;
    font-size: 20px;
	color: #5b5d5f;
	
}

#Login_Div{
    
	width: 80%;
    margin: auto;
    margin-top: -20px;
    border-radius: 4px;
    background: #fff;
	margin-bottom: 25px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
}
#login { 
	position: absolute;
	top: 15%;
	background-color: #37517C; 
	left: 	26%;
	margin: -50px 0 0 -50px;
	width:400px;
	/*width:30%;*/
	min-width: 300px;
	max-width: 400px; 
	height:526px;
	/*border: 1px solid #fff; 	*/
	border: 1px solid rgba(253, 221, 221, 0.3);
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
}
#login table {
	padding: 0 20px 10px 10px;
}
table tr td{   line-height: 60px; padding:5% 0; } 
#login h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }

input, select { 
	width: 100%; 
/*	margin-bottom: 20px;
	height:40px !important;  */
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	background: #fff;
    color: #000;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;	
}
select option { padding:10px; } 
input:focus { /*box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2);*/ }
table tr {   line-height: 60px; } 

@media (max-width: 991px){
	#login {
		padding: 0 15px 30px 15px;
	}
}
@media (max-width: 768px){
	.login tr td.tableheader{
		display: none;
	}
	#login{
		width: 100%;
		margin:0;
		left:5%;
		top:5%;
		padding: 0;
	}
}

.buttonui{ 
    /*background: linear-gradient(to right, #90caf9, #047edf 99%);*/
    background-color: #37517C; 
    color: #ecf0f1;
   position: absolute;
   
right: 87px;
top: 390px;
    width: 48%;
   
   
 }
 .buttonui1{ 
    /*background: linear-gradient(to right, #90caf9, #047edf 99%);*/
    background-color: #37517C; 
    color: #ecf0f1;
   position: absolute;
   
right: 87px;
top: 450px;
    width: 48%;
   
   
 }
 .container {
  padding: 16px;
  position: absolute;
	top: 9.3%;
	background-color: #37517C;   

	left: 	113.7%;
	margin: -50px 0 0 -50px;
	width:375px;
	height:526px;
	/*width:30%;*/
	min-width: 300px;
	max-width: 400px; 
	/*border: 1px solid #fff; 	*/
	border: 1px solid rgba(253, 221, 221, 0.3);
	border-radius: 4px ;
	-webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
}

* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height:400px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 35px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}