﻿/*removes checkbox padding so that the remember me + chkbox fits on one line*/
.dxeBase_Moderno .dxichCellSys, .dxeBase_Moderno.dxichCellSys {
	padding-left: 0;
	padding-right: 0;
}

/*prevents the error notification from moving the textboxes for username and password, by placing it to the left*/
.dxeErrorCell_Moderno img,
.dxeErrorCell_Moderno .dx-acc-s {
	margin-left: -1.5em;
	margin-right: 0;
}

#bodyContent_bodyContent_TreeImage {
	margin-right: 47px;
}

#bodyContent_bodyContent_LineImage {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	bottom: 76px;
	left: 144px;
}

@media (min-width: 992px) {
	.loginbox {
		max-width: 760px;
	}
}

@media (max-width: 991px) {
	.loginbox {
		max-width: 440px;
	}
}

.loginbox > .content {
	padding: 60px 60px 30px 60px;
}

.loginbox input {
	width: 100%;
}

.loginbox .btn {
	border-radius: 0px;
	font-weight: bold;
}

*[class^="dxeCaption"] {
	font-weight: bold;
	color: white;
}
