﻿
body {
    margin: 0;
}



.loginMain > div > div > div {
    height: calc(100vh - 81px);
}

.loginMain .loginLeft {
    position: relative;
    height: 100%;
}

    .loginMain .loginLeft img {
        width: 100%;
        height: 100%;
    }

    .loginMain .loginLeft:after {
        content: "";
        background-color: rgba(130, 180, 69, 0.63);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

.loginMain .loginRight h1 {
    color: cornflowerblue;
    font-size: 36px;
    padding: 40px 0 30px 80px;
}

    .loginMain .loginRight h1 span {
        display: block;
        font-weight: 700;
        font-size: 28px;
        padding-top: 8px;
    }

.loginMain .loginRight .loginBox {
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(106, 106, 106, 0.25);
    border-radius: 8px;
    border-bottom: 7px solid cornflowerblue;
    padding: 15px 107px 20px;
    width: 620px;
    margin: 0 auto;
}

    .loginMain .loginRight .loginBox .forgotLink a {
        color: cornflowerblue;
        font-weight: 700;
        font-size: 16px;
    }

    .loginMain .loginRight .loginBox .tc {
        font-weight: 700;
        font-size: 18px;
        color: cornflowerblue;
    }

        .loginMain .loginRight .loginBox .tc a {
            border-bottom: 1px solid cornflowerblue;
        }


/*.btn-primary {
    background-color: cornflowerblue;
}*/
