::placeholder{
    color: black;
    text-align: center;
    
}


body {
   
    background-color: #A2DBFA;
    font-family:  Helvetica, Arial, sans-serif;
    color: black;
    margin: 0 0.5%;
    text-align: center;
}


.heading {
  height: 95px;
  width: 100%;
  background-color: white;
  text-align: left;
  z-index: 1030;
  position: relative; /* Correct CSS syntax */
  top: 0;           /* Pin it to the top */
  left: 0;
}

.alert {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0;
  z-index: 1029;
}

.sslogo {
    display: inline-block;
    padding: 2px 10px;
    height: 90px;
    width: 90px;
    margin: 0px;
 
}

.info-bar {
  position: relative;
  text-align: center;
  background-color: #23689B;
  width: 100%;
  min-height: 40px;
  max-height: auto;
  color: white;
  font-size: 14px;
  padding-top: 10px;
  letter-spacing: 3px;
  z-index: 1028;
}

.container {
    width: 75vw;
    max-width: 800px;
    height: auto;
    margin-top: 2vh;
    text-align: center;
    
    
}

.form-heading {
    width: 50vw;
    max-width: 533px;
    border:#23689B solid 0.5px;
    padding: 5px;
    position: relative;
    display: inline-block;
    background-color: #51C2D5;
    margin-top: -5%;
   
}

.form-body {
 
    width: 70vw;
    max-width: 770px;
    height: auto;
    margin: 0px 7px;
    padding: 20px;
    position: relative;
    /* display: inline-block; */
    display: block;
    background-color: #51C2D5;
    border:#23689B solid 0.5px;
    /* border-radius: 3%; */
    
    
}



.form-heading-wide {
  width: 60vw;
  height: auto;
  padding-top: 5px ;
  position: relative;
   display: inline-block;
  background-color: #51C2D5;
  text-align: center;
  border:#23689B solid 0.5px;
}


.form-wide {
  width: 90vw;
  height: auto;
  padding: 20px;
  position: relative;
  display: inline-block;
  background-color: #51C2D5;
  text-align: center;
  border:#23689B solid 0.5px;
}




.small-image {
    display: inline-block;
    height: 25px;
    width: 25px;
}

.top-box-text {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.2rem;
        padding: 5px;
}


.form-control {
  width: 80%;
  padding: 2px;
  margin: 1% 10%;
  background-color: #BBF1FA;
  border: #23689B solid 1px;

}

.form-control-sm {
  width: 40%;
  padding: 2px;
  margin: 1% 10%;
  background-color: #BBF1FA;
  border: #23689B solid 1px;

}
/* buttons */

.button {
    
    width: 15vw;
    /* width: 10vw; */
    /* max-width: 130px; */
    background-color: #BBF1FA; 
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 0.9rem;
    margin: 5px 5px ;
    transition-duration: 0.4s;
    cursor: pointer;
    border: #23689B solid 1px; 
    padding: 2px;
    border-radius: 7%;
  }


  .buttonReset {
  color: #0a36f8;
   
}

.buttonReset:hover {
  background-color: #0a36f8;
  color: white;
}

.buttonSave { 
    color: green;
    
}

.buttonSave:hover {
  background-color: green;
  color: white;
}

.buttonSave:disabled { 
  color: white;
  background-color: white; ;
  
}



.buttonEdit { 
    color:#7C83FD;
}

.buttonEdit:hover {
  background-color: #7C83FD;
  color: white;
}

  .buttonDelete {
    color: red;
  }
  
  .buttonDelete:hover {
    background-color: red;
    color: white;
  }
  
 
  
  .buttonBack:hover {
    background-color: black;
    color: white;
  }
 

  .top-line {
    width: 100%;
    height: auto;
    background-color: #23689B;
    margin-top: 0px;
    padding: 10px;
    text-align: center;
    color: antiquewhite;
    /* font-size: .75rem; */
    /* font-size: 1.1rem; */
    /* letter-spacing: 0.1rem; */
  }
  
  .login-container {
    background-color:#51C2D5 ;
    /* width: 50%; */
    max-width: 400px;
    margin: auto;
    padding: 10px;
    height: auto;
    text-align: center;
    margin-top: .5vh;
    border:#23689B solid 0.5px;
  }
 
 
 .login-heading {
   width: 30vw;
   max-width: 300px;
   border:#23689B solid 0.5px;
   padding: 10px 0px 5px;
   top: 165px; /* 95 (.heading) + 30 (.alert) */
   /* position: relative; */
   display: inline-block;
   background-color: #51C2D5;
   margin-top: 10px;
 
 }

 .showPassword{
   font-size: 0.8rem;
   margin-bottom: 0px;
   color: blanchedalmond;

 }

 .showPasswordChkBox{
   margin-top: 10px;
   margin-right: 5px;
  
   
 }

/* 
 styles for the seperator */

 .separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0.7rem;
  /* color:blanchedalmond */
  
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px dashed #23689B;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

/* styles for the hiding */

.hidden {
  display: none;
}


/* styles for overlay screen */


#cover{
  position:fixed;
  top: 5vh;
  left:50px;
  background:white;
  z-index:5;
  width:350px;
  height:70vh;
  display:none;
  border-radius:10px;
}



#overlay {
  position: fixed;
  display: none;
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: pink;
  z-index: 5;
  /* cursor: pointer; */
}




#loginScreen {

  position:fixed;
  top: 5vh;
  left:50px;
  height:70vh;
  width:350px;
  z-index:10;
  display:none;
  /* background: url(login.png) no-repeat; */
  border:1px solid #3DB2FF;
  border-radius:10px;
}

#loginScreen:target, #loginScreen:target + #cover{
  display:block;
  opacity:2;
}


.cancel {
  display:block;
  position:absolute;
  top:3px;
  right:2px;
  background:#A2DBFA;
  color:red;
  height:30px;
  width:35px;
  font-size:20px;
  text-decoration:none;
  text-align:center;
  font-weight:bold;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
 
 
}

.loader {
  margin-left: 50%;
  margin-top: 2%;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid blue;
  border-right: 10px solid green;
  border-bottom: 10px solid red;
  border-left: 10px solid pink;
  width: 60px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

