﻿html, body {
    height: 100%;
    font-family: Century Gothic;
    font-size: 11pt;
}

body {
    font-family: "Century Gothic";
    margin: 0;
    padding: 0;
}
textarea, select {
    font-family: "Century Gothic";
}
select {
    height: 24px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.bold {
    font-weight: bold;
}

.login-error {
    font-weight: bold;
}

    .login-error ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        color: #162732 !important;
    }

#login-container {
    height: 100%;
    width: 100%;
    /*background-image: url('../images/login_background.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

#login-wrapper {
    position: fixed;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
    width: 300px;
    /*background-color: #c25219;*/
}

#login-header {
    height: 96px;
    background-color: white;
    width: 100%;
    text-align: center;
    line-height: 96px;
}

    #login-header img {
        vertical-align: middle;
        height: 80px;
        margin-top: 10px;
    }

#login-body {
    padding: 20px;
}

    #login-body a {
        color: #ffffff;
        text-decoration: underline;
    }

    #login-body #remember-login-container {
        font-size: 10pt;
        padding-top: 10px;
        padding-left: 0;
    }

    #login-body #termsAndConditions {
        font-size: 11px;
        padding-top: 15px;
        line-height: initial;
    }

        #login-body #remember-login-container input[type=checkbox] {
            padding-left: 0;
            margin-left: 0;
            margin-right: 2px;
            vertical-align: middle;
        }

        #login-body #remember-login-container label {
            vertical-align: middle;
        }

    #login-body .login-input-container {
        font-weight: bold;
    }

        #login-body .login-input-container:not(:first-child) {
            margin-top: 15px;
        }

        #login-body .login-input-container input[type=text],
        #login-body .login-input-container input[type=password] {
            width: 100%;
            padding: 3px 5px 3px 5px;
        }

    #login-body #login-buttons-container {
        margin-top: 15px;
    }

        #login-body #login-buttons-container #login-button {
            background-color: white;
            /*color: #c25219;*/
            text-align: center;
            padding: 8px 15px 8px 15px;
            float: right;
            cursor: pointer;
            text-transform: lowercase;
            font-weight: bold;
            min-width: 120px;
        }
#login-body #login-buttons-container #login-button.disabled {
    cursor: wait;
}
            #login-body .bottom-text {
                font-size: 10pt;
                text-transform: lowercase;
                color: #fff;
            }

    #login-body #newaccount-container {
        margin-top: 25px;
    }

    #login-body #contact-container {
        margin-top: 20px;
    }

    #login-body #logo-container {
        text-align: right;
        padding-top: 30px;
        clear: both;
    }

    #login-body #requestpassword-container {
        padding-top: 20px;
        clear: both;
        font-size: 10pt;
        text-transform: lowercase;
    }

    #login-body a {
        color: #fff;
    }

#open-requestpassword {
    cursor: pointer;
}

#requestpassword-dialog .table {
    width: 100%;
}

    #requestpassword-dialog .table .row:first-child .cell {
        padding-bottom: 5px;
    }

    #requestpassword-dialog .table .row .cell:last-child {
        text-align: right;
    }

        #requestpassword-dialog .table .row .cell:last-child input {
            width: 250px;
        }

#password-requirements {
    font-size: 10pt;
}

.logo_byproplanet {
    background-image: url('../images/logo_byproplanetwit.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 165px;
    height: 35px;
}

div.table {
    display: table;
}
div.row {
    display: table-row;
}

div.cell {
    display: table-cell;
}

    div.bordered-table div.row div.space,
    div.edit-dialog-table div.row div.space,
    div.table div.row div.space {
        padding-top: 10px;
    }



.ui-dialog .ui-dialog-titlebar {
    display: none;
}
.sso-login-button {
    background-color: white;
    color: #c25219 !important;
    text-align: center;
    padding: 8px 15px 5px 15px;
    float: right;
    cursor: pointer;
    font-weight: bold;
    min-width: 120px;
}

    .sso-login-button .sso-logo {
        height: 24px;
    }

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #fff;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

.margin-auto {
    margin: auto
}

.sso-login-button-contents {
    display: inline-flex;
}