h2{
  margin-top: 20px;
}

#inputGroup-sizing-default{
  color: white;
  background: #0d6efd;
}

.r1class{

  padding-right: 0.9em;
}

.reqclass{
  padding-left: 0.45em;
  padding-right: 0.45em;
}

.btn{
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}


/*Optional Formatting placeholders*/
/*::-webkit-input-placeholder {
  text-align: center;
}
::-moz-placeholder {
  text-align: center;
}
:-ms-input-placeholder {
  text-align: center;
}
::placeholder {
  text-align: center;
}*/



.imageclass {
  position: relative;
  /*border: solid black;*/
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  display: flex;
}

#image-lightning{

   transform: rotate(270deg);
}



#main-content{
margin-top: 20px;

}

/*.wrapper{
  position: relative;
}



#reqval{
  postion: absolute;
}*/


html {
  position: relative;
  min-height: 100%;
}

body{
  /* Margin bottom by footer height */
  margin-bottom: 45px;
}

/* FOOTER */
.panel-footer {

  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 35px;
  
  
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #ABB;
  color: #DDD;
  border-top: 0;

}



@media screen and (min-width: 0px) and (max-width: 400px) {
  #right-arrow { display: none; }  /* show it on small screens */
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
  #my-content { display: block; }   /* hide it elsewhere */
}



