/*---------------------------------------------------------------
   BASIC
---------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext,cyrillic-ext,cyrillic);

*                                                                { margin: 0; padding: 0; list-style: none; }

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body                                                             {
    font: normal .8em/1.4em "Open Sans", sans-serif;
	background: #fff;
	color: #231f20;
}
a img                                                            { border: none; }
a, a img, a:link, a:visited, a:hover, a:active                   { outline: none; }
br.clear                                                         { line-height: 0; height: 0; clear: both; font-size: 0; }

/*---------------------------------------------------------------
   LOGIN
---------------------------------------------------------------- */
#login                                                           {
	width: 345px; height: 480px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -240px 0 0 -172px;
	text-align: center;
}
#login h1                                                        {
	color: #231f20;
	font-size: 1.4em;
	text-align: left;
	padding-left: 85px;
}
#login h1 a                                                      {
	display: block;
	position: relative;
	width: 209px; height: 38px;
	margin: 0 0 30px 0;
	color: #231f20;
	text-decoration: none;
	cursor: pointer;
}
#login h1 span                                                   {
	position: absolute;
	top: 0; left: 0;
	width: 209px; height: 38px;
	background: transparent url(../images/layout/cms-logo-login.gif?v=2) no-repeat 0 0;
}

#login form                                                     { margin: 0 0 25px 0; text-align: left; }
#login form p                                                   {
	clear: both;
	height: 30px;
	margin: 0 0 10px 0;
}
#login form legend                                              { display: none; }
#login form fieldset                                            { border: none; }
#login fieldset label                                           {
	display: block;
	float: left;
	width: 115px;
	text-align: right;
	margin: 0;
	font-size: 1.2em;
	line-height: 30px;
	color: #3d5486;
}
#login #username,
#login #password,
#login #edCaptchaText                                            {
	display: block;
	float: left;
	width: 160px;
	font: normal 12px "Open Sans", sans-serif;
	background: #fff;
	border: 1px solid #649de1;
	margin: 0 0 0 5px;
	padding: 0 10px;
	height: 30px;
}
#login #submitButton,
#login #resetButton                                              {
	margin-bottom: 20px;
	width: 75px;
	height: 36px;
	padding: 0;
	background: #649de1;
	font: normal 13px "Open Sans", sans-serif;
	color: #fff;
	border: none;
	vertical-align: middle;
	cursor: pointer;
	float: left;
}
#login #submitButton                                            { margin-left: 120px; margin-right: 10px; }
#rememberUser                                                   { margin: 1px 0 0 95px; }
#error                                                          { margin: 25px 0 25px 0; text-align: center; color: #ff0000; }

/*---------------------------------------------------------------
   CAPTCHA
---------------------------------------------------------------- */
#panelCaptcha                                                    {
	clear: both;
	overflow: hidden;
	height: 100%;
	width: 100%;
	padding: 5px 0 0 0;
}
#panelCaptcha img                                                { display: block; margin-bottom: 2px; width: 160px !important; }
#login fieldset #panelCaptcha label                              { font-size: .9em; padding-top: 2px; }

#captchaImage                                                    { margin: 0 0 10px 120px; width: 162px; }

#panelCaptcha a                                                  { color: #649de1; text-decoration: underline; }
#panelCaptcha a:hover                                            { color: #649de1; text-decoration: none; }

/* ------------------------------------------------------------- */
#wem,
#webadmin                                                       {
	width: 162px;
	float: left;
	clear: both;
	margin-left: 120px;
	display: inline;
}
#wem a                                                          { color: #649de1; text-decoration: underline; }
#wem a:hover                                                    { color: #649de1; text-decoration: none; }
#webadmin                                                       { margin-top: 25px; }
#webadmin a                                                     { color: #3d5486; text-decoration: underline; }
#webadmin a:hover                                               { color: #3d5486; text-decoration: none; }
