body {
    font-family: Tahoma;
    padding: 0;
    margin: 0;
}
html , body{height: 100%;}


.header {
	    background:rgba(255,255,255,0.9);
    width: 100%;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    height: 77px;
    box-sizing: border-box
}
.logoHolder {
	text-align: center;
}
.logoHolder img {
	float: left;
}
.logoHolder .textHolder {
	float: right;
	font-size: 16px;
	color: #313131;
	padding-top: 13px;
}
.blockBody {
	background-image: url(../images/bgimage.jpg);
	background-size: cover;
	height:100%;
}
.formHolder {
	    background: rgba(255,255,255,0.9);
    margin: 0 auto;
    width: 538px;
    padding: 40px;
    padding-top: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
	-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
box-sizing:border-box
}

.username input, .password input {
	font-size: 18px;
	padding-left: 35px;
}
.inputEntity input[type=text], .inputEntity input[type=password] {
    padding-left: 35px;
    font-family: Tahoma;
    position: relative;
    margin-bottom: 20px;
}
.formHolder input {
	width: 100%;
	background-color: transparent;
	border: 1px solid #bcbcbc!important;
	padding: 15px;
}
.formHolder::before {
	position: absolute;
	content: '';
	background-image: url(../images/formlogo.png);
	top: -67px;
	left: 50%;
	height: 135px;
	width: 135px;
	margin-left: -67px;
	border-radius: 100%;
	-webkit-border-radius:100%;
}
.formActions {
	float: right;
	width:53%;
	margin-bottom:40px;
}
.normalBtn {
	padding: 20px;
	background-color: #d74114;
}
.formActions input {
	cursor: pointer;
	font-size: 16px;
}
.formActions input.reset:hover,.formActions input.login {
	background-color: #d74114;
	color: #ffffff;
	border-color:#d74114 !important;
}
.formActions input.login:hover{
	background:transparent;
	    color: #2b2b2b;
	    border-color:#bcbcbc!important;
}
.inputParent::before{
	    position: absolute;
    content: '';
    background-image: url(../images/sprite-login.png);
    height: 25px;
    width: 40px;
    lefT: 2px;
    top: 17px;

    z-index: 100;
	
}
.password .inputParent::before{background-position: 32px -47px}

.username .inputParent::before{background-position: 32px -9px}

.inputParent{position:relative;}

.reset{float:left; margin-right:10px;}
.login{float:right;}

.formActions input{width:calc(51% - 10px);}

.rights{text-align: center;color:#313131;font-size:14px;}

.rights a {text-decoration: none; color: #313131; }

input[type=checkbox]:not(old), input[type=radio ]:not(old) {
	width : 2em;
	margin : 0;
	padding : 0;
	font-size : 1em;
	opacity : 0;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display : inline-block;
	margin-left : -2em;
	line-height : 1.5em;
	font-size: 16px;
	position: relative;
}



input[type=checkbox]:not(old) + label:before, input[type=radio ]:not(old) + label:before {
	display : inline-block;
	width : 14px;
	height : 14px;
	margin : 5px 5px 0 0;
	background : transparent;
	border : 1px solid #bcbcbc;
	vertical-align : bottom;
	float: left;
	content : '';
}
input[type=radio ]:not(old) + label:before {
	border-radius : 50%;
	display : block;
	width : 12px;
	height : 12px;
	margin : 5px 5px 0 0;
	border-radius : 50%;
	float: left;
	content : '';
}
/*input[type=radio ]:not(old):checked + label:before, input[type=checkbox ]:not(old):checked + label:before {
	background : #e33c3c;
}*/

input[type=radio ]:not(old):checked + label:after, input[type=checkbox ]:not(old):checked + label:after{
    content: "";
    width: 8px;
    height: 8px;
    background: #d74114;
    position: absolute;
    left: 3px;
    top: 8px;
}
.stackedInput, ul.stackedInput li {
	display: inline-block;
	margin-right: 15px;
}

.inputEntity input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #313131 !important;
	font-weight: 500;
}
.inputEntity input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color:#313131 !important;
	font-weight: 500;
}
.inputEntity input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color:#313131 !important;
	font-weight: 500;
}
.inputEntity input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #313131 !important;
	font-weight: 500;
}
.inputEntity input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3e3d3d !important;
	font-weight: 500;
}
.inputEntity input[type=password]::-moz-placeholder { /* Firefox 19+ */
  color: #3e3d3d !important;
	font-weight: 500;
}
.inputEntity input[type=password]:-ms-input-placeholder { /* IE 10+ */
  color: #3e3d3d !important;
	font-weight: 500;
}
.inputEntity input[type=password]:-moz-placeholder { /* Firefox 18- */
  color: #3e3d3d !important;
	font-weight: 500;
}
.rememberMe {margin-bottom:30px;}
.rememberMe label{font-weight:500;}
.websiteTitle{
	font-size: 25px;
}

.formActions input.normalBtn{

}

.loginScreen > form{
    height:100%
}
.inputEntity input[type=text], .inputEntity input[type=password]{
    box-sizing:border-box
}
.clearBoth {
    clear: both;
}

.error {
    color: #d74114;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    left: 0
}

.errormessage {
    color: #d74114;
    font-size: 13px;
    padding-left: 2px;
}
.formHolder::before {
    Top: -34px
}
.pnlLoginInputs {
    padding-top: 5px;
}
.rwTitleRow, .rwStatusbar {
    display: none;
}
.windowsAuthMsg {
   text-align:center
}