/*
// File generated by gulpfile.js. DO NOT EDIT.
// Этот файл генерируется по исходникам "../../../CTools/CEWebCoreTools/Styles/"
*/
body {
  background-color: white;
  font-size: 14px;
  line-height: 21px;
}

.text-danger {
  color: crimson;
}

button {
  font-family: inherit;
  line-height: inherit;
}

.language-select {
  min-height: 100px;
  text-align: right;
  white-space: nowrap;
  font-family: "Lucida Grande", "Lucida Sans", Roboto, sans-serif;
  padding-top: 32px;
  padding-right: 58px;
}

.language-select.overflowed > button > span {
  display: none;
}

.language-select > button {
  margin-left: 13px;
  padding-left: 31px;
  border-style: none;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 26px;
  background-color: transparent;
  color: #5A5A5A;
  height: 21px;
}

.language-select > button[value^=lt] {
  background-image: url(/images/flags/lt.png);
}

.language-select > button[value^=lv] {
  background-image: url(/images/flags/lv.png);
}

.language-select > button[value^=et] {
  background-image: url(/images/flags/et.png);
}

.language-select > button[value^=en] {
  background-image: url(/images/flags/en2.png);
}

.language-select > button[value^=uk] {
  background-image: url(/images/flags/uk.png);
}

.language-select > button[value^=ru] {
  background-image: url(/images/flags/ru.png);
}

.login-form {
  width: 364px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06), 2px 12px 48px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--lato-font);
  color: #39404A;
  padding-top: 34px;
}

.login-form button, input {
  border-radius: 5px;
}

.login-form label {
  margin-bottom: 0;
  font-weight: bold;
}

.login-form .input-wrapper.dropdown div {
  width: 100%;
}

.login-form .input-wrapper.dropdown {
  padding: 0;
}

.company-logo {
  display: block;
  margin: 0 auto 34px;
  max-width: calc(100% - 68px);
}

.form-group {
  margin: 20px 34px;
}

.form-control {
  display: block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  height: 36px;
  border: solid 1px gainsboro;
}

.form-control:focus {
  border-color: lightskyblue;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline-style: none;
}

.login-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.book-submit-group button {
  width: 100%;
}

.login-form input[type=checkbox] {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  height: auto;
}

.login-form label[for=RememberMe] {
  font-weight: normal;
  color: #5C5D5D;
  margin-bottom: 0;
  padding-left: 10px;
}

.login-form .login-btn {
  margin-left: auto;
  height: 36px;
  min-width: 128px;
  background-color: #4A90E2;
  color: white;
}

.login-footer {
  margin-top: 40px;
  padding-left: 34px;
  padding-right: 34px;
  background-color: #f7f7f7;
  height: 56px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
}

.login-footer > img {
  height: 28px;
}

.login-foot-lnk {
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration-line: none;
}

.login-foot-lnk:hover, .login-foot-lnk:focus {
  text-decoration-line: underline;
}