html { 
  /*background-color: rgb(44, 44, 44);*/
  color: white;
  font-family: Roboto, sans-serif;
  max-width: 100%;
  text-align: center;
  /*background-color: rgba(124, 122, 122, 0.4);*/
  background-color: #212121;
}

div.background{
  position: absolute;
  background-size: contain;
  z-index: -1;
  width: 100%;
  opacity: 0.5;
}

div.header{
position: absolute;
margin-top: 5px;
width: 100%;
}

div.dbConnection {
  padding: 5px 5px;
  text-align: center;
}

div.menu{
  text-align: left;
  position: fixed;
  margin-top: 250px;
  margin-left: 10px;
  padding: 10px;
  background: white;
  color: black;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;

}


a {
  text-decoration: none;
  cursor: pointer;
  
}



div.loginField{
padding: 5px 5px;
text-align: center;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: fit-content;
color: black;
border-width: 1px;
border-style: solid;
border-radius: 20px;
/*background: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  */
background-color: #292929;

}

div.logout{
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
}

input.continue2mainPage {
  padding: 12px 20px;
  color: white;
  background: rgb(81, 101, 214);
  font-size: 18px;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(25, 37, 103);
}


input.inputLogin {
	font-size: 18px;
  border: none;
  outline: none;
  border-radius: 15px;
  padding: 10px;
  background-color: #ccc;
  box-shadow: inset 2px 5px 10px rgba(0,0,0,0.3);
  transition: 300ms ease-in-out;
}

input.inputLogin:focus {
  background-color: white;
  transform: scale(1.05);
  box-shadow: 13px 13px 100px #969696,
             -13px -13px 100px #ffffff;
}

input.enterLogin {
width: 30%;
padding: 12px 20px;
color: white;
background: rgb(12, 147, 62);
font-size: 18px;
border-radius: 20px;
border-width: 2px;
border-style: solid;
border-color: rgb(6, 96, 39);
}

input.enterLogin:hover {
background-color: rgb(138, 229, 171);
}

input.naviBtn {
  padding: 5px;
  color: white;
  background: rgb(73, 147, 157);
  font-size: 15px;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
}

input.enterLogin:hover {
  background-color: rgb(134, 211, 221);
  }
  
  button.loginBTN {
 width: 80%;
 margin-left: 20px;
 margin-right: 20px; 
    padding: 10px;
 background: black;
 color: white;
 border: none;
 border-radius: 10px;
 font-size: 20px;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

button.loginBTN:hover {
 color: black;
}

button.loginBTN:after {
 content: "";
 background: white;
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
}

button.loginBTN:hover:after {
 transform: skewX(-45deg) scale(1, 1);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}


.spinner {
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
  background-image: linear-gradient(rgb(186, 66, 255) 35%,rgb(0, 225, 255));
  width: 100px;
  height: 100px;
  animation: spinning82341 1.7s linear infinite;
  text-align: center;
  border-radius: 50px;
  filter: blur(1px);
  box-shadow: 0px -5px 20px 0px rgb(186, 66, 255), 0px 5px 20px 0px rgb(0, 225, 255);
}

.spinner1 {
  background-color: rgb(36, 36, 36);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  filter: blur(10px);
}

@keyframes spinning82341 {
  to {
    transform: rotate(360deg);
  }
}

button.naviBTN {
  height: 50px;
  margin: 5px;
  width: 75%;
  background: #333;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Consolas, Courier New, monospace;
  border: solid #404C5D 1px;
  font-size: 16px;
  color: rgb(228, 222, 222);
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 5px;
  background: linear-gradient(145deg, #2e2d2d, #212121);
  -webkit-box-shadow: -1px -5px 15px #41465B, 
               5px  5px 15px #41465B, 
    inset      5px  5px 10px #212121, 
    inset     -5px -5px 10px #212121;
  box-shadow: -1px -5px 15px #41465B, 
               5px  5px 15px #41465B, 
    inset      5px  5px 10px #212121, 
    inset     -5px -5px 10px #212121;
}

button.naviBTN:hover {
  -webkit-box-shadow: 1px 1px 13px #20232e,
                    -1px -1px 13px #545b78;
  box-shadow: 1px 1px 13px #20232e,
             -1px -1px 13px #545b78;
  color: #1d91d9;
  -webkit-transition: 500ms;
  transition: 500ms;
}

button.naviBTN:active {
  -webkit-box-shadow: 1px 1px 13px #20232e,
                     -1px -1px 33px #545b78;
  box-shadow: 1px 1px 13px #20232e,
             -1px -1px 33px #545b78;
  color: #d6d6d6;
  -webkit-transition: 100ms;
  transition: 100ms;
}