@media screen and (max-width: 1200px) {
	#header_loginv2{
		margin-left:10px;
		font-size:23px;
		color:#fff;
		text-shadow: 2px 1px #000;
	}
	
	.margintop5{
		margin-top:10px;
	}
	
	.logo_loginv2{
		margin-top:50px;height:150px;
	}
}

@media screen and (min-width: 1201px) {
	#header_loginv2{
		margin-left:10px;
		font-size:30px;
		color:#fff;
		text-shadow: 2px 1px #000;
	}
	
	.margintop5{
		margin-top:0px;
	}
	
	.logo_loginv2{
		margin-top:50px;height:150px;
	}
}

input[type="username"], input[type="password"]{
	border: solid 1px #ccc;
	height: 35px;
	font-size: 16px;
	width: 100%;
	margin: 5px 5px 5px 0;
	background-color: #FFF;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.listtop{
	background: rgba(0,0,0,0.3);
	padding-bottom:5px;
	display:none;
}

.padding5{
	padding:5px;
}

.form_loginv2{
	text-align:center;
}

.bold{
	font-weight:bold;
}

.btn-loginv2{
	display: inline-block;
	padding: 6px 20px;
	margin-bottom: 0;
	margin-right:20px;
	font-size: 16px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0 0 14px 14px;
	font-weight:bold;
	float:right;
	background:orange;
	color:#fff;
}

.btn-loginv2:hover{
	background:#d78d07;
}

.hide-loginv2{
	display:none;
}

.info_h{
	margin-left:10px;
	font-size:30px;
	color:orange;
	text-shadow: 2px 1px #fff;
}
.info_sh{
	margin-left:10px;
	font-size:18px;
	color:#fff;
	
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}