/* 
    Created on : 18 set 2023, 11:11:57
    Author     : Hannibal
*/

html {
    height: 100%;
}

body {
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    height: 100%;
}

.page-wrapper {
    background: #f9fbfd;
    display: none;
    box-shadow: none;
    height: 100%;
}

#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper {
    margin-left: 0;
}

#main-wrapper {
    width: 100%;
    overflow: hidden;
    display: table;
    height: 100%;
}

.page-wrapper {
    background: rgba(255, 255, 255, 0.8);
    display: table-row;
}

.card {
    box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
    border: none;
}

.col-lg-4 {
    text-align: center;
}

.dark-logo {
    margin-bottom: 40px;
}

  @media (max-width: 1024px) {  
    .dark-logo {
        width: 100%;
    }
  }

.card-text {
    margin-bottom: 80px;
}

.auth-wrapper .auth-box {
    justify-content: center;
}

.message {
    font-size: 14px;
    margin: 14px 0;
    color: #826afb;
    display: none;
}

.message.active {
    display: block;
}

.refresh_button {
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  display: contents;
}

.captch_box input {
    width: 85%;
    padding: 5px;
    text-align: center;
}

input[name="secure"] {
    position: absolute;
    left: -999999999px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-left: 1rem;
}

.cf-turnstile {
    padding-top: 1rem;
}