﻿html {
    font-size: 62.5%; /*=10px*/
    height: 100%;
    min-width: 320px;
    background: url(../Public/GI-TBS-Mar-2022-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-size: 14px; /* IEwhatever */
    font-size: 1.4rem;
    font-family: 'Roboto', Arial !important;
    margin: 0;
}

form {
    margin: 0;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-top: 1rem;
}

.languages {
    width: 800px;
    padding: 0 144px;
    padding: 0 14.4rem;
    float: left;
    text-align: left;
}

.languages a {
    color: #575d5f;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    outline: none;
}

.login {
    width: 350px;
    padding: 42px 25px 42px 25px;
    padding: 4.2rem 2.5rem 4.2rem 2.5rem;
    float: left;
    clear: both;
    margin-left: 119px;
    margin-left: 11.9rem;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 25px;
}

.login .gi-login {
    margin-top: 62px;
    margin-top: 6.2rem;
}

.login .gi-login .gi-branding-text {
    color: #ffffff;
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 15px;
    margin-top: 1.5rem;
}

.login .tbs-login {
    margin-top: 58px;
    margin-top: 5.8rem;
}

.login .tbs-login .tbs-branding-text {
    color: #ffffff;
    margin-top: 15px;
    margin-top: 1.5rem;
    font-size: 28px;
    font-size: 2.8rem;
}

#ctl00_ContentPlaceHolder1_LoginControl {
    width: 350px !important;
}

.failure-text, .reset-password-failure-text, .reset-password-success-text, #ctl00_ContentPlaceHolder1_ValidationSummaryControl {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    margin-top: 35px;
    margin-top: 3.5rem;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    padding: 8px;
    padding: 0.8rem;
    color: #ef0e0d  !important;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    border-radius: 2px;
    border-radius: 0.2rem;
}

.username-wrapper input, .password-wrapper input, .email-wrapper input, .reenter-password-wrapper input {
    border: none;
    width: 100%;
    border: none !important;
    margin-top: 7.5px;
    margin-top: 0.75rem;
    padding-left: 24px;
    padding-left: 2.4rem;

    padding-right: 24px;
    padding-right: 2.4rem;
    outline: none;
    height: 34px;
    height: 3.4rem;
    font-size: 16px;
    font-size: 1.6rem;
    color: #14110b;
    border-radius: 0;
    line-height: 34px;
    line-height: 3.4rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.username-wrapper input:-webkit-autofill, .password-wrapper input:-webkit-autofill, .email-wrapper input:-webkit-autofill, .reenter-password-wrapper input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 100.0rem white inset;
    -webkit-text-fill-color: #14110b;
}

.username-wrapper {
    position: relative;
    height: 49px;
    height: 4.9rem;
    background: #fff;
    border-radius: 2px;
    border-radius: 0.2rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.username-wrapper:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 0.3rem 0.8rem 0 rgba(0,0,0,0.2), 0 0 0 0.1rem rgba(0,0,0,0.08);
    border: none;
}

.username-wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.username-label {
    display: none;
}

#ctl00_ContentPlaceHolder1_LoginControl_UserNameRequired, #ctl00_ContentPlaceHolder1_LoginControl_PasswordRequired,
#ctl00_ContentPlaceHolder1_UserNameRequired, #ctl00_ContentPlaceHolder1_EmailRequired, #ctl00_ContentPlaceHolder1_LoginControl_ReenterPasswordRequired,
#ctl00_ContentPlaceHolder1_valOldPasswordRequired, #ctl00_ContentPlaceHolder1_valNewPasswordRequired, 
#ctl00_ContentPlaceHolder1_valPreviousPasswords, #ctl00_ContentPlaceHolder1_valPasswordLength, #ctl00_ContentPlaceHolder1_valPasswordSingleSpecialCharacter, #ctl00_ContentPlaceHolder1_vallPasswordMultipleSpecialCharacters, #ctl00_ContentPlaceHolder1_valNewPasswordsMatch
{
    position: absolute;
    top: 17px;
    top: 1.7rem;
    left: 10px;
    left: 1.0rem;
}

.password-wrapper {
    position: relative;
    height: 49px;
    height: 4.9rem;
    background: #fff;
    border-radius: 2px;
    border-radius: 0.2rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    overflow: hidden;
}

.password-wrapper:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 0.3rem 0.8rem 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    border: none;
}

.password-wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.password-label {
    display: none;
}

.email-wrapper {
    position: relative;
    height: 49px;
    height: 4.9rem;
    background: #fff;
    border-radius: 2px;
    border-radius: 0.2rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    overflow: hidden;
}

.email-wrapper:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 0.3rem 0.8rem 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    border: none;
}

.email-wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.email-label {
    display: none;
}

.reenter-password-wrapper {
    position: relative;
    height: 49px;
    height: 4.9rem;
    background: #fff;
    border-radius: 2px;
    border-radius: 0.2rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    overflow: hidden;
}

.reenter-password-wrapper:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 0.3rem 0.8rem 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    border: none;
}

.reenter-password-wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.login-page, .reset-password {
    margin-top: 35px;
    margin-top: 3.5rem;
}

.reenter-password-label {
    display: none;
}

.reset-password-text {
    color: #ffffff;
    margin: 15px 0 0;
    margin: 1.5rem 0 0;
}

.reset-password .password-wrapper {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

.reset-password-text .description-title, .reset-password-text .description-text { 
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
}

.reset-password-text .footer-wrapper {
    text-align: left;
    margin-top: 0;
}

.reset-password-text .footer-wrapper a {
    text-decoration: underline;
    outline: none;
}

.button-wrapper {
    margin-top: 35px;
    margin-top: 3.5rem;
    text-align: right;
}

.terms-wrapper {
    text-align: left;
    color: #ffffff;
}

.terms-wrapper > div {
    margin-bottom: 20px;
    margin-bottom: 2.0rem;
}

.terms-wrapper .icheckbox_flat-blue {
    background-color: white;
    border-radius: 6px;
    border-radius: 0.6rem;
    margin-right: 1rem;
}

.terms-wrapper #ctl00_ContentPlaceHolder1_LoginControl_valTermsAndConditions {
    margin-top: 12px;
    margin-top: 1.2rem;
}

.terms-wrapper a {
    color: #ffffff;
    outline: none;
}

::-webkit-input-placeholder {
    color: #b1aba9;
}
:-moz-placeholder {
    color: #b1aba9;
}
::-moz-placeholder {
    color: #b1aba9;
}
input:-ms-input-placeholder {  
    color: #b1aba9;  
}  

.md-button {margin: 0}
.md-button.md-accent, .md-button.md-accent, .md-button.md-accent.md-raised, .md-button.md-accent.md-raised {
    color: #ffffff;
    background-color: #ff422b;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.0rem;
    font-weight: 700;
    padding: 15px 25px;
    padding: 1.5rem 2.5rem;
}

.md-button.md-accent:not([disabled]).md-focused, .md-button.md-accent:not([disabled]).md-focused, .md-button.md-accent.md-fab:not([disabled]):hover, .md-button.md-accent:not([disabled]):hover,
    .md-button.md-accent.md-raised:not([disabled]).md-focused, .md-button.md-accent.md-raised:not([disabled]).md-focused, .md-button.md-accent.md-raised:not([disabled]):hover, .md-button.md-accent.md-raised:not([disabled]):hover {
    background-color: #CC0F00;
}

.md-button.md-default-theme.md-raised, .md-button.md-raised {
    color: rgb(33,33,33);
    background-color: rgb(250,250,250);
}
.md-button:not([disabled]).md-fab:active, .md-button:not([disabled]).md-raised:active {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0,0,0,.4);
}
.md-button.md-raised:not([disabled]) {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0,0,0,.26);
}

.footer-wrapper {
    width: 100%;
    text-align: right;
    color: #fff;
    margin-top: 90px;
    margin-top: 9.0rem;
}

.footer-wrapper div {
    margin-top: 10px;
    margin-top: 1.0rem;
}

.footer-wrapper a {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    text-decoration: none;
    color: #fff !important;
    outline: none;
}

#cookienotice_popup {
    background: #ffffff;
    width: 75%;
    border-radius: 2px;
}

#cookienotice_popup.cookienotice_popup_content {
    width: 100%;
}

#cookienotice_popup iframe {
    width: 100%;
    min-height: 450px;
}

#privacynotice_popup {
    background: #ffffff;
    width: 75%;
    border-radius: 2px;
}

#privacynotice_popup iframe {
    width: 100%;
    min-height: 450px;
    min-width: 320px;
}

.mfa-option .md-accent:focus {
    border: solid 2px #DF1818;
    border-radius: 3px;
}

.mfa-option .md-ink-ripple:focus {
    border: solid 2px #7A7673;
    border-radius: 3px;
}

.mfa-option .failure-text {
    color: #EC130E !important;
}
.mfa-option .mfaTextField:focus {
    border: 2px solid #6f6b6b !important;
    height: 49px;
    margin-top: 0px;
    border-radius: 0;
}

@media (max-width:960px){
    .wrapper {
        width: 100%;
    }
}

@media (max-width:688px){
    .login {
        float: none;
        margin: 15px auto;
    }
    .languages {
        width: 350px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    #cookienotice_popup table {
        word-wrap:break-word;
        table-layout: fixed;
        width: 100%;
    }
    #cookienotice_popup table tr td {
        display: block !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 449px) {
    .login {
        width: auto;
        margin: 15px;
        margin: 1.5rem;
        /*padding: 0;*/
    }
    #ctl00_ContentPlaceHolder1_LoginControl {
        width: 100% !important;
    }
    .languages {
        width: auto;
        padding-left: 15px;
        padding-left: 1.5rem;
    }
    #cookienotice_popup, #privacynotice_popup {
        width: 90%;
    }

}

@media (max-width: 400px) {
    .login .gi-login .gi-logo {
        width: 100%;
    }

    .login .aon-logo {
        margin-left: 0;
    }

    .login .gi-login, .login .tbs-login {
        padding-left: 0;
    }
}

@media (max-width: 400px ) and (max-height: 666px) {
    .login .gi-login {
        margin-top: 30px;
        margin-top: 3.0rem;
    }

    .password-wrapper {
        margin-bottom: 20px;
        margin-bottom: 2.0rem;
    }

    .button-wrapper {
        margin-bottom: 30px;
        margin-bottom: 3.0rem;
    }
}

@media (max-height:701px) {
    /*.wrapper {
        padding-top: 50px;
    }*/
}