/***ThemeColors***/
/***ThemeStructure***/
/*** Bootstrap ***/
/* login.less */
body {
  background-color: #2196f3;
}
body.login-content:before {
  background-color: #edecec;
}
body,
body.login-content:before {
  min-height: 100%;
  min-width: 61.8%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  padding: 0 25px;
}
.login-content {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.login-content.v-center {
  bottom: 0;
}
.lcb-user {
  line-height: 110px;
}
#client-selection .card {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 10;
}
.app-suggestion .suggestion-container {
  height: 90vh;
}
.app-suggestion .suggestion-container .app-block {
  justify-content: space-between;
}
.app-suggestion .suggestion-container .app-block .install-block {
  align-items: end;
}
.app-suggestion .suggestion-container .app-block img {
  -moz-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
  -webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
  width: 72px;
  border-radius: 4px;
}
.app-suggestion .suggestion-container .bottom-actions {
  position: absolute;
  right: 0;
  bottom: 0;
}
.app-suggestion .suggestion-container .bottom-actions a {
  text-align: left !important;
}
