h2 {
  font-size: 2.2rem;
}

.min-height-100 {
  min-height: 100vh;
}

.col-left {
  width: 62rem;
}

.bg-malachite {
  background-color: #107f8c;
}
.bg-malachite .button-wrapper {
  background-color: transparent;
  border-color: #fff;
}

.wrapper-auth,
.bd-logo {
  width: 42rem;
}
.wrapper-auth .form,
.bd-logo .form {
  width: 24rem;
}

.txt-light-gray {
  color: #b2b8bf;
}

.disabled-link, .disabled-link:hover {
  color: #93b7ed;
  cursor: auto;
}

.wrapper {
  max-width: 144rem;
  padding: 0 3.2rem;
}

.head-service {
  padding: 2.4rem 0;
}

.personal-box .header-button.more {
  display: block;
  max-width: 24.4rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.collapse-heading-wrapper {
  border-radius: 1.6rem;
  padding: 1.6rem 3.2rem;
}
.collapse-content[aria-expanded=true] {
  border-radius: 0 0 1.6rem 1.6rem;
  border: 1px solid #d0d7dd;
  border-top: none;
}
.collapse-content[aria-expanded=true] .collapse-footer {
  border-top: 1px solid #d0d7dd;
  padding: 1.6rem 3.2rem;
  text-align: right;
}

.is-open .collapse-heading-wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.is-open .collapse-heading-wrapper:hover {
  border-color: #d0d7dd;
}

.list > dd {
  padding-bottom: 0.8rem;
}

a .prodicon-link {
  color: inherit;
  line-height: inherit;
  vertical-align: middle;
}

.remove-button-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.remove-button-block::before {
  background-color: #d0d7dd;
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 9.6rem);
}

footer.footer {
  background-color: #fff;
  border-top: 1px solid #e4e8eb;
  bottom: 0;
  padding: 1.6rem 2.4rem;
  position: fixed;
  width: 100%;
  z-index: 2;
}
footer.footer.terminal-footer {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  background-color: #f2f4f7;
}

.content-box {
  min-width: 13.6rem;
  padding-bottom: 16rem;
}

.panel-color {
  background-color: #f2f4f7;
  border-radius: 1.6rem;
  padding: 2.4rem;
}

.row.radio-wrapper {
  display: flex;
}

.terminal-auth-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.terminal-auth {
  max-width: 40rem;
}
.terminal-auth-message {
  max-width: 33.2rem;
}
.terminal-input [class*=wrapper],
.terminal-input [class*=wrapper] input {
  height: 4.8rem;
}
.terminal-input.sms input {
  max-width: 4rem;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
}
.terminal-col + .terminal-col {
  padding-left: 3.2rem;
}
.terminal-col:not(:last-child) {
  padding-right: 3.2rem;
  border-right: 1px solid #e4e8eb;
}
.terminal-button {
  padding: 1.5rem 4rem;
  border-radius: 3.2rem;
}
.terminal-button:not(.blank):focus {
  padding: 1.4rem 3.9rem;
}
.terminal-button:not(.blank):focus.disabled {
  padding: 1.5rem 4rem;
}

.app-height {
  height: 100vh;
}

#cadesplugin_object,
#certEnrollClassFactory,
#webClassFactory {
  position: fixed;
  height: 0;
}

.max-width-400 {
  max-width: 400px;
}

.token-image {
  max-width: 256px;
  width: 100%;
}

.main {
  display: table-row;
  height: 100%;
}

.image {
  margin-bottom: 24px;
}

.content-wrapper {
  margin-top: 32px;
  padding-top: 32px;
}

.logout-info {
  width: 40%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image {
    margin-bottom: 12px;
  }

  .content-wrapper {
    margin-top: 16px;
  }

  .footer-subtitle {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-bottom: 4px;
  }

  .content-wrapper {
    margin-top: 8px;
  }

  .footer-subtitle {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .logout-info {
    width: 100%;
  }

  .picture-wrapper {
    margin-top: 16px;
    padding-top: 16px;
  }
}


@media screen and (max-height: 700px) {
  .token-image {
    max-width: 128px;
  }

  .main-content {
    padding-top: 48px;
  }

  .success-picture {
    height: 100px;
    width: 100px;
  }
}



.main-layout {
  display: table;
  min-height: 100%;
  width: 100%;
}

@media screen and (max-height: 700px) {
  .adaptive-footer {
    display: flex;
    justify-content: space-between;
    position: relative;

    background-color: #fff;
    border-top: 1px solid #e4e8eb;
    bottom: 0;
    padding: 1.6rem 2.4rem;
    width: 100%;
  }
}

