* {
  border-radius: 0 !important;
}

body, html {
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans",sans-serif;
}

.btn {
	text-transform: none !important;
	font-size: 14px !important;
}

.panel-title {
	text-transform: none !important;
	font-size: 16px !important;
	font-weight: 300;
}

.img-login {
	background-image: url("../img/background.jpg");
}

.bg-img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.cls-header {
	position: relative;
	background-color: #fff;
	text-align: center;
}

.cls-brand {
	line-height: 60px;
}

.brand-icon {
	float: none;
	display: inline-block;
	padding: 5px;
	vertical-align: middle;
	width: auto;
}

.panel-heading {
	background-color: #1A7AB9 !important;
}

.btn-primary {
	background: #1A7AB9 !important;
	color: #ffffff;
}

.version-text {
	margin-top: 20px !important;
	font-size: x-small;
}

.page-404, .page-500 {
	text-align: center;
}
.page-404 {
	background: #F4B04F none repeat scroll 0% 0% !important;
}

.page-500 {
	background: #E66454 none repeat scroll 0% 0% !important;
}

.page-404 .error-text, .page-500 .error-text {
	color: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	font-weight: 600;
	padding: 0px 20px;
}

.page-404 .error-code, .page-500 .error-code {
	color: #FFF;
	font-size: 120px;
	font-weight: 700;
	line-height: 140px;
	margin-top: 60px;
	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.page-404 .error-text .oops, .page-500 .error-text .oops {
	font-size: 50px;
}

.page-404 .error-text .hr, .page-500 .error-text .hr {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;
	display: inline-block;
	height: 5px;
	margin: 20px 0px;
	width: 40px;
}

.error-text .solve {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

.page-404 .btn-errorpage:hover, .page-500 .btn-errorpage:hover {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
}
.page-404 .btn-errorpage, .page-500 .btn-errorpage {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 13px;
	margin-left: 10px;
	padding-left: 12px;
	padding-right: 12px;
	transition: all 0.3s ease 0s;
}

#sk-container #sk-conversation .sk-msg {
	background-color: #1A7AB9 !important;
}

#sk-container #sk-conversation .sk-msg:after {
	border-left-color: #1A7AB9 !important;
}

.error-message {
	color: #e51f04;
	font-size: 15px;
}
