#isl-connectbox .container-sm {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

#isl-connectbox .form-input-wrapper span.loader-icon {
    top: 9px;
}

#isl-connectbox .m-t-100 {
    margin-top: 100px;
}

#isl-connectbox .m-b-10 {
    margin-bottom: 10px;
}

.btn-success {
    background-color: #4193C9;
    border-color: #4193C9;
}

img.logo {
    max-width: 500px;
}

.m-t-100 {
    margin-top: 100px;
}

#isl-connectbox .row {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.h2, h2 {
    font-size: 1.5rem;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.img-badge-appstore, .img-badge-googleplay {
    width: 203px;
    height: 60px;
}

.img-badge-microsoftstore {
    width: 167px;
    height: 60px;
}

@media screen and (max-width: 775px){
    .list-inline > li {
        display: list-item;
        padding-bottom: 15px;
    }
}

.center {
    text-align: center;
}

.session-title{
    padding-bottom: 10px;
}

.form-control{
    font-size: 1.4em;
}

@media (min-width: 992px) {
    .col-lg-8 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%;
    }
}

/* Footer */

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #4193C9;
}

.footer, .footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer ul{
    margin-bottom: 0;
}

.footer ul li {
    white-space: nowrap;
    display: inline;
    list-style-type: none;
}

.footer ul li:after {
    content: "|";
    padding: 0 10px;
}

.footer ul li:last-child:after {
    content: "";
}

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

/* Hide download bubble */
/*div#islonline-download-pointer{display: none !important;}*/
