a {
	color: #dd730e;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 12px;
}

.btn-default {
	border-color: #dd730e;
	color: #dd730e;
}

.btn-primary {
	background-color: #dd730e;
	border-color: #dd730e;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background-color: #dddddd;
	border-color: #dddddd;
	color: #444444;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
	background-color: #dd730e;
}

.container {
	position: relative;
}

.custom-support {
	position: absolute;
	right: 15%;
	top: 5px;
}

.custom-support a {
	color: #666;
}

#footer {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding: 5px;
}

.login {
	background: #fff5eb;
	flex-grow: 1;
	padding: 65px 3% 110px;
	position: relative;
	width: 33.33%;
}

.login h1 {
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.login-container {
	border: 1px solid #ddd;
	border-radius: 5px;
	display: flex;
	overflow: hidden;
}

.login-container .button {
	bottom: 40px;
	left: 0;
	margin-top: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.login-info {
	flex-grow: 1;
	padding: 0 0 90px;
	position: relative;
	text-align: center;
	width: 66.67%;
}

.login-info p {
	font-size: 30px;
}

.login-info .banner {
	background: left/auto 100% no-repeat;
	height: 250px;
	margin-bottom: 15px;
}

.login-info .negoview-logo {
	width: 200px;
}

#logo {
	margin: 15px 0 30px;
}

.mod-languages {
	position: absolute;
	right: 3%;
	top: 5px;
}

.mod-languages a {
	color: #666;
}

.mod-languages ul {
	text-align: right;
	width: 100px;
}

.mod-languages ul li {
	float: none !important;
	margin: 0 !important;
}

.mod-languages ul li:before {
	content: "|";
}

.mod-languages ul li:first-child:before {
	content: "";
}

.mod-languages ul .lang-active {
	font-weight: bold;
}

#system-message {
	font-weight: bold;
}

#system-message .alert > div {
	position: relative;
}

#system-message .alert .icon {
	left: 0;
	position: absolute;
	top: 2px;
}

#system-message .alert-message {
	margin-left: 25px;
}

@media (max-width: 992px) {
	.login-container {
		flex-direction: column;
	}
	
	.login-container > div {
		width: auto;
	}
}
