a{
	outline:none;
}
a:focus, a:hover{
	text-decoration:none;
}
ul,li{
	list-style:none;
}
.text-center{
	text-align:center;
}
.header-top{
	border-bottom: 20px solid #e0e2e2;
    z-index: 1030;
	background:#fff;
	height: 110px;
	position:relative;
}
.logo{
	margin-top:12px;
	margin-left:20px;
}

.cont-area {
  padding: 10px 20px 0;
  background: #F7F7F7;
}
.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  transition: all .2s ease; 
}
.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px; 
}
.loginpage {
	position:relative;
}
.loginpage .navList{
	float:left;
	width:30%;
}
.loginpage{
	box-shadow: 0px 8px 5px #d4d4d4;
	background:#ebebeb;
	min-height:420px;
	margin:20px auto;
	max-width:800px;
	padding:20px;
}
.login-title{
    color: #363636;
    font-size: 22px;
	font-family: "din_pro";
	margin:0;
	margin-bottom:30px;
}
.loginpage .form-control{
    position: relative;
    font-size: 12px;
    height: auto;
    padding: 8px 0 3px 0;
	border:none;
	border-bottom:1px solid #f0532a;
	margin-bottom:37px !important;
	box-shadow:none;
	background:none;
	border-radius:0;
	color:#363636;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.loginpage .btn-primary{
	background:#f0532a;
	border:none;
	border-radius:0;
	text-align:center;
	font-family: "din_pro";
	font-size: 18px;
	font-weight: bold;
	padding:10px 65px 8px 65px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.loginpage  .btn-primary:hover{
	background:#ab4930;
}
.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #c09853;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 8px 35px 8px 14px;
	text-align:center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#footer-wrapper {
	width:100%;	
	margin-top:20px;
}

#footer-wrapper span{
	margin: 0 6px;
}
