#center-wrapper {
    height: 100%;
    text-align: center;
}

    #center-wrapper:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; /* Adjusts for spacing */
    }

#mainLoginWrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 20px 0 20px;
    background-color: rgba(255,255,255,0.8);
    border: 1px #dddddd solid;
}

#secondWrapper {
    z-index: 1;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif !important;
    color: #333;
}

.login-logo {
    background: url("/public/img/logo_white.png") no-repeat transparent;
    height: 45px;
    width: 100px;
    cursor: pointer;
    float: left;
    margin: 10px 0 0 10px;
}

.login-main {
    padding: 10px 15px 0 15px;
    font-weight: 500;
}

.welcomeBlock {
    width: 100%;
}

    .welcomeBlock h2 {
        font-size: 28px;
        margin-bottom: 0;
        color: #333;
    }

        .welcomeBlock h2:after {
            background-color: #1a8099;
            content: "";
            display: inline-block;
            height: 2px;
            position: relative;
            vertical-align: middle;
            width: 50%;
        }

.login-main label {
    color: #666666;
    display: block;
    float: none;
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
}

.forgotUID {
    text-decoration: none;
    color: #006699;
}

.login-first-time-user-topper {
    padding: 0;
}

.login-main h3 {
    margin-bottom: 5px;
    margin-top: 0;
}

.login-main p {
    padding: 0;
}

.leftTab, .rightTab {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom: none;
    font-weight: bold;
    white-space: normal;
    padding: 10px 20px;
    text-align: left;
    float: left;
    display: inline-block;
    margin-bottom: -2px;
}

.leftTab {
    background-color: #FFFFFF;
}

.rightTab {
    background-color: #AAAAAA;
}

.invisibleTab {
    margin-left: 395px;
    width: 20px;
    padding-left: 10px;
    padding-right: 20px;
    color: #b7c3cc;
    cursor: pointer;
    font-weight: bold;
    white-space: normal;
    padding-bottom: 5px;
    padding-top: 5px;
}

#loginTabWrapper {
    position: relative;
    height: 115px;
    clear: both;
    top: 0px;
}

#loginTabContent {
    position: relative;
    z-index: 3;
}

.loginLabel {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
    text-align: left;
}

.loginLabelAdmin {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
    text-align: left;
}

.requiresCert {
    position: absolute;
    top: 17px;
    left: 100px;
    color: #61b8f4;
    font-size: 11px;
    width: 180px;
    font-weight: normal;
    text-align: left;
}

.adminButton {
    width: 97px;
    cursor: pointer;
}

.registerButton {
    position: relative;
    height: 21px;
    width: 105px;
    cursor: pointer;
}

.bwTidWarning {
    display: none;
}


#overlay {
    width: 100%;
    position: absolute;
    top: 190px;
    left: 0;
}

#box {
    color: #000;
    width: 407px;
    margin: 50px auto;
    box-shadow: 0 0 20px 0 #303030;
    background: rgba(100, 100, 100, 0.8);
    background-color: rgba(255,255,255,0.7);
    padding: 26px;
}

@media (max-width: 640px) {
    #overlay {
        padding: 0px 15px;
    }

    .welcomeBlock h2 {
        font-size: 18px;
    }
}
