@charset "UTF-8";

/*---- BODY & HTML ----*/
html,
body {
  height: 100%;
}

body {
  position: relative;
  margin:0;
  padding:0;
  background-color: rgb(27,44,90);
  font-family: 'Poppins', sans-serif;
}
*, *:before, *:after{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-center{
  text-align: center;
}
.wrapper{
  height: 100%;
  padding:0 6.66%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(27,44,90);
  background: linear-gradient(180deg, rgba(27,44,90,1) 0%, rgba(51,73,133,1) 100%);
}



/*----- login_card -----*/
.login_card{
  position: relative;
  background:rgb(255 255 255 / 10%);
  padding:30px;
  border-radius: 30px;
  box-shadow: 1px -1px 71px -34px rgba(0,22,81,1);
  -webkit-box-shadow: 1px -1px 71px -34px rgba(0,22,81,1);
  -moz-box-shadow: 1px -1px 71px -34px rgba(0,22,81,1);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
}
.login_card img{
  display: block;
  margin-bottom: 24px;
  width: 184px;
}
.login_form{
  width: 100%;
}
.login_form input{
  padding: 8px;
  font-size: 16px;
  outline: none;
  width: 100%;
  border: solid 1px #FFF;
  color: #1b2c5b;
}
.lc_email, .lc_password{
  text-align: left;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  color: #4d4d4d;
}
.lc_email label, .lc_password label{
  color: #FFF;
  margin-bottom: 6px;
  font-size: 14px;
}
.lc_email{
  margin-bottom: 4px;
}
.sec-2{
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FFF;
  border: 2px solid #FFF;
  padding: 8px 16px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgb(29 46 93 / 50%);
}
.sec-2 .feather{
  margin-right: 2px
}
.sec-2_error{
  border: 2px solid #f14949;
}
#show-password{
  width: 24px;
  display: flex;
}
.btn_connexion{
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding: 18px;
  background-color: #1b2c5a;
  color: white;
  border: none;
  border-radius: 30px;
  width: 100%;
  margin-top: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.btn_connexion:hover{
  background-color: #101e42;
}
.btn_forgotPassword{
  display: block;
  margin-top:12px;
  font-size: 12px;
  color: #FFF;
}
.p_forgotpassword{
  font-size: 14px;
  color:#FFF;
  text-align: center;
  overflow-wrap: break-word;
}
.JDHS87{
  display: block;
  margin: 40px 0;
  padding: 12px;
  max-width: 300px;
  font-weight: 500;
  color: #2ab2ae;
  overflow-wrap: break-word;
  border-radius: 90px;
  background: rgb(27 45 90 / 20%);
  text-align: center;
  box-shadow: 1px -1px 71px -34px rgb(0 22 81);
  -webkit-box-shadow: 0px 0px 21px 0px rgb(255 255 255 / 16%);
  -moz-box-shadow: 1px -1px 71px -34px rgba(0,22,81,1);
  animation: fadeInUp 1s;
  animation-duration: 900ms;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.animationfadeInUp{
  animation: fadeInUp 1s;
  animation-duration: 900ms;
}

.winservice_access {
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.winservice_access a{
  display: flex;
  margin-top: 24px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition-duration: 0.4s;
}
.winservice_access a:hover{
  color:#47BABC;
  text-decoration: underline;
}


.btn-back{
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
}
.btn-back a{
  display: flex;
  background: rgb(255 255 255 / 20%);
  color: #FFF;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 99px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.btn-back a:hover{
  display: flex;
  background: #47BABC;
  color: #FFF;
  text-decoration: none;
}
.btn-back .chevron-left{
  width: 30px;
  height: 30px;
  margin-left:-4px;
}


/*----- OUR ADMIN -----*/
.ouradmin a{
  position: absolute;
  top:10px;
  right:20px;
  color:#1d2e5d;
}
.ouradmin a:hover{
  position: absolute;
  top:10px;
  right:20px;
  color:#324884;
}
.powerrangers {
  display: none;
}
.powerrangers img{
  width:400px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgb(29 46 93 / 50%);
}
.ouradmin:hover + .powerrangers {
  z-index: 999;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.winserviceadmin{
  color:#7e90c1;
  margin-top:20px;
}
.winserviceadmin:hover{
  color:#47BABC;
}

/*----- ERROR MESSAGES -----*/
.error_icon{
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.emailErrorMessage{
  display: flex;
  align-items: center;
  line-height: 14px;
  margin-top: 10px;
  color: #ffffff;
  background: rgb(242 73 73 / 90%);
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
}
