.logincontainer {
  
  /*background-image: url(https://unsplash.imgix.net/photo-1414490929659-9a12b7e31907);*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*margin-bottom: 50px;*/
  height: 100vh;
  background-color: cadetblue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*text-align: center;*/
}
html, body {
    
    margin: 0;
    font-family: 'Roboto', sans-serif;
    
}
main {
    background-color: lightslategray;
}
.fullheight {
    height: 100%;
}
.maincontainer {
    height: 100vh;
    display: flex;
    flex-flow: column;
}

