* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  color:#333;
 /* background: #F1F2F7;*/
  font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:0.94em;
  line-height:135%;
}


h1 {
	font-size:30px;
	font-weight:normal;
	padding:0px 0 0px;
	line-height:100%;
        font-style:italic;
	
}

a {
	color: #cd5252;
	text-decoration:none;
}

a:hover {
  color:#963c3c;
  text-decoration: none;
}

img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}
/*###################################################################################################################*/

@media screen and (min-width:100px) and (max-width:768px) {

#wrapper #content #colLeft {
        border: 0px solid #ccc;
        float:none;
	    width:100%;
	    margin-right:0px;
    }

#wrapper #content #colRight {
        margin-left:10px;
        margin-top:25px;
        float:none;
	    width:96%;
        
	}

#wrapper #content #colLeft #LoginBox {
	 position:relative;
	 margin-top:5px;
	 border: 0px;
     box-shadow: 0 0 0px rgba(0,0,0,0);
     }
     
#wrapper #content #colLeft #LoginBox #LoginBoxInput{
 	 margin-top:20px;
     }
#wrapper #content #colLeft #LoginBox #passwd{
 	 margin-top:20px;
     }     
     
#wrapper #content #colLeft #LoginBox #password-control{
 	position: absolute;
	top: 90px;
	right: 70px;
     }     
#wrapper #footer{
	 display: none;
    }         
}

@media screen and (min-width:100px) and (max-width:550px) {
.logoIco{
	/* display: none;*/
	 content: url(/image/LogoIcon_small.png);*/
    }        
#wrapper #content #colLeft #LoginBox #password-control{
 	position: absolute;
	top: 90px;
	right: 40px;
     }
.logoIco_large {
	 display: none;
   }
}



/* -------------------------------
Конец Адаптивный дизайн
----------------------------------*/

#wrapper {
        margin-top:40px;
        border:0px solid #000;
	    width: 100%;
        max-width:1000px;
	    margin: 0 auto;
	    height: auto  !important;
}

#headerInner {
        border: 0px solid #000;
       /* background: #4682B4; */
        position:relative;
        width:100%;
        max-width:1000px;
        height:40px;
	    margin:0 auto;
        margin-top:0px;
}

#content {
	margin-top:25px;
    border: 0px solid #1FA2E1; 
}

#LoginBox {
	 position:relative;
	 margin-top:90px;
	 border: 1px solid #B3AC86;
     border-radius: 5px;
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#LoginBoxTitle {
	 position:relative;
	 margin-top:30px;
	 margin-left:20px;
	 font-size: 30px;
     color: #000000;
}

#tip_login_f {
	 position:relative;
	 margin-top:20px;
	 margin-left:20px;
	 font-size: 20px;
    # width: 88%;
     color: #000000;
}

#tip_login_u {
	 position:relative;
	 margin-top:20px;
	 margin-left:20px;
	 font-size: 20px;
    # width: 88%;
     color: #000000;
}

#LoginBoxInput {
	 position:relative;
	 margin-top:25px;
	 margin-left:20px;
	 font-size: 20px;
     width: 88%;
     color: #000000;
}
#passwd {
	 position:relative;
	 margin-top:25px;
	 margin-left:20px;
	 font-size: 20px;
     width: 88%;
     color: #000000;
}

.LoginBoxBtnLogin {
    background-color: #4682B4;
    margin-top:20px;
    margin-left:3%;
    width: 95%;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin-bottom:15px;
    cursor: pointer;
}
.LoginBoxBottomLeft {
	float: left !important;
	margin-left: 10px;
	margin-top:5px;
	font-weight: bold;
}
.LoginBoxBottomRight {
	float: right !important;
	margin-right:10px;
	margin-top:5px;
	font-weight: bold;
}

#content #colLeft {
        border: 0px solid #000;
        float:left;
    	width:39%;
	    margin-right:0px;
}

#content #colRight {
        position:relative;
        margin-left:30px;
        float:left;
   	    width:57%;
       /* border: 1px solid #1FA2E1;*/
	    /*background: #7a9e0e;*/
}


#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
}

#ErrMsg {
   margin-top:15px;
   float:left;
   margin-left:3%;
   margin-right:3%;	
   border: 1px solid #ff0000;
   border-radius: 5px;
   box-shadow: 0 0 15px rgba(255,0,0,0.5);
}

.ErrMsgText {
   margin-left:10px;
   margin-right:10px;
}

/*----------------------------
          Логотип
------------------------------*/

.logo {
	position:absolute;
	margin-left:10px;
	top:20px;
    font-size: 18px;
    /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: bold;
    color: #4682B4;    
}

.logoIco {
    float:right;
    margin-left: auto;
    margin-right: 0; 
    margin-top: 5px;
}

.LogoLine {
  position:absolute;
  background: #4682B4;	
  width: 99.5%;
  height: 10px;
  margin-top: 50px;
}

.TestLabel {
  position: absolute;
  margin-top: 60px;
  width: 99.5%;
  height: 20px;
}

#footer {
    position: absolute;
	bottom: 0;
	width: 100%;
    max-width:1000px;
	height: 70px;
	display: block;
}

.FooterLine {
  position:absolute;
  background: #4682B4;	
  width: 99.5%;
  height: 3px;
  margin-top: 0px;
}
.password {
	position: relative;
}

#password-control {
	position: absolute;
	top: 133px;
	right: 30px; 
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(cabinet/view.svg) 0 0 no-repeat;
}
#password-control.view {
	background: url(cabinet/no-view.svg) 0 0 no-repeat;
}
/*----------------------------
         qr-code
------------------------------*/
.container{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	height: 150px;
	width: 150px;
	border: 1xp solid #ccc;
	text-align:center;
}
.container img{
	display:block;
	max-width: 100%;
	height: auto;
}
.qr-code-description{
	text-align: center;
	font-size: 0.9em;
	color: black;
	margin-top: 10px;
}