body
{
    /* background-image: url(../images/volcano.jpg); */
    background-color: #ecf6ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    
}


.Users3{
  margin-top: 4em;
}

.spacing-1{
  margin-top: 2em;
}

.spacing-2{
  margin-top: 1em;
}

.center{
  text-align: center;
}

.text-accent{
  color: #727272;
}

.spinner {
  margin: 15%;
  width: 11.2px;
  height: 11.2px;
  animation: spinner-z355kx 1s infinite linear;
  border-radius: 11.2px;
  box-shadow: 28px 0px 0 0 #0088ff, 17.4px 21.8px 0 0 #0088ff, -6.2px 27.2px 0 0 #0088ff, -25.2px 12px 0 0 #0088ff, -25.2px -12px 0 0 #0088ff, -6.2px -27.2px 0 0 #0088ff, 17.4px -21.8px 0 0 #0088ff;
}


.UserLogContainer
{
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  right: 20px;
  width: 300px;
  border: 3px solid #73AD21;
  padding: 10px;

}

@media screen and (min-width: 780px) {
.full-width-img {
margin: auto;
width: 90%;
}}

@keyframes spinner-z355kx {
  to {
     transform: rotate(360deg);
  }
}
