.header-bar {
    margin-top: 5px;
    padding: 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#login-box {
    margin-top: 40px;
}

#content-main {
    margin-top: 40px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
.arrow-right {
    background-color: white;
    color: white;
    position: fixed;
    top: 50%;
    left: 0;
    width: 0; 
    height: 0; 
    border: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid green;
}

.modal-bg-trans {
    background-color: rgba(0,0,0,.0001) !important;
}

.carousel-inner img {
    width: auto;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
}
.carousel-inner {
    max-height: 110px;
    min-height: 110px;
}