.logInsubscreen
{
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  padding: 0px 10px
}

#loader-item
{
  position: absolute;
  left: auto;
  right: auto;
  height: 40px;
  width: 400px;
  top: 30px;
  background-color: white;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  border-radius: 5px;
  flex-direction: column;
}

@keyframes error_animation {
  0%   {left: 0px}
  30%   {left: 5px}
  80%   {left: -5px}
  100%   {left: 0px}
}

.InputItemError
{
  position: relative;
  animation-name: error_animation;
  animation-duration: .3s;
  border-color: red;
}

#input-item
{
  position: relative;
  left: 0px;
  top: 0px;
}

.logInsubscreen-keep-logged-in{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.logInBigText {
  padding-right: 10px;
}


.stay_signed_label
{
    font-size: 18px;
}

.hidden
{
  visibility:hidden;
}

.logInTitle
{
  font-size: 25px;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-weight: 200;
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.passwordBox 
{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.purplescaleon
{
  text-decoration: none;
  color:rgb(166, 59, 180)
}

.greyscaleon
{
  filter: grayscale(100%);
}

.logInBigText
{
  font-size: 20px;
}

.logInerrorCard
{
  text-align: center;
  padding: 10px;
  background-color: white;
  width:50%;
  border: 2px solid lightgray;
  border-radius: 14px;
  overflow: hidden;
  margin: 12px 0px;
  height: 5vh;
}
.logInerrorCard > *
{
  color: red;
}

.loginpicture
{
    display: flex;
    justify-content: center;
}

.login-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-image img{
  width: 20vw;
}

.logInLine {
  width: 22vw;
  margin: auto;
}

.server_down_message
{
    padding-bottom: 100px;
    font-size: 22px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
