﻿.loginTitleContainer {
    text-align: center;
    vertical-align: middle;
    margin-top: 0%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 25vh;
    top: 0;
}

    .loginTitleContainer > div:first-child {
        font-size: 50px;
        font-family: sans-serif;
        display: inline-block
    }

    .loginTitleContainer > div:last-child {
        display: inline-block;
        font-size: 25px;
        font-family: sans-serif;
        margin-top: 25px;
    }

.loginVerticalAlign {
    padding-top: 10px;
    position: relative;
    width: 100%;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    top: calc(50% - 415px);
    top: -webkit-calc(50% - 415px);
    top: -moz-calc(50% - 415px);
    top: -o-calc(50% - 415px);
    top: -ms-calc(50% - 415px);
    z-index: 1;
}

.loginMainBox {
    background-color: white;
    margin-top: 160px;
    padding: 80px;
    padding-bottom: 60px;
    width: 450px;
    text-align: center;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    border: 1px solid black;
}

.inputError
{
    border-bottom: 2px solid red !important;
    color: red;
}

.loginMainBox > img {
    padding-bottom: 45px;
}

    .loginMainBox > div > div > table, .loginMainBox > table {
        margin: auto;
        text-align: left;
        border-collapse: collapse;
        width: 100%;
    }

.loginMainBox > table > tbody > tr > td
{
    height: 20px;
}

.loginMainBox > table > tbody > tr > td > img {
    padding-top: 5px;
}

        .loginTableBorder > input {
            outline: none;
            border: 0px solid white;
            /*thanks iOS...*/
            padding: 0;
            height: 25px;
        }

.loginTableBorder {
    border-bottom: 2px solid gray;
}

.loginForgotPasswordLink {
    color: #156ba1;
    cursor: pointer;
}

.loginButton {
    background-color: #156ba1;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    outline: none;
    border: 0;
    cursor: pointer;
    font-size: large;
    width: 350px;
    text-align: center;
    margin-top: 25px;
}

.bahrCodeLegal {
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #5090B8;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}

.termLinks:link {
    color: white;
}

.termLinks:visited {
    color: white;
}

.loginFooterBox {
    width: 400px;
    text-align: center;
    margin: auto;
    position: relative;
    color: white;
}

    .loginFooterBox > div > img {
        position: relative;
        left: 0;
    }

    .loginFooterBox > div {
        padding-top: 20px;
    }

        .loginFooterBox > div > table {
            width: 250px;
            margin: auto
        }

    .loginFooterBox > * span {
        cursor: pointer;
    }

#reloadPasswordContainer {
    display: none;
    width: 400px;
    background-color: white;
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid black;
    text-align: center;
}

.closeButton {
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-height: 830px) {
    .loginVerticalAlign {
        top: 0px;
    }
}


.sideLoginButtonRoot
{
    width: 320px;
}
.sideLoginButton {
    margin-right: 100px;
}

@media only screen and (max-width: 570px) {
    .loginMainBox {
        width: calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        width: -o-calc(100% - 120px);
        width: -ms-calc(100% - 120px);
    }

        .loginMainBox > div > div > table > tbody > tr > td, .loginMainBox > table > tbody > tr > td {
            table-layout: fixed;
        }

            .loginMainBox > div > div > table > tbody > tr > td > tbody > tr > td:first-child, .loginMainBox > table > tbody > tr > td > tbody > tr > td:first-child {
                width: 40px;
            }

    .loginButton {
        width: 100%;
        padding: 15px 0px;
    }

    .sideLoginButtonRoot
    {
        width: 100%;
    }

    .loginTitleContainer {
        background-color: rgba(255,255,255,0.8);
    }
}

@media only screen and (max-width: 1160px) {
    .bahrCodeLegal {
        position: relative;
    }
}

@media only screen and (max-width: 1430px) and (max-height: 590px) {
    .bahrCodeLegal {
        position: relative;
    }
}

@media only screen and (max-width: 400px) {
    .loginMainBox {
        padding: 60px 20px;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
    }

    .loginFooterBox {
        width: 100%;
    }

        .loginFooterBox > div > img {
            width: 100%;
        }

    .sideLoginButton {
        margin-right: calc(50% - 55px);
    }
}

.decorativeHexRoot {
    display: block;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 10px;
    overflow: hidden;
    height: 515px;
}

.hexRow {
    text-align: left;
    height: 105px;
}

.hex.hexEven, .hexText.hexEven, .hexButton.hexEven {
    margin-top: 52.5px;
}

.hex {
    margin-bottom: 30px;
    width: 60px;
    height: 104px;
    background-color: #6C6;
    position: relative;
    left: 30px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: top;
    top: 0;
}

    .hex::before {
        content: "";
        width: 0;
        position: absolute;
        left: -30px;
        border-right: 30px solid #6C6;
        border-top: 52px solid transparent;
        border-bottom: 52px solid transparent;
    }

    .hex::after {
        content: " ";
        width: 0px;
        height: 0;
        border-left: 30px solid #6C6;
        border-bottom: 52px solid transparent;
        border-top: 52px solid transparent;
        position: absolute;
        right: -30px;
    }

.hexOrange, .hexOrange.hexButton::before {
    color: #f19a3a;
}

.hex.hexOrange {
    background-color: #f19a3a;
}

    .hex.hexOrange::after {
        border-left-color: #f19a3a;
    }

    .hex.hexOrange::before {
        border-right-color: #f19a3a;
    }

.hexWhite, .hexWhite.hexButton::before {
    color: white;
}

.hex.hexWhite {
    background-color: white;
}

    .hex.hexWhite::after {
        border-left-color: white;
    }

    .hex.hexWhite::before {
        border-right-color: white;
    }

.hexYellow, .hexYellow.hexButton::before {
    color: #f7cc51;
}

.hex.hexYellow {
    background-color: #f7cc51;
}

    .hex.hexYellow::after {
        border-left-color: #f7cc51;
    }

    .hex.hexYellow::before {
        border-right-color: #f7cc51;
    }

.hexRed, .hexRed.hexButton::before {
    color: #e84d3e;
}

.hex.hexRed {
    background-color: #e84d3e;
}

    .hex.hexRed::after {
        border-left-color: #e84d3e;
    }

    .hex.hexRed::before {
        border-right-color: #e84d3e;
    }

.hexBlue, .hexBlue.hexButton::before {
    color: #1f7fc5;
}

.hex.hexBlue {
    background-color: #1f7fc5;
}

    .hex.hexBlue::after {
        border-left-color: #1f7fc5;
    }

    .hex.hexBlue::before {
        border-right-color: #1f7fc5;
    }

.hexPurple, .hexPurple.hexButton::before {
    color: #5b4490;
}

.hex.hexPurple {
    background-color: #5b4490;
}

    .hex.hexPurple::after {
        border-left-color: #5b4490;
    }

    .hex.hexPurple::before {
        border-right-color: #5b4490;
    }

.hexBlack, .hexBlack.hexButton::before {
    color: black;
}

.hex.hexBlack {
    background-color: black;
    text-shadow: 1px 1px #000000;
}

    .hex.hexBlack::after {
        border-left-color: black;
    }

    .hex.hexBlack::before {
        border-right-color: black;
    }

.hexTransparent
{
    color: transparent;
}


.hex.hexInner {
    -webkit-transform: scale(.9, .9);
    -moz-transform: scale(.9, .9);
    transform: scale(.9, .9);
    z-index: 1;
    position: absolute;
    top: -55px;
    left: -15px;
}


.hexText {
    font-size: 145px;
    font-weight: bold;
    /* line-height: 114px; */
        display: inline-block;
        position: relative;
        left: 5px;
        top: 10px;
        vertical-align: text-top;
        transform: rotate(-90deg);
        letter-spacing: -30px;
        user-select: none;
    }

.buttonHexRoot {
    position: absolute;
    right: 0px;
    bottom: 45px;
    width: 100%;
    height: 215px;
    float: right;
    min-width: 100vw;
    overflow: hidden;
}

.hexButton {
    position: relative;
    font-size: 145px;
    display: inline-block;
    vertical-align: text-top;
    user-select: none;
    background: transparent;
    border: none;
    cursor: pointer;
    height: 115px;
    width: 125px;
    overflow: hidden;
    transform: rotate(-90deg);
    margin-left: -35px;
}

    .hexButton > .hexText {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        transform: none;
        letter-spacing: 0px;
        line-height: 120px;
    }

    .hexButton:hover > div:first-child {
        text-shadow: 2px 0px #000000, 0px 2px #000000, -2px 0px #000000, 0px -3px #000000;
    }

        .hexButton:hover > div:last-child {
            text-decoration: underline;
        }

    .hexButton > div:last-child {
        font-size: large;
        color: white;
        font-weight: bold;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        transform: rotate(90deg);
        width: calc(100% - 15px);
        margin-left: 5px;
    }

.privacyHeader {
    padding-top: 30px;
    font-size: x-large;
    color: #2971A7;
}

.privacySubHeader {
    padding-top: 20px;
    font-size: large;
    color: #2971A7;
}

.privacyText {
    padding-top: 10px;
    max-width: 100%;
    overflow: auto;
}

    .privacyText > table
    {
        border-collapse: collapse;
    }

        .privacyText > table, .privacyText > table > tbody > tr, .privacyText > table > tbody > tr > td, .privacyText > table > thead > tr > th {
            border: 1px solid black;
            padding: 5px 20px 5px 10px;
        } 