.flex-container{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    align-content: space-between;
    margin-left: 10px;
    }

.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    align-content: space-between;
    margin-left: 0px;
    margin-right: 15px;
    }

.landing-page {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    align-content: center;
    padding: 51px;
    -webkit-box-shadow: 0px 2px 30px 10px rgb(147, 182, 235);
    -moz-box-shadow: 0px 2px 30px 10px rgb(147, 182, 235);
    box-shadow: 0px 2px 30px 10px rgb(147, 182, 235);
}
@media screen and (max-width: 767px) {
    .status {
        height: 150px !important;
        width: 150px !important;
    }
  }

  #container {
    /* width: 800px; */
    height: 600px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.status {
    height: 200px;
    width: 200px;
    margin-left: 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 2px 30px 10px rgb(147, 182, 235);
    -moz-box-shadow: 0px 2px 30px 10px rgb(147, 182, 235);
    box-shadow: 0px 2px 30px 10px rgb(147, 182, 235);
    border-radius: 10px;
    
}
.element-1{
  padding:15px;
  align-items: center;
}
.title-landing{
    text-align: center;
}
.status + .tooltip > .tooltip-inner {
    background-color: #73AD21; 
    color: #FFFFFF; 
    border: 1px solid green; 
    padding: 15px;
    font-size: 20px;
  }
  /* Tooltip on top */
  .status + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
  }
  .title-landing{
    background-color: #f2f3f9;
    border-bottom: 2px solid green; 
    padding: 20px;
  }
  .title-landing h1{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #1c8fd5;
    letter-spacing: .02em;
  }
.description-button{
    display: flex;
    align-self: flex-end;
    flex: 0 1 auto;
    padding: 10px;
    font-size: 18px;
}
.logo-default-landing{
    /* width: 168px;
    height: 168px; */
    width: auto;
    height: auto;
}
.logo-default{
	width: 50px !important;
	height: 100px !important;
}
.rd-navbar-brand{
    width: 90px;
    height: auto;
}
.rd-navbar-static .rd-navbar-brand img{
	width: 50px !important;
	height: 100px !important;
}