body{
  background: #30363f;
  color: white;
}
body input{
  color: black;
}
#header{
  width: 100%;
  height: 110px;
  background: #1E242D;
}
.title{
  font-size: 30px;
  padding-top: 20px;
  padding-left: 17px;
}
.subTitle{
  font-size: 20px;
  color: #777;
  padding-left: 17px;
}

.pageForbidden {
  font-size: 18px;
}

.pageForbidden.mainContent {
  text-align: center;
}


.mainContent{
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.loginLogo {
  width: 100%;
  height: 75px;
  margin: 0px 0px 40px 0px;
  background-color: #DDD;
  background-image: url(../img/vega.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.mainContent a {
  display: block;
  padding: 20px;
  border: 1px #DDD solid;
  background: #EEE;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 20px auto;
  max-width: 250px;
  border-radius: 3px;
}

.mainContent a:active {
  background: #DDD;
}

.login_form_input_label_wrapper {
    position: relative;
    margin-bottom: 10px;
    padding-top: 25px;
}

.login_form label {
    display: block;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    font-size: 16px;
    transition: opacity 0.2s ease;
}

.login_form input {
    display: block;
    width: 100%;
}

.login_form input[type="text"],
.login_form input[type="password"] {
    background: #1E242D;
    border: none;
    padding: 10px;
    color: #FFF;
    font-size: 20px;
}

.login_form input[type="text"]::placeholder,
.login_form input[type="password"]::placeholder {
    color: #888;
}

.login_form input:valid + label {
    opacity: 1;
}

.login_form input[type="submit"] {
    background: green;
    border: none;
    margin-top: 35px;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}


.drivup-logo {
  width: 210px;
  height: 100%;
  background-image: url(../img/Logo_DrivUp.svg);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  #header {
    height: 80px;
  }
}
