/* 	Last updated GP@24Nov24_0920
    Test script for admin only which tests the new pin, web access and join button processes.
    vacsc.co.uk/portal/ldgpage.php
*/
body,
html {
  height: 100%;
  margin:0;
}

.card-container.card {
  max-width: 620px;
  /*padding: 5px 40px;*/
}

p#logstrap {
  font-size: 0.7rem;
  color: #4d004d;
}

p.join_note{
  font-size:0.8rem;
  color:#481b55;
  padding-top:1rem;
  text-align: left;
}

.index-modal{
  --bs-gutter-x: 0 !important;
}

.btn {
  font-weight: 700;
  /*height: 20px;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.btn-loginT {
  margin-bottom: 0.5rem !important;
  height: 24px !important;
  font-size: 12px !important;
}

.btn-loginM {
  background-color: #e6e6e6;
  color: #481b55;
  font-size: 0.8rem !important;
}

.btn-loginB {
  background-color: #e6e6e6;
  color: #481b55;
  font-size: 0.8rem !important;
}

.btn-Rego {
  background-color: #e6e6e6;
  color: #481b55;
  margin-top: 1.0rem !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.8rem !important;
}

.btn-infojs {
  height: 24px !important;
  font-size: 0.8rem !important;
  display: inline-block;
  max-width: 350px;
  background-color: #F7F7F7;
  color: #481b55;
}

.btn-form {
  width: 50%;
}

.logbtn {
  background: #993333;
  border: none;
  font-size: 0.8rem;
  border-radius: 10px;
}

.logbtn2 {
  background: rgba(204, 0, 0, .6);
  border: none;
  border-radius: 1rem;
  font-size: 0.7rem;
  width: 8rem;
}

.logbtnp {
  background: rgba(102, 102, 255, .6);
  border: none;
  border-radius: 1rem;
  font-size: 0.8rem;
  width: 5rem;
}

.logbtng {
  background: #993333;
  border: none;
  margin-top: 2vh;
}

.card {
  background-color: #F7F7F7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 20px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  max-width: 250px;
}

.card#landing-card #cookie-card #pinreset {
  background-color: #e6e6e6;
}

.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 1px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

p.login-admin-title {
  color: #5900b3;
  font-weight: bold;
  margin-bottom: 2px;
}

a.login-admin {
  color: #999999;
}

a.loginForm {
  text-decoration: none !important;
}

.login-admin:hover,
.login-admin:active,
.login-admin:focus {
  color: #4d4d4d;
}

a.joinwebflash {
  color: #ff8000;
}

.new-join {
  color: #ab2b4b;
}

.new-join:hover,
.new-join:active,
.new-join:focus {
  color: #0073e6;
}

ul.login {
  margin-top: 1px;
}

.fa-facebook {
  color: #3b5998;
}

.fa-question-circle {
  color: #e68a00;
}

.bs-example {
  margin-bottom: 1rem;
}

.progO {
  color: #ffffff;
  text-align: center;
}

.progP {
  color: #740674;
  text-align: center;
  margin-top: 1vh;
}

.modal-body {
  background-color: #ffffff;
}

.modal-footer .btn-primary {
  background-color: #e68a00;
  border: none !important;
}

.linx {
  font-size: 0.6rem;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .linx {
    font-size: 0.4rem;
    color: #ffff00;
  }

  #landing-card,
  #cookie-card,
  #pinreset,
  #liForm,
  #npForm,
  #npwaForm {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

h1.cookie {
  color: #481b55;
  font-family: 'Montserrat', sans-serif;
}

h2.log-in {
  color: #481b55;
  font-family: 'Montserrat', sans-serif;
}

h4.vacschdr{
  color: #cc0000;
  font-family: 'Montserrat', sans-serif;
  text-align:center;
}

.navbar-header {
  text-align: center;
}

#npForm #liForm {
  display: none;
}

.card-strap {
  text-decoration: none;
  font-size: 0.8rem;
}

h5.card-title {
  color: #5900b3;
}

a.card-title {
  text-decoration: none;
  color: #5900b3;
}

.visitormsgs{
  padding-top: 1vh;
  padding-bottom: 1vh;
  background-color: #d9d9d9;
  background-size: cover;
  background-repeat: no-repeat;
  color: #660066;   
}

.vsFormHdr {
  color: #cc0000;
  font-weight: bold;
  font-size: 1.1rem;
}

.progressimg {
  max-width: 50%;
  max-height: 20%;
}

.godaddy {
  max-width: 20%;
  max-height: 10%;
}

@media only screen and (max-width: 480px) {
  #landingposts, #cookie-policy, #pinreset {
      margin-left: 2%;
      margin-right: 2%;
  }
}

/* loader balls */
.ballsack{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
    
}
/* Creating the dots */
span#balls{
  height: 25px;
  width: 25px;
  margin-right: 10px;
  margin-bottom:5px;
  border-radius: 50%;
  background-color: #481b55;
  animation: loading 1s linear infinite;
}
/* Creating the loading animation*/
@keyframes loading {
  0%{
   transform: translateX(0);
  }
  25%{
   transform: translateX(15px);
  }
  50%{
   transform: translateX(-15px);
  }
  100%{
   transform: translateX(0);
  }
    
}
span#balls:nth-child(1){
 animation-delay: 0.1s;
}
span#balls:nth-child(2){
 animation-delay: 0.2s;
}
span#balls:nth-child(3){
 animation-delay: 0.3s;
}
span#balls:nth-child(4){
 animation-delay: 0.4s;
}
span#balls:nth-child(5){
 animation-delay: 0.5s;
}