html,
body {
    height: 100%;
}

.message{
color:#f03e3e;
text-align: center;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  }

.no-top {
    margin-top:0;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
}

.cardheader{
  background: #D3D3D3;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.right-1{
  position: absolute;
  right: 10px;
}

.right-2{
  position: absolute;
  right: 40px;
}

.fa-xs{
  vertical-align: center;
  padding: 0px;
  height: 2%;
}

.btn{
  padding: 0px;
}

.headerstyle{
  background-color: #f2f2f2;
}

.bold{
  font-weight: 500;
}


h1{
  position: absolute;
  right: 5%;
  top: 35%;
  width: 100%;
  text-align: right;
  font-size: 22px;
}
