﻿
/* Overwrite styles*/
html, body {
    height:100%;
    margin: 0;
}
body {
    overflow: initial;
    font-family: "roboto", "Segoe UI" !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Sansumi-DemiBold, "roboto", "Segoe UI" !important;
}

#login-page .auth.theme-two .auto-form-wrapper {
    padding: 100px 5% 5%;
}
#login-page .auth.theme-two .banner-section .slide-content.bg-1 {
    background-position: center bottom;
}
#login-page .nav-get-started {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 30px;
    right: 30px;
}

.page-body-wrapper {
   
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

    .page-body-wrapper.full-page-wrapper {
        width: 100%;
        min-height: 100vh;
    }
.card-body {
    min-height:30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .datepicker > div {
        display: block;
    }
}
/* end */
#login-page {
   display: flex;
   flex-direction: column;
   flex-flow:column;
   height:100%;
}
#login-page .footer-bottom {
    flex: 1 1 auto;
}
#login-page .page-body-wrapper {
    flex: 1 1 auto;
}
    #login-page .auth,
    #login-page .auth.theme-two .auto-form-wrapper {
        min-height: 475px;
    }
#login-page .logo-holder {
    text-align: center;
    margin: 100px 0 0 -45px;
    padding: 0 5%;
}

.border-black {
    border: 2px solid #000;
}

#login-page .slide-content {
    clear:both;
    margin-left: -12.5px;
}
#login-page img {
    object-fit: cover;
}

.wcb-logo-holder-page-top {
    padding: 2.0rem;
}
#browse-sites .site-wrapper {
    margin: auto 0;
}
.wcb-site-logo_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px;
    height: 75px;
}
#browse-building-logo .card-body-property-listing,
#browse-property-logo .card-body-property-listing {
    min-height: 40px;
    height: auto;
}
#browse-building-logo .wcb-site-logo_holder,
#browse-property-logo .wcb-site-logo_holder {
    min-height: 0;
    height: auto;
}
.wcb-site-logo_holder img {
    max-height:100%;
    width:100%;
}
.site-display-name {
    font-size: 0.90rem;
    font-family: Sansumi-DemiBold, "roboto", sans-serif !important;
}
.btn-register {
    color: #fff;
    background-color: #000;
    padding: 10px 20px;
}

    .btn-register:hover {
        color: #fff !important;
        background-color: rgb(100, 100, 100);
        font-weight: 800;
    }

.btn-wcb-re-rounded {
    margin-left: 20px;
    border-radius: 50px;
    background: #e1261c;
    color: #ffffff;
}

.btn-wcb {
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.footer-bottom {
    background-color: #000;
    position: relative;
    width: 100%;
    color: #999;
    font-weight: 200;
}

    .footer-bottom .wcb_logo_holder {
        width: 300px;
        padding: 30px 0 0 50px;
    }
        .footer-bottom .footer-third-party-logo svg,
        .footer-bottom .footer-third-party-logo img {
            width: 30px;
            height: 30px;
            opacity:0.4;
            margin:10px 20px;
        }
    .footer-bottom .legal-holder {
        border-top: 1px solid #333;
    }

    .footer-bottom .legal {
        font-size: 0.875rem;
        margin-left: 50px;
        min-height: 1.5em;
    }

        .footer-bottom .legal a {
            color: #ddd;
        }

        .footer-bottom .legal .legal-centered {
            text-align: center;
        }

            .footer-bottom .legal .legal-centered .legal-seperator {
                display: inline-block;
                vertical-align: middle;
                width: 20px;
                margin-bottom: 10px;
            }

    .footer-bottom .footer-highlight {
        color: #ddd;
        font-weight: 700;
    }

    .footer-bottom .footer-column-2 {
        padding: 30px 30px 0 0;
    }

    .footer-bottom .icon-list-right {
        float: right;
    }

        .footer-bottom .icon-list-right li {
            margin-left: 30px;
        }

        .footer-bottom .icon-list-right .icon-list-item {
            display: inline-block;
            line-height: 1;
            text-align: center;
        }

            .footer-bottom .icon-list-right .icon-list-item a {
                display: block;
            }

        .footer-bottom .icon-list-right .icon-list-social-logo-grey {
            fill: #555;
        }

        .footer-bottom .icon-list-right .icon-list-social-logo-small {
            width: 20px;
            margin: 0;
            max-height: 20px;
        }