﻿.login-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90% !important;
}

    .login-container .login-row {
        -webkit-box-shadow: 0 0 5px 1px rgba(54, 54, 54, 0.6);
        box-shadow: 0 0 5px 1px rgba(54, 54, 54, 0.6);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.87) 0%, rgba(215, 215, 215, 0.87) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.87) 0%, rgba(215, 215, 215, 0.87) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.87) 0%, rgba(215, 215, 215, 0.87) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deffffff', endColorstr='#ded7d7d7', GradientType=0);
    }

    .login-container .logo-col {
        background: url(../images/blue-pattern.jpg) center center;
        padding: 30px 0;
    }

    .login-container .logo-bg {
        background-color: #005874;
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }

    .login-container h1 {
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        margin-bottom: 35px;
    }

    .login-container h2 {
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        margin-bottom: 35px;
    }

    .login-container .form-col-container {
        padding-bottom: 30px;
    }

.login-submit-button {
    width: 100%
}

@media (min-width: 768px) {
    .login-container {
        width: 60% !important;
    }

    .loginFormHeight {
        min-height: 430px;
    }

        .login-container .logo-bg,
        .login-container .form-col-container {
            margin: 0;
            position: relative;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }


        .login-container .logo-col {
            min-height: 430px;
        }

        .login-container .form-col-container {
            width: 80%;
        }
}

/*Equal height columns*/
@media only screen and (min-width: 992px) {
    .row.equal-height {
        display: flex;
        flex-wrap: wrap;
    }

        .row.equal-height > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

        .row.equal-height.row:after,
        .row.equal-height.row:before {
            display: flex;
        }

        .row.equal-height > [class*='col-'] > .thumbnail,
        .row.equal-height > [class*='col-'] > .thumbnail > .caption {
            display: flex;
            flex: 1 0 auto;
            flex-direction: column;
        }

            .row.equal-height > [class*='col-'] > .thumbnail > .caption > .flex-text {
                flex-grow: 1;
            }

            .row.equal-height > [class*='col-'] > .thumbnail > img {
                width: 100%;
                height: 235px;
                -webkit-object-fit: cover;
                -moz-object-fit: cover;
                -ms-object-fit: cover;
                -o-object-fit: cover;
                object-fit: cover;
            }
}

.form-group {
    margin-bottom: 15px;
}


@media only screen and (max-width: 415px) {
    .logo-container {
        width: 70% !important;
    }
}


@media (max-height: 600px) {
    .loginFormHeight {
        min-height: 300px !important;
    }
}

@media (max-height: 450px) {
    .loginFormHeight {
        min-height: 200px !important;
    }
}

@media (max-height: 350px) {
    .loginFormHeight {
        min-height: 100px !important;
    }
}