#logo {
	text-align: center;
	margin: 80px 20px;
}

#info {
	width: 440px;
	text-align: left;
	padding: 20px;
	font: 15px 'Myriad Pro', sans-serif;
}

#info strong {
	font-size: 20px;
	color: #666;
}

#logo img {
	max-width: 100%;
}

#cont-login-form {
	padding: 30px 0 10px;
	/*background: #eee;*/

   
           
           
           background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.08, #DFE3E8),
	color-stop(0.57, #F7F8FA)
);
background-image: -o-linear-gradient(bottom, #DFE3E8 8%, #F7F8FA 57%);
background-image: -moz-linear-gradient(bottom, #DFE3E8 8%, #F7F8FA 57%);
background-image: -webkit-linear-gradient(bottom, #DFE3E8 8%, #F7F8FA 57%);
background-image: -ms-linear-gradient(bottom, #DFE3E8 8%, #F7F8FA 57%);
background-image: linear-gradient(to bottom, #DFE3E8 8%, #F7F8FA 57%);

}

#login-form {
	width: 450px;
	margin: 0 auto;
}

#login-form .title {
	color: #666;
}

#login-form .form-control {
	border-radius: 0;
}

#login-form .links {
	margin-top: 20px;
	margin-bottom: 24px;
}

#login-form .links p {
	margin-bottom: 10px;
	font-size: 11px;
}

#copyright {
	margin-top: 80px;
	text-align: center;
	font-size: 10px;
	color: #666;
}

#copyright img {
	margin-bottom: 20px;
}

#copyright a {
	color: #666;
}


.dropdown:hover .dropdown-menu {
	display: block;
}

@media (max-width: 768px) {
	#info {
		width: 260px;
	}
}



.line{
	width: 100%;
	padding-top: 1px;
	margin-bottom: 0px;
	background: #3e6cef; 
	background: -webkit-gradient(linear, left top, right bottom, from(#ffe413), to(#3e6cef)); 
	background: -moz-linear-gradient(left,  #ffe413, #3e6cef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f858ef', endColorstr='#ffe413', GradientType=1);
    height: 1px;
}

