@font-face {
    font-family: "OpenSansLight";
    src: url("https://ttglobalstorage.blob.core.windows.net/tt-adb2c-blob/OpenSans-Light.woff");
}

html {
    height: 100%;
}

body {
    color: #FFFFFF;
    background: #000;
    font-family: "GT America Condensed regular, OpenSansLight", sans-serif;
    height: 100%;
}

body.policy{
    color: #000000;
    background: #FFFFFF;
}

.background {
    background: url("https://ttglobalstorage.blob.core.windows.net/tt-adb2c-blob/Login_RegistrationTT.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 1400px;
    top: -3.2rem;
    bottom: 0;
    z-index: -10;
}

.page-wrapper {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-wrapper {
    min-height: 50%;
    height: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer a {
    color: grey;
}
.info-box {
    min-height: 100%;
    width: 450px;
    background: #101010;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.api {
    min-height: 100%;
    width: 480px;
    background: #101010;
    max-height: 140%;
    overflow: auto;
    padding: 50px 40px 20px;
    margin-bottom: 15px;
}

.banner-logo {
    margin-top: 50px;
}

.container-fluid {
    margin-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
}

.intro {
    margin-bottom: 40px !important;
    margin: 0 auto;
    display: inline-block;
    height: 103px;
    width: 400px;
    background-image: url("https://ttglobalstorage.blob.core.windows.net/tt-adb2c-blob/Tracto.png");
}

.intro h2{
    font-size: 0px;
}

.intro p{
    margin-top: 100px;
}

/* style the input fields: */

input,
select {
    border: 1px solid #c3c2c2;
    background-color: #f2f2f2;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857143;
    margin-bottom: 5px;
    padding: 6px 12px;
    width: 100%;
}

label {
    margin: 0;
}

/* style error messages: */

.error {
    color: #cc011d;
}

/* hide item-level error messages and help links (like Microsoft default does): */

.attrEntry .error.itemLevel,
.helpLink {
    display: none;
}

/* but show relevant error messages */

.error.itemLevel.show {
    display: block;
}

/* style the container which hold the input fields and labels: */

#attributeVerification ul {
    list-style: none;
    padding: 0;
}

.entry-item {
    margin-bottom: 30px;
}

.entry-item label{
    margin-bottom: 20px;
}
/* style the select boxes: */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://ttglobalstorage.blob.core.windows.net/tt-adb2c-blob/select-arrow.svg);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}


/* default buttons have a primary color fill and white text: */

.buttons button {
    background-color: #00BEFF;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 2em;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    font-family: "GT America Condensed Light";
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    font-size: 25px;
}

/* secondary buttons have a white background/text and a primary color border: */

#attributeVerification .buttons button#cancel,
#attributeVerification #email_ver_but_resend {
    background-color: #fff;
    color: #1c1c1b;
    border: #1c1c1b 2px solid;
    box-shadow: 0px 2px 0px #292928;
    margin-top: 10px;
}

.buttons button:hover {
    /* darken brackground color by using css filters: https://caniuse.com/#feat=css-filters */
    filter: brightness(85%);
    -webkit-filter: brightness(85%);
}

.buttons button[disabled] {
    background-color: #c3c2c2;
    box-shadow: 0px 2px 0px #878787;
    cursor: not-allowed;
}

.buttons button[disabled]:hover {
    filter: none;
    -webkit-filter: none;
}

/* we dont need that "OR" divider so just hide it */

.localAccount .divider {
    display: none;
}

/* margin for create account container in login page: */

.create {
    margin-top: 20px;
}

/* add some padding to sign up link: */

#createAccount {
    padding: 0 3px;
}

input[type=checkbox] {
    width: 18px;
    float: left;
    clear: both;
    margin-right: 5px;
    height: 20px;
}
label[for="extension_RegisterForCommander_1"], label[for="extension_AcceptTermsAndConditions_1"] {
    width: calc(100% - 30px);
    float: left;
}

.attSlogan {
    text-align: center;
}

.attSlogan img {
    height: auto;
    width: 100%;
    max-width:450px;
}

.footerFrame {
    border-top: #101010 1px solid;
    background-color: #000000;
    color: #ffffff;
    display: none;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5em;
    font-family: "GT America Condensed Light";
    -webkit-font-smoothing: antialiased;
}

.footerLinks,
.footerCompany,
.footerLinks a {
    color: #ffffff;
}

.footerCompany {
    font-family: "GT America Condensed bold";
    font-size: 1.5em;
    margin-bottom: 10px;
}

.footerLinks {
    line-height: 1.5em;
}

.footerLinks a {
    text-decoration: none;
}

.footerLeft {
    margin: 60px;
}

.footerSocialMedia {
    margin-right: 60px;
}

.footerSocialMedia a {
    margin-left: 30px;
}

.footerSocialMedia a img {
    height: 45px;
    width: auto;
}

.smBorder {
    border: rgba(255, 255, 255, 0.3) 1px solid;
    padding: 3px;
}

.footerMobileNewLine {
    display: none;
}

@media only screen and (max-width: 1150px) {
    .footerLeft {
        margin: 20px;
    }

    .footerMobileNewLine {
        display: block;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .footerSocialMedia {
        margin: 10px 10px 0px 10px;
        text-align: center;
        padding-bottom: 80px;
    }
}

.rememberMe {
    display: none;
}
