/* Контейнер картинки фона - начальный div */
.fullscreen_bg {
  display: flex;
  justify-content: center;
  font-family: MontserratRegular, Roboto, sans-serif !important;
  font-weight: lighter !important;
  letter-spacing: 0.05em !important;
  background-color: #E5E5E5;
  background-image: none;
}

/* Контейнер для размещения "шапки" на странице авторизации */
.login_header {
  display: none;
}

/* Контейнер для размещения отдельно-стоящего логотипа компании в "шапке"
   настраивается в client.properties:
     параметр loginForm.logoUrl - URL перехода по клику на логотип
     параметр loginForm.logoTitle - всплывающая подсказка при наведении мышки на логотип */
.header_logo {
  display: none;
}

.btn-user-name-panel label {
  width: unset !important;
}

.btn-user-name-panel {
  margin-bottom: 10px;
}

/* Контейнер для вывода титула (короткого наименования)
   титул задаётся в client.properties, поле appTitle */
.appTitle {
  display: none;
}

/* Контейнер для вывода сообщений об ошибках входа в систему */
.msg {
  margin-top: 10px;
  margin-bottom: 6px;
  width: 252px;
  height: 36px;
  letter-spacing: 0.0em !important;
  font-size: 100%;
  color: red;
}

/* Контейнер для вывода пиктограммы "пользователь" */
.user_img {
  display: none !important;
}

/* Контейнер для вывода пиктограммы "замок" */
.pass_img {
  display: none !important;
}

/* Кнопка авторизации "Войти" */
#btn_login, .btn-login {
  position: inherit;
  width: 150px;
  height: 40px;
  margin: 5px 51px 5px 51px;
  border-radius: 0;
  /* border: 1px solid #616162; */
  border: 1px solid #A7A7A7;
  font-size: 15px;
  color: #616162;
  /* background-color: #67718B; */
  background-color: transparent;
  transition: all 300ms ease-out;
}

#btn_login:hover, .btn-login:hover {
  background-color: #EEEEEE;
  color: #616162;
}

#btn_login:focus, .btn-login:focus {
  outline: none;
}

/* элементы интерфейса смены пароля */
.rest-pass-header {
  position: inherit;
  color: #616162;
  font-size: 13px;
  margin-top: 30px;
}

.rest-pass-msg {
  top: 250px;
  left: 54px;
  font-family: inherit !important;
}

.rest-pass-input-contact {
  position: inherit;
}

.ch-pass-header {
  position: inherit;
  font-family: inherit !important;
}

.ch-pass-msg {
  /* top: 263px;
  left: 54px; */
  margin-top: -4px;
  width: 252px;
  height: 36px;
}

.ch-pass-img-user {
  display: none;
  left: 60px;
  top: 142px;
  font-family: inherit !important;
}

.ch-pass-img-new {
  display: none;
  left: 60px;
  top: 187px;
}

.ch-pass-img-check {
  display: none;
  left: 60px;
  top: 232px;
}

.ch-pass-input-user {
  position: relative;
  font-family: inherit !important;
  left: unset;
  top: unset;
  width: 252px;
  padding-left: 16px !important;
}

.ch-pass-input-new {
  position: inherit;
  margin-top: 10px;
  font-family: inherit !important;
  left: unset;
  top: unset;
  width: 252px;
  padding-left: 16px !important;
}

.ch-pass-input-check {
  position: inherit;
  margin-top: 10px;
  font-family: inherit !important;
  left: unset;
  top: unset;
  width: 252px;
  padding-left: 16px !important;
}

/* Контейнер для приветственных изображений в период новогодних праздников (левая часть - анимация) */
.newyear {
  /* атрибуты для right_part (снеговик)
  display: inherit;
  position: relative;
  top: -56px !important;
  left: 200px !important;
  height: 82px !important;
  width: 75px !important; */
  /* атрибуты для left_part (видео) */
  display: none;
  position: relative !important;
  top: -80px;
  left: 0px;
  width: 624px;
  height: 422px !important;
}

.ttw-new-year-video {
  z-index: 1;
}

/* Контейнер для приветственных изображений в период новогодних праздников (правая часть - снеговик) */
.newyear-right {
  /* атрибуты для right_part (снеговик) */
  display: none;
  position: relative;
  top: -100px !important;
  left: 200px !important;
  width: 75px !important;
  height: 82px !important;
}

.ttw-snowman {
  display: block;
  position: relative;
  background-image: url('login/snowman.png');
  top: 44px;
  left: 4px;
  width: 75px;
  height: 82px;
  -webkit-filter: drop-shadow(0 0 7px rgba(0,0,0, 0.3));
  z-index: 3;
}

.ttw-new-year-video-start {
  display: block;
  position: relative !important;
  top: -228px;
  left: 296px;
  width: 48px;
  height: 48px;
  font-size: 20px;
  color: white;
  border: solid 1px;
  border-radius: 32px;
  border-color: white;
  padding: 14px 12px 14px 16px;
  cursor: pointer;
  z-index: 2;
}

/* Контейнер для отображения сообщения о службе сопровождения (поддержки) */
.alt_support {
  display: none;
}

/* Контейнер для ссылок, например, "Забыли пароль?" */
.link {
  color: #137CBD;
}

.link-right {
  color: #137CBD;
}

/* Контейнер для "Забыли пароль"
   Текст настраиваемый, параметр loginForm.forgotPassword в client.properties */
.forgot-password {
  position: inherit;
  margin-top: 20px;
  width: 252px;
  text-align: center;
  color: #616162;
  font-size: 14px;
  cursor: pointer;
  transition: all 300ms ease-out;
}

.forgot-password:hover {
  color: #5290C9;
}

/* Контейнер для текста "Зарегистрироваться в системе"
   Текст настраиваемый, параметр loginForm.register в client.properties */
.register {
  /* display: block !important; */
  display: none !important;
  margin-top: 10px;
  position: inherit;
  width: 252px;
  text-align: center;
  color: #616162;
  font-size: 14px;
  cursor: pointer;
  transition: all 300ms ease-out;
}

.register:hover {
  color: #5290C9;
}

/* Контейнер логотипа (слева-сверху) в интерфейсах */
.root .menu #menu-container-logo {
  width: 110px !important;
}

/* Контейнер "подвала" */
.login_footer {
  display: none;
}

/* Общий контейнер мессенджеров */
.footer_messagers {
  display: none;
}

/* Контейнер формы Регистрации */
.itm-register {
  display: none;
}

.ttw-login-logo {
  width: 110px;
  height: 37px;
  background-image: url("login/logo_login.png");
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.ttw-login-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  /* border-bottom: 1px solid rgba(93, 104, 132, 0.5); */
}

.ttw-login-contacts {
  display: flex;
}

.ttw-login-contacts > div, .ttw-login-contacts > a {
  margin: 0 15px;
  font-size: 16px;
}

.ttw-login-email {
  text-decoration: none;
  color: inherit;
}

.ttw-login-email:hover {
  cursor: pointer;
  color: #5D6884;
  text-decoration: underline;
}

.ttw-login-buttons {
  display: flex;
}

.ttw-login-buttons > div {
  display: flex;
  margin-left: 20px;
  width: 25px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: #707070;
  border-radius: 3px;
  cursor: pointer;
}

.ttw-login-buttons > div:hover {
  color: #6d8ca3;
}

.ttw-login-menu {
  display: flex;
  align-items: center;
  height: 21px;
  margin: 60px 0 15px 0;
  font-size: 12px;
}

.ttw-login-menuitem {
  padding-right: 8px;
  margin-right: 8px;
}

.ttw-login-menuitem:hover {
  color: #4EBA59;
  cursor: pointer;
}

.ttw-login-menuitem.separator {
  border-right: 1px solid #e5e5e5;
}

/* Общие свойства для TTW */
.ttw-login-common {
  color: #DDDDDD;
  font-size: 13.5px;
  z-index: 3;
}

.ttw-grey {
  color: #9D9D9D;
}

.ttw-green {
  color: #87BB95;
}

.ttw-link {
  color: #DDDDDD;
}

.ttw-link:hover {
  color: #87BB95;
}

/* Левая панель, Верхняя строка меню */
.ttw-login-top-menu-bar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 30px;
  height: 24px;
  width: 100%;
}

/* Кнопка Home */
.ttw-login-button-home {
  position: inherit;
  left: 48px;
  width: 32px;
  font-size: 18px;
  cursor: pointer;
}

/* Текст верхнего меню */
.ttw-login-top-menu {
  position: inherit;
  text-align: right;
  float: right;
  right: 54px;
  cursor: pointer;
}

/* Левая панель, Нижняя строка */
.ttw-login-bottom-menu-bar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 28px;
  top: 322px;
  width: 100%;
}

/* Контейнер для вывода информации о версии системы */
.ttw-version-panel {
  position: inherit;
  float: left;
  left: 48px;
  width: 45%;
}

.version-panel {
  display: none;
}

/* Контейнер для контактной информации */
.ttw-login-bottom-contacts {
  position: inherit;
  text-align: right;
  float: right;
  right: 54px;
  width: 40%;
}


.login_form {
  display: flex;
  width: auto;
  height: auto;
  position: inherit;
  top: inherit;
  left: inherit;
  margin: 0;
}

@media (max-width: 1280px) {
  .login_form .left_part {
    display: none;
  }

  .ttw-login-container {
    align-items: center;
  }
}

.login_form .left_part {
  /* width: 823px;
  height: 550px; */
  width: 624px;
  height: 422px;
  background-image: url("login/tis-login-picture-road.png");
  background-size: contain;
  position: inherit;
  top: inherit;
  left: inherit;
  opacity: 1;
  background-color: inherit;
}

.middle_part {
  width: 10px;
}

.itm-change-password-welcome .left-part {
  width: 624px;
  height: 422px;
  background-color: #FFFFFF;
  border: 1px solid #A7A7A7;
  color: #616162;
}

.login_form .right_part, .itm-change-password-welcome .right-part {
  position: inherit;
  width: 312px; /* было 380, padding +30, = -38 от ширины */
  height: 422px; /* было 550, padding +20, = -148 от высоты */
  top: inherit;
  right: inherit;
  background-color: #FFFFFF;
  padding: 25px 0 0 30px;
  /* border: 1px solid #A7A7A7; */
  -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0, 0.3));
}

.ttw-login-title {
  font-size: 24px;
  font-weight: 600;
  color: #616162;
}

.checkout-inputs-container {
  position: inherit;
  top: inherit;
  margin: 26px 0 0 0;
  width: 252px;
}

.EMAIL.btn.btn-default, .PHONE.btn.btn-default {
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #616162;
  background-color: inherit;
}

.EMAIL.btn.btn-default.active, .PHONE.btn.btn-default.active {
  color: #5290C9;
}

.EMAIL {
  margin-right: 8px;
  float: unset !important;
}

.PHONE {
  margin-left: 8px;
  float: unset !important;
}

.checkout-inputs-container .input-lg,
.checkout-inputs-container .user.input-lg,
.checkout-inputs-container .pass.input-lg,
.rest-pass-input-contact.input-lg  {
  margin-top: 15px;
  border: none;
  background-color: inherit;
  color: #616162 !important;
  padding-left: 0;
  border-bottom: 1px solid #A7A7A7;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
}

.input-lg:-webkit-autofill, .input-lg:-webkit-autofill:focus, .input-lg:-webkit-autofill:hover {
  -webkit-text-fill-color: #616162 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.input-lg:focus {
  box-shadow: none;
}

/* в ТИС отключено */
.itm-change-password-welcome {
  display: none;
}

.itm-change-password-welcome .user-title {
  font-size: 16px;
  font-weight: 600;
  color: #616162;
  margin: 35px 0 70px 50px;
}

.itm-change-password-welcome .user-info {
  font-size: 16px;
  margin: 0 0 10px 50px;
  color: #616162;
}

.itm-change-password-welcome .user-info.vertical {
  display: flex;
  flex-direction: column;
}

.itm-change-password-welcome .user-info > span {
  margin-bottom: 10px;
}

.itm-change-password-welcome .user-info > span:nth-child(1) {
  color: #616162;
}

.itm-change-password-welcome .checkout-inputs-container {
  margin-top: 45px;
}

.itm-change-password-welcome .criteria-container, .pwd-criteria {
  position: relative;
  bottom: 192px;
  width: 296px;
  left: -320px;
  padding: 10px;
  background-color: #EBECED;
  color: #616162;
  border: 1px solid #616162;
  border-radius: 6px;
  line-height: 20px;
  z-index: 5;
}

.itm-change-password {
  width: 252px;
}

.ttw-chg-pass-user {
  margin-bottom: 15px;
}

.show-password {
  color: #616162;
  position: absolute;
  bottom: 10px;
  right: 8px;
}

div.pp-agree, div.pp-reject {
  color: #616162;
}

div.pp-agree > .fa {
  color: #98C65A;
}

div.pp-reject > .fa {
  /* color: yellow; */
  color: #ff4d00;
}

div.pp-disabled > .fa {
  color: #cdcdcd;
}

.input-pwd-container {
  position: relative;
}

.input-pwd-container > .fa {
  cursor: pointer;
}

.confirm-pwd-container {
  /* margin-top: -15px; */
  margin-bottom: 15px;
}

.ttw-login-container {
  display: flex;
  flex-direction: column;
}
