#form {
    max-width: 333px;
    width: 90%;
    position: relative;
    left: 50%;
    top: 10%;
    padding: 20px;
    border-radius: 4px;
    transform: translate(-50%, 10%);
    color: #191343;
    box-shadow: 3px 3px 4px rgba(128, 128, 128,0.9);
    border: 5px solid #efefef;
    background-color: #d5d5d5;
    font-family: Quicksand, sans-serif;
}

#head {
  text-align: center;
}

#image {
  margin: auto;
  width: 50%;
  padding: 10px;
  max-height: 175px;
  max-width: 175px;
}

#linkas {
  display: block;
  text-align: center;
  font-size: 12px;
  opacity: 0.9;
  text-decoration: none;
}

#butonas {
    background: #1B1545;
    outline: none;
    text-shadow: initial;
}

#formum {
  background: none;
  border: none;
  border-bottom: 1px solid #434a52;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
}

#formum2 {
  background: none;
  border: none;
  border-bottom: 1px solid #434a52;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
}

body {
    background-image: url("../image/BG_Login.jpg");
    background-size: cover;
    background-repeat: repeat-y;
    height: auto;
    width: auto;
}

