html {
  height: 100%;
}

body {
    background: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ), url("./background.jpg") no-repeat fixed;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.backimage {
  background: linear-gradient(
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.6)
  ), url("./background.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center;
}


#content {
  width: 100%;
  padding: 15px;
  position: relative;
}

.content-blur {
  background-attachment: fixed;
  overflow: visible;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  z-index: -1;
}

.content-blur,
.content-text {
width: 100%;
min-height: inherit;
position: absolute;
padding: 15px;
top: 0;
left: 0;
color: white;
}
 
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    /* font-family: "Roboto", sans-serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    display: flex;
    flex-flow: column;
  }

.button-logout {
    background:  #2e2d2d;
    border: none;
    height: 40px;
    width: 38px;
}

.button-app {
  width: 54px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #2e2d2d;
    color: white;
    height: 100%;
    font-size: 16px;
    border: 1px solid;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .btn-plus {
    border: 1px solid;
    color: white;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #c5c7c9;
    width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content-little {
    width: 92px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #c5c7c9;}

  
.top-menu {
  background-color: #2e2d2d;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 50px;
}

.top-menu-title {
  align-items: center;
  display: flex;
  justify-content: center;
}

.block-ext-main {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}

.block-int-main {
  position: relative;
  z-index: 1;
  background: #2e2d2d;
  max-width: 720px;
  font-size: 16px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

  .wrapper {
    display: flex;
    width: 100%;
    /* min-height: inherit; */
    align-items: stretch;
    height: inherit;
}

input {
  color: black;
}