.Absolute-Center{
  margin: auto;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
  /*border-radius: 3%;*/
}

.Absolute-Center.is-Responsive {
  width: 50%;
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  padding: 30px;
  margin-bottom: 40px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.bg-image {
  background-image: url('https://source.unsplash.com/WEQbe2jBg40/600x1200');
  background-size: cover;
  background-position: center;
}

.btn-choice {
    background-color: #0097a7;
    color: white;
    transition-duration: 0.4s;
}

.btn-choice:hover {
  background-color: #006064;
  color: white !important;
}

.icon-span {
    background-color: #19a1af;
}

.icon-i {
    color: #002d32;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  /* The image used */
  background: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.1)
      ), url("../images/green_wave_flow_background.jpg");

  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.login-footer {
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
}

@media screen and (min-height:748px)
{
    @media (min-width:1200px){
        .login-footer {
            position: absolute;
            bottom: 0;
        }
    }
}

#itema{
    grid-area: a;
    font-style: italic;
    justify-self: left;
}

#itemb{
    grid-area: b;
    align-self: left;
    justify-self: left;
    margin-left: 10ch;
}

#itemc{
    grid-area: c;
}

#itemd{
    grid-area: d;
    text-align: right;
    margin-right: 15px;
}


@media (max-width:1200px)
{
    #itemd{
        text-align: center;
    }
}

nav{
    background-color: #fff !important;
}

nav * {
    color: #211a23;
}

.login-footer > *{
    color:#211a23;
}

#btnLogin{
    min-width: fit-content;
}

@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe;
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


.alert{
  position:absolute;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
