* {

  box-sizing: border-box;
}

body {
  color: #414141; /* Dark grey*/
  background-color: #D6E9FE;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}



.links {
  display: flex;
  justify-content: flex-end;
}

.flexcontainer {
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.login {
  display:flex;
  justify-content: center;
}

form {
    padding: 5px;
    display:flex;
    justify-content: center;
    flex-direction: column;
}


.header-container {
  color: #5995DA;
  background-color: #D6E9FE;
  display: flex;
  justify-content: center;
}


.header {
  width: 900px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.beaker {
  height:80%;
}


.heading {
  font-size: 20px;
  font-family: "Helvetica", "Arial", sans-serif;
  padding-left: 20px;
}
.heading > a {
  color:#5995DA;

}


input[type=text] {
  width: 100%;
  padding: 8px 14px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=password] {
  width: 100%;
  padding: 8px 14px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.loginerror {
  color: red;
}


.login-status{
  text-align: center;
  font-size: 20px;
  background-color: #d1d1e0;
}

.button1{
    color: #FFF;
    background-color: #88AAEE;
    font-weight: bold;
    padding: 5px;
    margin: 8px 0;
    text-align: center;
    border: 2px solid #5D6063;
    border-radius: 5px;
    width: 60%;
    cursor: pointer;
    align-self: center;

}




img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}




.footer-items {
  display: flex;
  justify-content: space-between;
}

.footer-item {
  background-color: #D6E9FE;
  flex:1;
}

.footer-two {
  width:900px;
  background-color: #D6E9FE;
  flex: initial;
  justify-content: center;

}

/*.signup {
  margin-left: auto;
}*/


.signup-form{
  width: 400px;
  display: flex;
  flex-direction: column;
}

@media (max-width:480px){
  .header {
    height:80px;
  }
  .heading {
    font-size: 12px;
  }
  .beaker {
    width:40px;
  }
}
@media (max-aspect-ratio: 1/1) {

}
@media (max-aspect-ratio: 1/1) and (max-width: 480px) {


  img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }

  .main-menu-container {
    background-color: #b4EEfe;
    font-size: 14px;

  }


  footer-two {
    width:450px;
    background-color: #D6E9FE;
    flex: initial;
    justify-content: center;

  }
}
