.logo-holder{
 margin-left: 20px; 
}
.wrapper{
 margin: 20px auto;
}
.center{
 margin: 10px auto;
}
.auto{
    margin: auto;
}
.margtop{
    margin-top: 20px;
}
.footer-bar{
 padding: 10px;
 background-color: #afafaf;
}
.footer-left{
  /* font-size: 18px; */
  font-weight: 500;
  color: #FFF;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.59);
}
.holder{
  margin: 5px;
}
.footer-right{
  /* font-size: 18px; */
  font-weight: 500;
  color: #FFF;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.59);
}
.social{
 margin: 0px 5px;
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.59);
}
.form-login {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
}
.form-control {
    border-radius: 10px;
}
.spacer{
    margin: 5px 0px;
}
.header {
    color: #36A0FF;
    font-size: 27px;
    padding: 10px;
}

.bigicon {
    font-size: 35px;
    color: #36A0FF;
}
.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #36A0FF;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
.accountHolder{
    height: 200px;
}
.tab-pane{
    padding: 5px;
}
.description {
    background: white;
    border: grey;
    border-width: thin;
    padding: 5px;
    margin-top: 10px;
    border-style: solid;
}