﻿
body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
}

.intro {
    height: 100%;
    overflow-x: hidden;
}

    .intro > .row {
        height: 100%;
    }

.left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #75787B;
    box-shadow: 4px 0px 13px #333;
    z-index: 1;
    min-height: 450px;
}



.logo-img {
    background-image: url("../img/ventiv/Product Logo.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -ms-background-size: 35vw;
    background-size: 35vw;
    background-position: center;
    z-index: 2;
}

@media(max-width: 1200px) {
    .logo-img {
        background-size: 40vw;
    }
}

@media(max-width: 992px) {
    .logo-img {
        background-size: 42vw;
    }
}

@media(max-width: 830px) {
    .logo-img {
        background-size: 45vw;
    }
}


@media(max-width: 768px) {
    .logo-img {
        background-size: 52vw;
    }
}

@media(max-width: 660px) {
    .logo-img {
        background-size: 59vw;
    }
}

@media(max-width: 560px) {
    .logo-img {
        background-size: 68vw;
    }
}

.tiles-img-1 {
    background-image: url(../img/ventiv/tiles.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
}


.ventiv-policy-logo {
    background-image: url(../img/ventiv/Ventiv-Policy.png);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 175px;
    background-position: center;
    margin-bottom: 11px;
}

.right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-position: right !important;
    z-index: 0;
    min-height: 560px;
}


.body-bg {
    /*background : -moz-linear-gradient(19.76% 50% 0deg,rgba(42, 90, 123, 1) 0%,rgba(59, 120, 171, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(42, 90, 123, 1) 0%, rgba(59, 120, 171, 1) 100%);
    background : -webkit-gradient(linear,19.76% 50% ,103.63% 50% ,color-stop(0,rgba(42, 90, 123, 1) ),color-stop(1,rgba(59, 120, 171, 1) ));
    background : -o-linear-gradient(0deg, rgba(42, 90, 123, 1) 0%, rgba(59, 120, 171, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(42, 90, 123, 1) 0%, rgba(59, 120, 171, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A5A7B', endColorstr='#3B78AB' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(42, 90, 123, 1) 0%, rgba(59, 120, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A5A7B',endColorstr='#3B78AB' , GradientType=1);*/
    background-color: #FAFAFA;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3779ac;
    opacity: 0.66;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #3779ac;
    opacity: 0.66;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #3779ac;
    -ms-opacity: 0.66;
    opacity: 0.66;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #3779ac;
    opacity: 0.66;
}


.login-section h2 {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    /* Exclude the shadow */
    padding-right: 10px;
}

    .login-section h2.contact {
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 20px;
        /* Exclude the shadow */
        padding-right: 10px;
    }

        .login-section h2.contact a {
            color: #fff;
            text-decoration: none;
        }

            .login-section h2.contact a:hover {
                color: #e36d29;
                text-decoration: underline;
            }



.login-section .login-box {
    background: #FAFAFA;
    padding: 20px 15px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .login-section .login-box .form-group {
        margin-bottom: auto;
    }

.login-section .logo-col {
    margin-bottom: 20px;
    text-align: center;
    height: 65px;
}

.login-section .form-control {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #3779ac;
    border-radius: 0px;
    border: 1px solid #cdcdcc;
    padding: 10px;
    height: 43px;
}

    .login-section .form-control[type="password"] {
        margin-top: -1px;
    }

.login-section .button-col {
    padding: 0px 15px;
    margin: 0px;
}

    .login-section .button-col button {
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        color: #fff;
        display: block;
        width: 100%;
        padding: 8px 12px;
        text-transform: uppercase;
        background-color: #DC4405;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
        -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
        box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
        -webkit-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        border-radius: 3px;
        outline: none;
    }

        .login-section .button-col button:hover, .login-section .button-col button:focus {
            background-color: #E80907;
        }

    .login-section .button-col .learn {
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        color: #fff;
        display: block;
        width: 100%;
        padding: 8px 12px;
        text-transform: uppercase;
        background-color: #78BE20;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
        -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
        box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
        -webkit-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        border-radius: 3px;
        outline: none;
    }

        .login-section .button-col .learn:hover, .login-section .button-col .learn:focus {
            background-color: #78931f;
        }

.login-section p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #3279ae;
    margin: 0px;
    line-height: 20px;
}

.login-section .para {
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-section form div.checkbox label {
    color: #3779ac;
    padding-left: 10px;
    margin-left: 0;
}

.login-section form div.checkbox input[type=checkbox] {
    padding-left: 0;
    margin-left: 1em;
    margin-top: 2px;
    outline: rgb(205, 205, 204);
    float: right;
}

.login-section .alert {
    padding: 1em;
    padding-left: 2em;
    margin-bottom: 1em;
}

    .login-section .alert ul {
        padding: 0;
        margin: 0;
    }

    .login-section .alert button.close {
        display: none;
    }

html, body, .container.vertical-center {
    height: 100%
}

    body > .container.vertical-center {
        display: table;
        min-height: 600px;
    }

        body > .container.vertical-center > div.login-section.vertical-center {
            display: table-cell;
            vertical-align: middle;
            margin: auto;
        }

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.footer {
    position: fixed;
    bottom: 0px;
    /* border-top: 3px solid #e36d29; */
    /* background-color: #fff; */
    width: 100%;
    /* padding: 10px; */
    z-index: 3;
}

.text-right {
    text-align: right;
}

@media (min-width: 1200px) and (max-width: 1366px) {

    .login-section {
        margin: 80px auto;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    .login-section {
        margin: 80px auto;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    .login-section {
        margin: 100px auto;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .login-section {
        margin: 20px auto;
    }

    .intro > .row {
        display: flex;
        flex-direction: column-reverse;
        overflow: scroll
    }
}


.ventiv-tech-logo {
    background-image: url("../img/ventiv/Ventiv_Technology_logo.png");
    width: 150px;
    background-size: 89%;
    height: 60px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center;
    position: absolute;
    bottom: 0px;
    right: 13px;
}

.theme-1 .login-section h2.contact a, .theme-1 .login-section h2 {
    color: #333;
}
