﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
    color: #F05E22;
}

.btn-primary {
    color: #fff;
    background-color: #F05E22;
    border-color: #1861ac;
    width: 100%;
    max-width: 240px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #F05E22;
    border-color: #1861ac;
}
/* Sticky footer styles -------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    .navbar-nav .nav-item .nav-link {
        color: #FFF !important;
    }

    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
/* Sticky footer styles -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
}

.ExternalLogins {
    text-align: center;
}

.SocialLoginButton {
    max-width: 50px;
    padding: 5px;
}

h6.line-behind {
    width: auto;
    position: relative;
    text-align: center;
}

    h6.line-behind:after {
        content: " ";
        border-top: 1px solid dimgray;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        z-index: -1;
    }

#line-container {
    margin: 0 auto;
    background-color: white;
    width: 40%;
}

.container {
    max-width: unset;
    padding: 0;
}

header nav.bg-white.border-bottom {
    background-color: transparent !important;
    border-bottom: 0 !important;
    position: relative;
    z-index: 10;
}

header nav > .container {
    max-width: unset;
}

.navbar-nav {
    padding: 0 1rem;
}

    .navbar-nav .nav-item {
        display: flex;
        color: white;
        font-weight: 500;
    }

.main-wrapper {
    height: calc(100vh - 82px);
    position: relative;
}

main.pb-3 h1 {
    white-space: nowrap;
    font-weight: 700;
    max-width: 33.333333%;
    font-size: 2rem;
    color: #50504f;
}

main.pb-3 h4 {
    color: #50504f;
    font-size: 1.15rem;
    margin-bottom: 15px;
}

main.pb-3 {
    max-width: 50%;
}


    main.pb-3 .row-center {
        justify-content: center;
    }

    main.pb-3 .row {
        margin-right: 0px;
    }

    main.pb-3 form label {
        font-weight: bold;
    }

form#external-account {
    /*margin-bottom: 30px;*/
}

h6.line-behind {
    position: relative;
    width: auto;
    text-align: center;
}

#line-container {
    margin: 0 auto;
    background-color: white;
    width: 40%;
}

h6.line-behind::after {
    content: " ";
    border-top: 1px solid dimgray;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: -1;
}

.ExternalLogins {
    display: flex;
    justify-content: space-between;
}

    .ExternalLogins input {
        max-width: 23%;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 1% 4%;
        transition: 0.3s;
    }

main.pb-3 button[type="submit"] {
    width: 100%;
    background-color: #f25c05;
    border-color: #f25c05;
    margin-bottom: 10px;
}

.main.pb-3 button[type="submit"]:hover, .main.pb-3 button[type="submit"]:focus, .main.pb-3 button[type="submit"]:active {
    background-color: #0396a6;
    border-color: #0396a6;
    transition: 0.3s;
}

main.pb-3 p.terms-privacy {
    font-size: .7rem;
    text-align: center;
}

    main.pb-3 p.terms-privacy a {
        color: #f25c05;
    }

.left-side-content {
    margin: 15px 0px 15px 15px;
}

.right-side-content {
    top: -20px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: #1c7496;
}

    .right-side-content h2 {
        margin-top: 173px;
        color: white;
        text-align: center;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
        position: relative;
    }

        .right-side-content h2::before {
            content: '';
            width: 14px;
            height: 14px;
            background-image: url('https://acumenai.com/wp-content/uploads/2021/11/blue-accent.png');
            background-size: contain;
            background-position: center;
            position: absolute;
            display: block;
            right: 46px;
            top: -5px;
        }

    .right-side-content .img-content {
        display: flex;
        max-width: 460px;
        margin: 0 auto;
    }

        .right-side-content .img-content img {
            max-width: 210px;
        }

    .right-side-content .img-written-content {
        padding-left: 20px;
        padding-top: 55px;
        position: relative;
    }

        .right-side-content .img-written-content::before {
            content: '';
            width: 40px;
            height: 18px;
            position: absolute;
            background-image: url('https://acumenai.com/wp-content/uploads/2021/11/white-arrow@2x.png');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            left: -30px;
            top: 60px;
        }

    .right-side-content p {
        color: white;
    }

    .right-side-content .cg-mvp {
        font-size: .75rem;
        font-weight: bold;
    }

        .right-side-content .cg-mvp strong {
            text-transform: uppercase;
            color: #09b5d0;
        }

    .right-side-content .clouds-background {
        background-image: url('https://acumenai.com/wp-content/uploads/2021/11/clouds@2x.png');
        background-position: center;
        background-size: cover;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 227px;
    }

@media (max-width: 1350px) {
    .navbar-nav .nav-item .nav-link {
        color: #FFF !important;
    }

    main.pb-3 h1 {
        max-width: 75%;
    }

    main.pb-3 .col-md-4 {
        max-width: 75%;
        flex: 0 0 75%;
    }
}

@media (max-width: 1015px) {
    .navbar-nav .nav-item .nav-link {
        color: #000 !important;
    }

    .right-side-content {
        display: none;
    }

    main.pb-3 h4 {
        margin-bottom: 30px 0px 30px 0px;
    }

    main.pb-3 {
        max-width: 100%;
    }

    .right-side-content {
        width: 100%;
        position: relative;
        top: unset;
        padding-top: 173px;
    }

        .right-side-content h2 {
            margin-top: 0;
        }
}
.div-table {
    display: table;
    width: auto;
    border: 1px solid #CCCCCC;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-col-wide {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 300px;
}
.div-table-col-thin {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 125px;
}

.div-table-header-wide {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 300px;
    background-color: #ccc;
}
.div-table-header-thin {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 125px;
    background-color: #ccc;
}