h2{  
  text-align: center;  
  color: #277582;  
  padding: 20px;  
}  
.vertical-center {
  margin: 10px;
  position: absolute;
  -ms-transform: translateX(60%);
  transform: translateX(80%);
}
.login{  
  width: 400px;  
  overflow: hidden;  
  margin: auto;  
  margin: 20 0 0 450px;  
  padding: 40px 40px 80px 40px;  
  background: #40CCF0;  
  border-radius: 15px ;  
  
}  
button{
	float:right;
	font-size:20px;
	color:blue;
	margin-right:30px; 
	margin-bottom:20px;
} 
 

ul {
	list-style: none;
	padding-left: 4px;
	
	color:#000;
	display:inline;
}
.copyrights{
	font-size:11px;
	color:#fff;
	position:relative;
	bottom:-10px;
	
}
li{
	display: inline;
	
}
li a{
	color:#fff;
	padding:30px;
	
}
li a:hover{
	color: #eb6423;
	padding:30px;
	
}

.wb3DA{
	width:540px;
}

._1Klro{
	text-align:left;
	margin:5px;
	height:40px;
	
}

h1{
	font-size:32px;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color:#3e3313;
	text-align:left;
	margin: 11px 0px 29px 0px;
}


footer {
	background-color:rgb(0,204,255);
	
	color: white;
	padding: 10px;
	position:fixed;
	bottom:0px;
	width:100%;
	margin-top:20px;
}

.new{
	margin: 0 auto;
}
.text {
  text-align: center;
  color: black;  
  font-size: 50px; 
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@media only screen and (min-width: 600px) {
	#master{padding-left:20%};
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    text-align: center;
  }
  .header-right {
    float: none;
  }
}
@media (max-width: 768px){
	.copyrights{
		color:#fff;			
		float:none ;
		font-size:10px;
		margin-top:5px;
	}
	
	h1{
		font-size:26px;
		font-family: inherit;
		font-weight: 700;
		line-height: 1.1;
		color:#3e3313;
		margin: 0px 0px 10px 0px;
	}
	h3{
		margin: 10px 0px 10px 0px;
		font-size: 14px;
		text-align: center;
		color: #40361a;
	}
	.wb3DA{
		width:200px;
	}
	._1Klro{
		width:160px;
		text-align:center;
	}
	.h1msgdiv{
		margin-top:10px;
	}
	footer {
		background-color:rgb(0,204,255);
		color: white;
		padding: 5px;
		position:fixed;
		bottom:0px;
		width:100%;
	}
	ul {
		list-style: none;
		color:#fff;
		display:inline;
	}
	li{
		display: inline;
		margin-bottom:4px;
	}	
	
	li a{
		color:#fff;
		padding:10px;
	}
	li a:hover{
		color: #eb6423;
		padding:10px;
		
	}
}