/* Write your custom CSS here */
/*
Custom yellow theme 
*/

/*Custom Theme ends*/
div.page-inner{
	background: #e5f7f4 none repeat scroll 0 0;
}
.login-box-inside,div.login-box>div.panel{
	background: #d5e7f4 none repeat scroll 0 0;
	padding:2px;
}

.sec{
	display:none; 
	text-align:right; 
	font-size:9px; 

}
.countdown{
	float:right; 
	font-size:25px;	
}
.sub_login{
	background: black none repeat scroll 0 0;
	border: medium none;
	border-bottom-left-radius: 0.4em;
	border-bottom-right-radius: 0.44em;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	outline: medium none;
	transition: all 0.1s ease 0s;
}
.txt-code{
	width:60px;
	font-size:14px;	
}
.custom-log-out {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999;
	display: none;
	right: 0;
}

.custom-log-out a {
	display: inline-block!important;
	padding: 20px 18px;
	color: #5F5F5F;
	border: none;
	position: relative;
	line-height: 20px;
	float: right;
	font-size: 17px;
	text-decoration: none;
}

div.login-box{
	background: #b6d1a1;
	padding:10px;
	border:#638648 1px solid;	
}
.toTop {
	padding: 5px 3px;
	background: none;
	margin: 0;
	position: fixed;
	bottom: 2px;
	right: 5px;
	width: 50px;
	height: 50px;
	z-index: 100;
	display: none;
	text-decoration: none;
	background-color: #e9edf2;
}
.toTop i {
	font-size:30px;
}
@media (min-width:1080px){
	.sub_login{
		font-size: 14px;
	}
	
	.txt-code{
		width:80px; 
		font-size:18px;	
	}
	.select-name{
		width:150px !important;
	}
}
@media (max-width:1080px){
	.mobilelogo	{
		width:100px;
		height:100px;
	}
}
@media (max-width:767px){
	.custom-log-out{
		display:block;	
	}
	.mobilelogo	{
		width:80px;
		height:80px;
	}
	.logo-box{
		background-color:#CCC;	
	}
	.div-welcome,.token{
		vertical-align:middle;
	}
}