html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.content-left {
    height: 100vh;
    background: url("../images/welcome-image.jpg") no-repeat;
}

.content-right {
    height: 100vh;
    background: #fff;
    padding-left: 30px;
}

.center-block {
}

.content-left .b2c-link {
    color: #fff;
    margin-left: 90px;
    margin-top: 30px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.welcoming-text {
    width: 58%;
    /* text-align: right; */
    margin-left: 25%;
    margin-top: 25%;
}

    .welcoming-text p {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

    .welcoming-text h3 {
        color: #fff;
        font-size: 50pt;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        margin-top: -15px;
    }

.welcome-logos {
    width: 44%;
    margin-left: 38%;
    margin-top: 20vh;
}

    .welcome-logos .vertical-seperator {
        display: inline-block;
        height: 60px;
        background: #fff;
        width: 2px;
        margin: 0 15px;
    }

    .welcome-logos img {
        margin-top: -50px;
    }

.b2b-login-box {
    margin-top: 20vh;
    font-family: 'Roboto', sans-serif;
    width: 60%;
}

    .b2b-login-box h3 {
        color: #3d4657;
        font-size: 45px;
        font-weight: 700;
        margin-top: 30px;
    }

.login-text {
    width: 75%;
    color: #7b879e;
    font-size: 17px;
    margin-top: 30px;
}

    .login-text a {
        color: #696cd7;
    }

.b2b-form-row {
    margin-bottom: 30px;
}

.form-text, label {
    color: #7b879e;
}

.b2b-login-box input {
    padding: 25px 20px;
}

.b2b-login-box .form-control {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #97a0b3;
}

.b2b-login-btn {
    color: #fff;
    background: #4f4b6a;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    /* box-shadow: 0px 1px 17px 3px #9dd252; */
}

/* override default bootstrap styles */

.container, .container-fluid, .row, [class*="col-"] {
    padding: 0;
}

/* responsive utilities */

@media (max-width: 575.98px) {
    body {
        overflow-y: scroll;
    }

    .content-left {
        height: auto;
        padding-bottom: 30px;
    }

    .welcoming-text {
        margin: 20px auto;
        width: 70%;
    }

        .welcoming-text p {
            font-size: 13px;
        }

        .welcoming-text h3 {
            color: #fff;
            font-size: 32pt;
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            margin-top: 15px;
            text-align: center;
        }

    .welcome-logos {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

        .welcome-logos img {
            width: 30%;
        }

    .b2c-link {
        margin: 15px auto;
        text-align: center;
        width: 100%;
        margin-left: 0 !important;
    }

    .content-right {
        height: auto;
    }

    .b2b-login-box {
        margin-top: 30px;
        width: 90%;
    }

    .b2b-logo {
        width: 100%;
        text-align: center;
    }

        .b2b-logo img {
            width: 50%;
            text-align: center;
            ;
        }

    .b2b-login-box h3 {
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    }

    .login-text {
        width: 100%;
        font-size: 15px;
    }

    .b2b-form-row {
        text-align: center;
    }

    .b2b-login-btn {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
    }

    .b2b-login-box input {
        padding: 15px 20px;
    }
}
