﻿/* RegLog
================================================== */
/* Unauth layout
============================================================ */

#unauth-left-col {
    background-color: darkgrey;
}

#unauth-right-col {
    background-color: #f5f5f5;
}

.home-hero {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#heroVideo {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background-size: cover;
    overflow: hidden;
}

#unauth-logo-bar {
    background-color: #000;
    margin-top: 20px;
    height: 60px;
}

#unauth-pul {
    height: 300px;
    border: 1px solid black;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.passwordtoggler {
    float: right;
    margin-right: 5px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.btn-link,
.btn-link:hover {
    color: #000;
}

#unauth-training-image {
    background: #000 url('/Content/images/unauth-training-img.svg') no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


#reglog-control-container {
    background-color: #f5f5f5;
    padding-top: 10px;
}

#reglog-togglecontainer {
    padding-top: 20px;
    background-color: #f5f5f5;
}

.reglogmiddle {
    padding-top: 0px;
}

.nav-tabs {
    margin: 0 0 60px;
    padding: 0;
    border-bottom: 3px solid #d4d5d9;
    margin-bottom: 0px;
}

.testclear {
    clear: both;
}

.nav-tabs:before {
    display: table;
    content: " ";
}

.nav-tabs li {
    list-style: none;
    width: 50%;
    float: left;
    font-size: 18px;
    text-align: center;
    margin: 0 !important;
    padding: 0;
}

    .nav-tabs li a {
        border: none !important;
        display: block;
        padding: 18px 7px;
        line-height: 1;
        text-decoration: none;
        background-color: #f5f5f5;
        font-weight: 300;
        font-size: 18px;
        position: relative;
        height: 100%;
    }

    .nav-tabs li.reglog-toggle-link-active a:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        bottom: 0px;
        margin-left: -7.5px;
        border-style: solid;
        border-width: 0px 7.5px 10px;
        border-color: #000 transparent !important;
    }

    .nav-tabs li.reglog-toggle-link-active a:after {
        content: '';
        position: absolute;
        bottom: -3px;
        height: 3px;
        width: 100%;
        left: 0;
        background-color: #000 !important;
    }

.reglog-header {
    font-size: 2.5em;
}

div#loginPnl h1,
div#regStep1Pnl h1,
div#loginPnl p,
div#regStep1Pnl p {
    text-align: center;
}
