/*
* Software Name : abcdesktop.io
* Version: 0.2
* SPDX-FileCopyrightText: Copyright (c) 2020-2021 Orange
* SPDX-License-Identifier: GPL-2.0-only
*
* This software is distributed under the GNU General Public License v2.0 only
* see the "license.txt" file for more details.
*
* Author: abcdesktop.io team
* Software description: cloud native desktop service
*/
/*Supporting colours*/
#loginScreen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  background: #2D2D2D;
}
@-webkit-keyframes moveout {
  0% {
    -webkit-transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-10%) scale(1);
  }
  100% {
    -webkit-transform: translateX(150%) scale(1);
  }
}
@-moz-keyframes moveout {
  0% {
    -moz-transform: translateX(0);
  }
  30% {
    -moz-transform: translateX(-10%) scale(1);
  }
  100% {
    -moz-transform: translateX(150%) scale(1);
  }
}
@keyframes moveout {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-10%) scale(1);
  }
  100% {
    transform: translateX(150%) scale(1);
  }
}
#loginScreen.hide {
  -webkit-animation: moveout 1.5s 0.2s ease forwards;
  -moz-animation: moveout 1.5s 0.2s ease forwards;
  animation: moveout 1.5s 0.2s ease forwards;
}
#loginScreen #content {
  position: absolute;
  left: 10%;
  margin-top: 5%;
  color: #FFFFFF;
  user-select: text;
  width: 70%;
}
#loginScreen h1 {
  display: inline;
  font-size: 70px;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#loginScreen p {
  font-size: large;
  margin: 0px;
  padding: 0px;
}
#loginScreen p.error {
  user-select: text;
}
#loginScreen p img {
  height: 25px;
  margin-right: 10px;
}
#loginScreen p span {
  vertical-align: bottom;
}
#loginScreen .form-comment {
  font-size: small;
  text-align: justify;
  margin-top: 1rem;
}
@keyframes animatedshake-account {
  10%,
  90% {
    transform: translate3d(-3px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
    background-size: 25px;
    background: url(../../../img/welcome/account-danger.svg) no-repeat 350px;
  }
  20%,
  80% {
    transform: translate3d(5px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
    background-size: 25px;
    background: url(../../../img/welcome/account-danger.svg) no-repeat 350px;
  }
  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
    background-size: 25px;
    background: url(../../../img/welcome/account-danger.svg) no-repeat 350px;
  }
  40%,
  60% {
    transform: translate3d(5px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
    background-size: 25px;
    background: url(../../../img/welcome/account-danger.svg) no-repeat 350px;
  }
}
@keyframes animatedshake-key {
  10%,
  90% {
    transform: translate3d(-3px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
    background-size: 25px;
    background: url(../../../img/welcome/key-danger.svg) no-repeat 350px;
  }
  20%,
  80% {
    transform: translate3d(5px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
    background-size: 25px;
    background: url(../../../img/welcome/key-danger.svg) no-repeat 350px;
  }
  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
    background-size: 25px;
    background: url(../../../img/welcome/key-danger.svg) no-repeat 350px;
  }
  40%,
  60% {
    transform: translate3d(5px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
    background-size: 25px;
    background: url(../../../img/welcome/key-danger.svg) no-repeat 350px;
  }
}
@keyframes animatedshake {
  10%,
  90% {
    transform: translate3d(-3px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
  }
  20%,
  80% {
    transform: translate3d(5px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
  }
  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
  }
  40%,
  60% {
    transform: translate3d(5px, 0, 0);
    color: #CD3C14;
    border-bottom: 1px solid #CD3C14;
  }
}
#loginScreen #desktopfeatures {
  display: none;
}
#loginScreen input:focus {
  border: 1px solid #65AECD;
  box-shadow: 0px 0px 0px 3px #3d687b;
}
.authent-window #authent-window-user-id,
#loginScreen #cuid {
  max-width: 450px;
  color: #FFFFFF;
  background: #474B55;
}
.authent-window #authent-window-user-password,
#loginScreen #ADpassword {
  max-width: 450px;
  color: #FFFFFF;
  background: #474B55;
}
.authent-window #authent-window-user-password,
#loginScreen #cuid.error {
  animation: animatedshake 1s both;
  background-size: 25px;
}
.authent-window #authent-window-user-password,
#loginScreen #ADpassword.error {
  animation: animatedshake 1s both;
}
#loginScreen ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFFFFF;
  font-size: 16px;
}
#loginScreen :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  font-size: 16px;
  opacity: 1;
}
#loginScreen ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  font-size: 16px;
  opacity: 1;
}
#loginScreen :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF;
  font-size: 16px;
}
#loginScreen :-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #474B55 inset;
  -webkit-text-fill-color: #FFFFFF !important;
}
#loginScreen #additionnalloginScreencontent,
#loginScreen #activeDirectory,
#loginScreen #connectGP {
  display: none;
  margin-top: 5%;
  box-sizing: border-box;
  user-select: text;
}
#loginScreen #activeDirectory a {
  color: #FFFFFF;
  text-decoration: underline;
  margin-left: 10px;
}
.form-group {
  margin-top: 2rem;
}
#loginScreen #connectGP ul {
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  max-width: 450px;
}
#loginScreen #connectGP li {
  float: left;
  display: none;
  list-style: none;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 5px 0px;
}
#loginScreen #connectGP li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
#icon-alarm {
  width: 80%;
}
#icon-trash {
  width: 80%;
}
.card {
  background-color: #2D2D2D;
}
#loginScreen .card-body.mb-4.shadow-sm {
  padding: 0;
  background-color: #2D2D2D;
}
#loginScreen #connectGP .badge.bg-primary.rounded-pill {
  background-color: #65AECD;
}
#loginScreen #card-head {
  background-color: #474B45;
}
#loginScreen #connectGP #connectOAuth #card #card-body #col .img {
  width: 80%;
  height: 80%;
}
#loginScreen #content #connectGP.container .bg-light {
  background-color: #1E1E1E !important;
}
.bg-primary {
  background-color: #65AECD !important;
}
.btn-primary {
  background-color: #65AECD;
  border-style: none;
}
.card-header {
  background-color: #1E1E1E;
}
.chapter-item {
  margin-top: 10px;
}
.plead {
  margin-top: 5px;
}
.list-group-item {
  color: white;
  background-color: #1E1E1E;
}
#loginScreen #content #connectGP #title-instance {
  margin: 5%;
}
div#overScreen {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0.8;
  background: #474B55;
  display: none;
}
p#overScreenMessage {
  position: fixed;
  top: 30%;
  text-align: center;
  width: 100%;
  font-size: larger;
  color: #FFFFFF;
}
p#overScreenMessage a {
  color: #65AECD;
}
@media screen and (max-width: 750px) and (max-height: 900px) {
  #loginScreen #content {
    left: 5%;
    max-width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 560px) and (min-width: 401px) {
  #loginScreen h1 {
    font-size: 50px;
  }
  #loginScreen p {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  #loginScreen h1 {
    font-size: 45px;
  }
  #loginScreen #connectGP li a {
    font-size: 12px;
  }
}
