.top-header {
  display: none;
}

#navigation {
    display: none
  }
  
#footer{
  display: none
}

#small-header {
  display: none
}

#sticky-header {
  display: none
}

#breadcrumb {
  display: none
}
  
.bx-auth:first-child {
  z-index: 1000;
  margin: auto;
  flex-direction: column;
  align-items: center;
  background: white;
}
  
.bx-auth-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  font-size: 3vh;
  font-weight:4600;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid orange 3px;
}

.bx-auth-note {
  display: none;
}

.bx-auth form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.bx-auth-table {
  width: 100%;
}

tr {
  color: grey;
  display: flex;
  flex-direction: column;
}

noindex:first-of-type {
  text-align: center;
  width: 100%;
}

noindex:nth-of-type(2) p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bx-auth-serv-icons {
  display: flex;
  justify-content: center;
}

.bx-auth:last-of-type {
  margin: auto;
}

.bx-auth:last-of-type input[type=submit] {
  border: none;
  font-weight: 400;
  color: black;
  padding: 10px;
  background: lightgrey;
}

.bx-auth-service-form {
  background: white;
  border-bottom: none;
}

td.bx-auth-label {
    color: grey;
    text-align: left;
    font-weight: 400;
}

#top-header-mobile {
    display: none;
}

.bx-error-message {
    display: flex;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    justify-content: center;
}

.bx-error-message p {
  margin: 0px;
}

img[alt=CAPTCHA] {
  margin-bottom: 20px;
  display: block;
}

.captcha-img td  {
  display: flex;
  justify-content: center;
}
.captcha-prompt td  {
  display: flex;
  justify-content: center;
}


/* Авторизация в виде карточки */

:root {
  --auth-card-width: 370px;
}

html,body {
  margin: auto;
  height: 90%;
  display: flex;
  align-items: center;
  background: #F1F1F1;
}

.bx-auth {
overflow: hidden;
margin-top: 4em;  
width: 350px;
border-radius: 20px;
box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.21);
padding-bottom: 30px;
background: white;
}


@media (width < 570px) {
  .bx-auth {
    width: 95%;
  }
}

.bx-auth img {
height: 4.3em
}

div.bx-auth-title {
padding-top: 1.5em;
padding-bottom: 0;
border-bottom: none;
}

.bx-auth form {
width: 100%;
}

.bx-auth-table td {
display: flex;
justify-content: center;
align-items: flex-end;
}

.bx-auth-table input[type=text], .bx-auth-table input[type=password] {
padding-left: 15px;
height: 2.9em;
width: 84%;
margin-bottom: 0.7em;
background: #F1F1F1;
border: 1px solid #D1D1D1;
box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.14);
border-radius: 22px;
}

.bx-auth-table input:focus {
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.14);
  border: 1px solid #D1D1D1;
}

.bx-auth-input::placeholder {
color: #777;
font-weight: 400;
}

.authorize-submit-cell {
height: 6em;
}

.big-orange-button {
color: white;
border: none;
width: 84%;
background: linear-gradient(92.03deg, #FF5C00 3.68%, #FF8A00 104.79%);
border-radius: 29px;
transition: 0.2s;
height: 3em;
margin-bottom: 2vh;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}

.big-orange-button:hover {
box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.5);
}

#user-remember-block {
display: flex;
align-items: center;
height: 2em
}

#user-remember-block input[type=checkbox] {
-moz-appearance:none;
-webkit-appearance:none;
-o-appearance:none;
background: white;
border: solid var(--orange-accent) 1px;
box-shadow: none;
width: 15px;
height: 15px;
border-radius: 50%;
margin-right: 5px;
transition: 0.1s
}

#user-remember-block input[type=checkbox]:checked {
border-width: 5px;
}

label[for="USER_REMEMBER"] {
top: 5px;
user-select: none;
position: relative;
font-weight: 200;
color: black;
}

#register-buttons-block {
display: flex;
margin: auto;
margin-top: 2em;
padding: 0px;
width: 24em;
}

#register-buttons-block noindex {
display: flex;
justify-content: center;
width: auto;
flex-grow: 1;
}

#register-buttons-block noindex:first-of-type {
border-right: solid grey 1px;;
}

#register-buttons-block a {
color: black;
font-weight: 400;
}

#register-buttons-block a:hover {
color: var(--orange-accent);
font-weight: 400;
}

.bx-auth-serv-icons {
filter: grayscale()
}

#captcha-block {
margin-top: 0px;
width: 180px;
display: flex;
flex-direction: column;
align-items: top;
justify-content: center;
}

#captcha-block img {
height: 40px;
width: 180px;
margin-bottom: 0;
top: 0;
}

#captcha-block input {
width: 100%;
border: solid grey 1px;
border-top: 0;
background: whitesmoke;
box-shadow: none;
height: 40px;
top:0;
border-radius: 0;

}

.captcha-prompt .bx-auth-label {
display: none;
}

#password-input-block {
position: relative;
}

#show-password-button {
user-select: none;
cursor: pointer;
font-variation-settings: 'FILL' 1;
font-size: 25px;
position: absolute;
right: 1.9em;
top: 0.47em;
transition: 0.2s;
}

#show-password-button.active {
color: var(--orange-accent)
}

.bx-auth-secure {
color: #aaa;
user-select: none;
position: absolute;
right: 5.5em;
top: 0.65em;
border: none;
background: none;
}

/* Страницы авторизации */

#bx-auth-container {
  position: relative;
  width: calc(var(--auth-card-width) * 2.5);
  left: 0;
  transition: 0.4s;
}

#bx-auth-login-page {
  width: var(--auth-card-width);
  display: inline-block;
  vertical-align: top;
}

#bx-auth-remember-page {
  width: var(--auth-card-width); 
  display: inline-block;
  vertical-align: top;
}

.password-restore-container #input-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.password-restore-container .big-orange-button {
  margin-top: 10px;;
}

.password-restore-container .errortext {
  display: flex;
  justify-content: center;
}

.bx-auth form a:hover {
  color: var(--orange-accent);
  cursor: pointer;
}

.auth-message  {
  margin-top: 20px;
  text-align:center;
  width: 100%;
}

.auth-message .notetext {
  color: var(--orange-accent)
}

.bx-auth-table {

  display: flex;
  flex-direction: column;
  align-items: center;
}

.bx-auth-table tbody {
  width: 100%;
}

.big-top-margin {
  margin-top: 3em;
}

/* ---------------------------- */

.top-panel,
.main-footer {
  display: none;
}