html, body {
  height: 100%;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: calc(100vh - 86px); /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

h1
{
  margin-bottom: 20px;
}

body
{
  font-family: 'Exo 2', sans-serif;
  background-image:url("../img/light_toast.png");
}
.mainBrand
{
  background-color: #0073e6;
  margin: 0px !important;
  padding: 0.5rem 1rem 0.5rem 1rem;
  color: #FFF !important;
}
.mainNav
{
  padding: 0 !important;
  /*background-color: #000 !important;*/
}

.navItems
{
  color: white !important;
}
.myToggler
{
  border-radius: 0;
  background-color: #0073e6;
  height: 46px;
}
.container
{
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px;
}
.myFooter
{
  text-align: center;
  margin: 0px !important;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.authorization
{
  margin-top: 20px;
  text-align: center;
}
