
/*.error-container-bottom {
    position: fixed;
    bottom: -15px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    border-radius: 0px;
  	padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}*/
.txt-align{
    text-align: right;
  }

@media only screen and (max-width: 926px){
  .txt-align{
    text-align: center;
  }
  .btn-align{
      display: block;
    width: 100%;
  }
  .small-panel{
  margin-left: 0 !important;
   margin-right: 0 !important;
  }
}

 
 
