﻿.col-centered {
    margin: 0 auto;
    float: none;
}

.login-wrapper {
    max-width: 1366px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 0.8em;
}

    .login-wrapper.full-height {
        height: 85vh;
    }

    .login-wrapper .login-section {
        display: table;
        margin: 10px auto;
        width: 100%;
        height: 100%;
    }

        .login-wrapper .login-section .login-label label {
            margin-bottom: 5px;
            font-size: 1em;
        }

        .login-wrapper .login-section .login-vmiddle {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
        }

    .login-wrapper .login-box-cont {
        /*min-height: 140px;*/
        height: 140px;
        width: 100%;
        display: table;
    }

        .login-wrapper .login-box-cont .login-box {
            background: #006A4D;
            color: #fff;
            margin: 0 !important;
            padding-left: 35px;
            padding-right: 25px;
            display: table-cell;
            height: 100%;
            vertical-align: middle;
            border-radius: 5px;
        }

            .login-wrapper .login-box-cont .login-box .adjust-padding {
                padding-right: 0;
            }

            .login-wrapper .login-box-cont .login-box .cta {
                min-height: 40px;
            }

                .login-wrapper .login-box-cont .login-box .cta .fa {
                    padding-top: 3px;
                    cursor: pointer;
                    vertical-align: middle;
                    font-size: 2.9rem !important;
                }

.login-box .info-bar {
    text-align: center;
    font-size: 1.4em;
}

.login-box .info {
    position: relative;
    top: 5px;
    /*height: 100%;*/
    width: 100%;
}

    .login-box .info .msg-cont {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
        min-height: 30px;
        font-size: 1.2em;
    }

.login-box .spinner {
    font-size: 1em;
}

.login-box .info #emailValidation {
    color: #fd6666;
    background: #fffff0;
    font-size: 1.4rem;
    font-family: "Arial Narrow";
    border-radius: 2px;
}


    .login-box .info #emailValidation #errorMessage {
        padding: 5px 0 5px 0;
        font-weight: 600;
        line-height: 23px;
    }

#logoutConfirmationModal .modal-header label {
    color: #fff;
    font-size: initial;
}

.body-container {
    font-weight: 500;
    background-color: #00402e;
    font-size: 16px;
    color: #676a6c;
    overflow-x: hidden;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    /* padding-top: 20px;*/
}

.left {
    left: 0;
    background-color: #435254;
}

.split-img {
    max-width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.login-div {
    padding: 15px;
    border-radius: 3px;
    background: white;
    margin-top: 30%;
}

.signIn-h {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: calibreM;
    color: #003F2D;
    margin-left: 5%;
    font-size: 28px;
}

.email-h {
    margin-top: 5px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: calibreM;
    color: #003F2D;
}

.right {
    right: 0;
    background-color: #435254;
}

.centered {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

#loginEmailAddress {
    border: 1px solid #000000;
    text-align: center;
}

#loginspan {
    text-align: center;
    width: 100%;
    font-size: medium;
    font-family: calibreR;
    margin-left: 2px;
}

.logo-container {
    /* display: flex;
            justify-content: space-between;*/
    margin-left: 5%;
}

.btn {
    border-radius: 3px;
    /*border: 1px solid transparent;*/
    padding: 6px 12px;
}

.btn-block {
    display: block;
    width: 100%;
    border-color: #1ab394;
    color: #fff !important;
}

.panel-body {
    padding: 15px;
}

.form-group {
    margin-bottom: 15px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.col-lg-12 {
    position: relative;
    min-height: 1px;    
}

.registration-container {
    text-align: center;
    margin-top: 15em;
}

.btn-continue {
    background-color: #003F2D !important;
    font-family: calibreR;
    font-size: 18px;
}

.link-color {
    color: #262698;
}

.login-lnkDiv {
    margin-top: 15%;
}
.display-none {
    display: none;
}

.login-imgMargin {
    margin-top: 10px;
}
