@charset "UTF-8";
/* Переменные */
/* Global properties */
body {
  line-height: 1em;
  color: #000;  
  }

#page {
  width:100%; 
  background: url("images/bg-login.png")  no-repeat; 
  background-size: 100% 105%;
  background-color: #FFF; 
}

.ui-widget {
  color: #000; }

html {
  min-width: 350px; }  

html, body {
  height: 100%; }

/* Global Structure = */
#main-block {
  display: block;
  position: relative;
  top: 0px;
  width: 350px;  
  left: 50%;
  margin-left: -490;  
  margin: 0 auto;
  font-size: 1em; 
  }

.container {
  display: block;
  margin: 0 auto;
/*  width: 380px;  */
  font-size: 0.75em; 
  }

div#page div.container {  /* только для страницы логина */
  width: 380px;
}

form.lang {
     width: 0px;  
}

.style_error {
  color: #c00101;
  font-weight: normal;
  font-size: 0.9em; }

.style_warn {
  color: #010183;
  font-weight: normal;
  font-size: 0.9em; }

.style_info {
  color: #428301;
  font-weight: normal;
  font-size: 0.9em; }

.style_strong {
  font-weight: bold; }

div#page div#content_container {
  display: block;
  position: relative;
  top: 200px;
  padding-top: 0px;
}

#content_container div#content {
/*
  position: relative;
      top: 200px;
*/
  padding-bottom: 0px !important;


  display: flex;
    justify-content: center;
      align-items: center;  
      
}
div.loginForm  {
/*  width: auto !important;  */
  padding-top: 0px;
  margin-top: -180px; 
/*  display: block; */
/*  margin: 0 !important;  
  width: auto !important; */
/*  margin-top: 150px !important; 
  width: 95%; */
}

#j_captcha_error, #j_password_error, #j_username_error {
  display: block;
  width: 300px; 
}
/* подтягиваем сообщения об ошибках поближе к полям ввода */
#LOGIN_error {  /* логин */
  display: block;
  position: relative;
  top: -27px;
}
#P_ANSWER_TEXT_error {   /* ответ на контрольный вопрос */
  display: block;
  position: relative;
  top: -20px;
}
#login-form  #j_captcha_error {
  position: relative;
  left: -100px;
}
#recoveryPasswordForm  #j_captcha_error {  /* каптча на странице "Восстановление пароля" */
  display: block;
  position: relative;
  top: -20px;  
}

#login-form #j_password_error {
  display: block;
  position: relative;
  top: 55px;
  left: -100px;
}
#login-form #j_username_error {
  display: block;
  position: relative;
  top: 70px;
  left: -100px;
}
                  
a {
  outline: 0;
  border: 0; }

div.loginForm {
  border: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: -2px -2px 9px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px -2px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px -2px 9px 0 rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#c0c0c0');   
  }

div.title-login h3 {
  color: #000 !important;
  width: auto;
  padding: 4px 40px; }

div.loginForm label:not([class*=style_error]) {
  display: block;
  line-height: 33px;
  border-bottom: 1px solid #ccc;
  margin-right: -8px;  
  }

div.loginForm .login-title h3 {
  margin-top: 5px;
  color: #000;
  font-weight: bold;
  text-transform: none;  /* IOTCMPRTK-1144 */
  font-size: 18px;  
  letter-spacing: 0px;    
}

/* оступы всех блочных элементов формы, сверху и слева */
div.loginForm .login-title {  
  padding: 20px 20px; 
  }
div.loginForm .login-content {
  padding-left: 20px;
  padding-right: 20px;
  paddint-top: 5px;
  padding-bottom: 5px;
}  

div.loginForm input, input.logo-input {
  /*font-family: inherit;
  font-size: inherit;
  font-weight: inherit;*/
  background-color: #ffffff !important;
  display: inline-block;
  margin-bottom: 4px;
  width: 235px !important;
  padding: 2px 4px;
  vertical-align: middle;
  box-shadow: none !important;
  border: none; 
  border-bottom : 1px solid #cccccc;
  border-radius: 0px !important;
}
div.loginForm input:hover, input.logo-input:hover {
  border-bottom : 2px solid #7700FF !important; 
}
div.loginForm input[class*=error-field], input[class*=error-field] {
  border-bottom : 2px solid red !important;
}

.clear {
 /*  clear : both; */
}

div.loginForm .login-captcha {  /* строка каптчи */
  margin-top: 20px; }

div.login-captcha input {   /* поле ввода каптчи */
  width: 80px !important; }

div.login-captcha-img {  /* контейнер комопнента каптчи: картинка и кнопка "обновить" */
  margin-left: 200px; 
  margin-top: -45px;  
  display: inline;
  float: right;
  padding-right: 0px;
}
div.login-captcha-img #loginCaptha {  /* внутренний контейнер картчи: табличка с картинкой и кнопкой */
  margin-top: -4px;
}
div.login-captcha-img #refreshCaptcha img {
  visibility : hidden; 
 }
div.login-captcha-img a  {   /* кнопка каптчи "обновить" */
  background-color: transparent !important;
  border: 0px solid #7A929B !important;
  border-radius: 2px !important;
  width: 40px !important;
  height: 40px !important;
  margin-bottom: 2px;
  background: url(images/bt-captcha-refresh.png) no-repeat !important;
  background-position: center center !important;  
 }
div.login-captcha-img a:hover { 
 background-color: #E3E8EC !important;
}  

#errCaptchaPanel {  
  display: inline-block !important;
  margin-left: -200px !important;
  margin-top: 42px !important;
}

#errCaptchaPanel div.login-captcha-img span.style_error:first-child {
/*  margin-left: 70px !important; */
  margin-top: 35px !important;
}
/* ссылка в тексте ошибки для пользователя заблокированного по числу попыток ввода не верного пароля */
#errCaptchaPanel div.login-captcha-img span.style_error a {
  background: none !important;
}

div.login-content .login-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 8pt; 
}

div.loginForm a {
  text-decoration: none;
  cursor: pointer; }

div.loginForm a:hover, div.loginForm a:active {
  color: #000;
  text-decoration: none;
}

/* левый верхний логотип: завиток и надпись M2M  */
div.logo-m2m-cont {
  position: absolute;
  margin-left: 60px;
  margin-top: 42px;
  background-size: auto;                              
}
span.logo-m2m-anchor {  /* гасим точку, поскольку нужен только логотип */
  color: #FFF;
  visibility: hidden;
}
img.logo-m2m-image {
  width: 206px;  
  height: 46px;  
}
/* правый нижний логотип: надпись Ростелеком */
div.logo-rostelecom-cont {
  position: fixed;
  bottom: 10px;
  right: -30px;
}
span.logo-rostelecom-anchor {
  color: #7a929b;
  visibility: hidden;
}
img.logo-rostelecom-image {
  width: 300px;
  height: 50px;
}

/* левый верхний логотип: завиток и надпись M2M */
div.logo-m2m-pwd-cont {  /* на форме восстановления пароля */
/*  position: absolute;  */
  margin-left: 60px;
  margin-top: 42px; 
  }
span.logo-m2m-pwd-anchor {  
  color: #FFF;
  visibility: hidden;
}
img.logo-m2m-pwd-image {
  width: 206px;  
  height: 46px;  
 }
div.logo-rostelecom-pwd-cont {
  position: fixed;
  bottom: 5px;
  right:  -30px;
}
span.logo-rostelecom-pwd-anchor {
  color: #7a929b;
  visibility: hidden;
}
img.logo-rostelecom-pwd-image {
  width: 300px;
  height: 50px;
}

.login-content label {
  color: #000;
  display: inline-block !important;
  text-align: left;
  width: 100px; }

.login-content label.style_error, .login-captcha div.style_error {
  width: 100%;
  margin-left: 100px;
  color: red;
  text-align: left; }

.login-content button {
  margin-top: 20px !important;
}

.login-content input {
  margin-left: 6px; }

div.loginForm a, div.loginForm a:hover, div.loginForm a:active {
  color: #000; }

.login-lang-box {
  position: relative;
  left: 280px;
  top: -53px;
}

/*
form#login_locale {
  position: relative; }  */
form#login_locale > ul {  
  position: absolute; 
/*  right: 20px;    
  top: -20px;   */
}    
  

form#login_locale > ul > li.lang_group a {  /* ссылки выбора языка стилизуем как кнопки */
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  user-select: none;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase !important;
}
li.lang_group a.acur {
  background-color: rgba(255, 255, 255) !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
li.lang_group a.login div.m2m_icon {
  background-image: none !important;
  margin-top: -2px;
}
li.lang_group a.login:hover {
/*  background-color: rgba(122, 146, 155, 0.75) !important;
  color: #FFF !important;  */
}

#login-form button#enterBtn {
  background: #FF4F12;   
  border-color: #FF4F12; 
  height: 49px;
  border-radius: 5px;    /* IOTCMPRTK-1146 */
}
#login-form button#enterBtn:hover {
  background: #FF8218;   
  border-color: #FF8218; 
}
#login-form button#enterBtn:active {
  background: #FF8218;   
  border-color: #FF8218 !important;  
}

#login-form div.login-text div:first-child {
  display:none; 
}
#login-form div.login-text div:last-child {
  font-size: 12px;  /* IOTCMPRTK-1147 */  
}
#login-form div.login-text a {
}

.login-pwd-link {
  display: inline-block !important;
  float: right; 
  margin-top: -30px;  /* IOTCMPRTK-1146 */
  margin-right: 25px;  
}

/* ########################################################################################################## */
/* #recoveryPasswordForm -  форма "Восстановление пароля" */
/* Проблема: форма обрамлена набором элементов, для которых применяются такие же стили, как и для основного BODY */
body.tail-top-main {  /* цепляемся за этот класс, как за якорь формы восстановления пароля  и переопределяем стили элементов ниже */
/*  width:100%; 
  background: url("images/bg-recovery-pwd.png")  no-repeat !important;  */
  background: url("images/bg-login.png")  no-repeat !important;
  /*  background-size:  cover !important; */
  background-size: 100% 105% !important;
}
body.tail-top-main .mainwrapper {  /* прозрачный фрейм основного блока данных */
  background-color : transparent !important;
} 
body.tail-top-main  div.row.header.center-block {  /* прозрачный фон заголовка */
  background-color : transparent !important; 
}
body.tail-top-main div.logo {  /* скрываем картинку логотипа, т.к. она есть в на фоновой картинке */
  display: none;
}
body.tail-top-main div#content {
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;  
  
  position: relative;
  top: 80px;
}

#content .container {
  margin-right: 0px; 
  margin-left: 0px; 
  margin-top: -20px; 
}

body.tail-top-main div.pull-right {  /* языковую панельку натаскиваем на полоску заголовка (справа от подписи) */
  position: absolute;
  left: 470px;  /* IOTCMPRTK-1144 */  /* Прим. требуется доп.место под иконку e-mail в случае ошибки */
  top: 40px; 
}
body.tail-top-main div.pull-right a.btn.btn-transparent {
  color: #000 !important;
  text-transform: uppercase !important;
  background-color: rgba(255, 255, 255) !important;
  border: 0px solid #FFF; 
  box-shadow: none !important;
}
body.tail-top-main div.pull-right a.btn.btn-transparent.active {
  font-weight: bold !important;
}

div.pwd-recovery-header {  /* табличка заголовка "Восстановление пароля" */  
  width: 590px !important;
/*  margin-left: 260px !important; */
  background-color: #FFF;
  -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#c0c0c0');  
}
.pwd-recovery-header h2 { /* текст заголовка */
  padding: 20px;
  margin-bottom: -10px;
  font-weight: bold;
  text-transform: none;  /* IOTCMPRTK-1144 */
  letter-spacing: 0px;
  font-size: 18px !important; 
}
table.pwd-recovery-body {  /* табличка основного наполнения формы "Восстановление пароля" */
/*  margin-left:  260px !important; */
  width: 590px !important;
  background-color: #FFF;  
  -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#c0c0c0');  
}
table.pwd-recovery-body td {
  vertical-align: top;
  padding-top: 20px;
/*  padding-right: 10px;  */
}
/* table.pwd-recovery-body td:first-child { */
#tblPwdRecoveryBody td:first-child {
/*  width: 300px !important; */
/*   width: 40% !important; */
}  
/* table.pwd-recovery-body td:last-child{ */
#tblPwdRecoveryBody td:last-child {
/*  width: 60% !important; */
}
table.pwd-recovery-body div#psInfoPanel {
  padding-left: 20px;
}
table.pwd-recovery-body #psInfoPanel div.alert.alert-info {  /* информационный значок(i-кружок) */
 border: none !important;
 height: 20px; 
 margin: 0 0 0 5px; 
}
table.pwd-recovery-body #pwdRecoveryText {
 margin: 0;
 width: 230px; 
}
table.pwd-recovery-body #pwdRecoveryText p {  /* инфо текст формы "Восстановление пароля" */
 padding-left: 20px;
 font-size: 12px !important;
 padding-right: 20px;
}
#tblPwdRecoveryBody  table.filter-panel {
/*  font-size: 12px !important; */
/*  margin-top: 20px !important; */
  margin-left: 0px !important;
/*  float: left; */
}
table.pwd-recovery-body table.filter-panel td label {
  text-align:left !important;
  float: left;
  width: 50px !important;
}
label.required:after {
  content: '' !important;
}
table.pwd-recovery-body table.filter-panel #questListLabel {
  width: 150px !important;
  border-bottom: none !important;
  margin-bottom: -22px;
  font-size: 12px;
  color: #CCC;
}
table.pwd-recovery-body table.filter-panel td label.style_error {
  width: 350px !important;
}

/* лейблы подчеркиваем, смещаем к низу и пристыковываем к полям ввода 
#recoveryPasswordForm label:not([class*=style_error]):not([for="smsFlag"]):not([for="emailFlag"]) {
*/
#recoveryPasswordForm label[for="LOGIN"],
#recoveryPasswordForm label#questListLabel,
#recoveryPasswordForm label#answerTextLabel {
  display: block;
  line-height: 33px;
  border-bottom: 1px solid #ccc;
/*  margin-right: -13px;    */
}
#recoveryPasswordForm label#LOGIN-error{
  border-bottom: none !important;
}
#recoveryPasswordForm  table#sendTypeTable {
  margin-top: -30px !important;
  margin-left: 5px;  
}
#recoveryPasswordForm  table#sendTypeTable td:first-child {
  width: 0% !important;
  margin 0 !important;
  padding 0 !important;
}
/* кнопки на форме восстановления пароля */
table.pwd-recovery-buttons {  /* общий каркас */
  width: 590px;
/*  margin-left: 260px !important; */
  background-color: #FFF;
  -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15); 
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#c0c0c0'); 
}
table.pwd-recovery-buttons td div {
  padding-top: 20px; 
  padding-bottom: 20px;
}
table.pwd-recovery-buttons td:first-child {
  width: 230px;
}
table.pwd-recovery-buttons a#btnBack {
   margin-left: -20px !important; 
}
#recoveryPasswordForm #btnStore {
  color: #FFF;
  background-color: #FF4F12 ;  
  border-color: 1px solid #FF4F12;
  margin-left: 10px !important;
  height: 49px;
  border-radius: 5px;   /* IOTCMPRTK-1146 */
  width: 125px;
}
#recoveryPasswordForm #btnStore:hover,
#recoveryPasswordForm #btnStore:active {
  background-color: #FF8218 !important;
}
#recoveryPasswordForm #btnStore span {   /* IOTCMPRTK-1146 */
  padding: 1.0em 1em !important;
}
#recoveryPasswordForm a#btnBack {   /* кнопка "Назад" */
  background: none !important;
  color: #000;
  margin-top: -8px;  
}
#recoveryPasswordForm a#btnBack span:before {
  content: "\2190 \00A0 \00A0 " ;
  font-size: 18px !important;
}
/* поля ввода на форме восстановления пароля */
#recoveryPasswordForm input.inputText {
  width: 270px !important;  }
#recoveryPasswordForm span.select {
  width: 320px !important;
  min-width: 320px !important;
  text-align: left !important;
  padding-left: 0px !important;
}
#recoveryPasswordForm ul.dropdown li {
  text-align: left !important;
}
#recoveryPasswordForm td label.span20 {
/*  width: 150px !important; */
}
/* чекбоксы на странице восстановление пароля  */
#recoveryPasswordForm input[type="checkbox"]:checked,
#recoveryPasswordForm input[type="checkbox"]:not(:checked) {
  z-index: 10;
  opacity: 0;
  margin-right:-12px;
}
#recoveryPasswordForm input[type="checkbox"]:checked + label,
#recoveryPasswordForm input[type="checkbox"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px; 
  line-height: 20px;
  cursor: pointer;
}
#recoveryPasswordForm input[type="checkbox"]:checked + label:before,
#recoveryPasswordForm input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
#recoveryPasswordForm input[type="checkbox"]:checked + label:before,
#recoveryPasswordForm input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 2px;
}
#recoveryPasswordForm input[type="checkbox"]:checked + label:after,
#recoveryPasswordForm input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#recoveryPasswordForm input[type="checkbox"]:checked + label:after {
  left: 3px;
  top: 4px;
  width: 10px;
  height: 5px;
  border-radius: 1px;
  border-left: 4px solid #7700FF;
  border-bottom: 4px solid #7700FF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#recoveryPasswordForm #captchaImage {
  margin-top: -5px !important;
}
#recoveryPasswordForm #refreshCaptcha img {
  visibility : hidden;
}
#recoveryPasswordForm #refreshCaptcha {  /* кнопка "Обновить" каптчу */
  background-color: transparent;
  border: 0px solid #7A929B;
  border-radius : 2px;
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
  background : url("images/bt-captcha-refresh.png") no-repeat;
  background-position : center center; 
}
#recoveryPasswordForm #refreshCaptcha:hover { 
 background-color: #E3E8EC !important;
 }  
 
#recoveryPasswordForm .filter-panel td {
  height: 5px;
OA}
#recoveryPasswordForm  .padt20 > td {  /* отступ для нижних кнопок */
  padding-top: 10px;
}
#recoveryPasswordForm td.none div {
  padding-bottom : 10px;
}
/* выпадающий список контрольных вопросов */
#recoveryPasswordForm .selectbox .select {
  border: 1px solid #d9d9d9 !important;
/*  border-bottom: 1px solid #d9d9d9 !important; */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#recoveryPasswordForm .selectbox .select .text {
  padding-left: 4px;  /* чукта отодвинем название выбранного вопроса в поле  */
}
#recoveryPasswordForm .selectbox .trigger {
/*  border-left: none !important; */
  background: url("images/qlist.png") no-repeat !important;
  background-position-x: center !important;
  background-position-y: center !important;
}
#recoveryPasswordForm  .selectbox .trigger .arrow {
  border-left: none;
  border-right: none;
  border-top: none;
}
#recoveryPasswordForm table#recoveryCaptha td:first-child {
 /*  width: 145px !important; */
}
#recoveryPasswordForm table#recoveryCaptha td:first-child img {
  margin-top: 0px !important;
}
#recoveryPasswordForm table#recoveryCaptha label {
  width: 100px !important;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  padding-top: 15px;
}
#recoveryPasswordForm table#recoveryCaptha #j_captcha {
  width: 80px !important;
  margin-left: -13px;
}
#recoveryPasswordForm table#recoveryCaptha #uploadCaptcha {
  margin-top: -5px;
}


body.tail-top-main div.jGrowl.bottom-center {
  right: 290px !important;
  top: 20px !important;
}

/* ########################################################################################################## */

#msgLink {
  display: none !important;
}
#recoveryPasswordForm #LOGIN {
  padding-left: 20px;
}



/*# sourceMappingURL=login.css.map */
