:root {
    --bb-input-radius: 0;
    --bb-button-radius: 0;
}

li#tab-card {
    display: none;
}

.interim-login .login-split__entry {
    display: none !important;
}

body.login .login-heading a {
    text-decoration: none;
    color: var(--bb-primary-button-background-hover);
    font-size: 1.2rem;
    font-weight: 600;
}

[alt="Info icon"] {
    display: none;
}

div#login_error {
    display: none;
}

.instruction-box {
    margin-bottom: 15px;
}

.instruction-box ul {
    margin-left: 15px;
}

#login > .lostmenot,
#login > .forgetmenot,
#login > #rememberme,
p.submit,
.privacy-policy-page-link,
.language-switcher {
    display: none;
}
#loginform {
    margin-top: 0;
}
#loginform > p,
#loginform .user-pass-wrap {
    display: none;
}
.user-phone, .user-email, .password-field{
    position: relative;
    margin-bottom: 10px;
}      
#loginform div::before {
    position: absolute;
    font-family: 'bb-icons';
    top: 10px;
    left: 12px;
    font-size: 1.2rem;
}
.user-email::before {
    content: "\ee62";
}

.password-field::before {
    content: "\eebf";
}   
a#toggle-otp-password {
    display: block;
    margin-top: 10px;
    font-size: 1.1rem;
}
#login-type {
    display: flex;
    margin-bottom: 15px;
}
#login-type li {
    list-style: none;
    flex: 1;
    text-align: center;
    background: var(--bb-primary-button-background-regular);
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border: solid 1px white;
}
#login-type li.active {
    background: var(--bb-primary-button-background-hover);
    font-weight: 600;
}
button.iti__selected-country {
    padding: 7px !important;
    background: none !important;
    height: 100%;
}
#loginform input {
    padding: 10px 10px 10px 45px !important;
    background-color: var(--bb-content-background-color);
    border: 1px solid var(--bb-content-border-color);
    box-shadow: none;
    border-radius: var(--bb-input-radius);
    font-size: 1.1rem;
    padding: 10px 15px;
    color: var(--bb-body-text-color);
    margin: 0;
    font-weight: 600;
}
#loginform .iti {
    width: 100%;
}
#loginform [type="submit"] {
    margin-top: 10px;
    background: var(--bb-primary-button-background-regular);
    padding: 0px !important;
    color: white;
}

.user-card {
    position: relative;
}

.user-card video {
    width: 100%;
    height: auto;
    display: block;
}

.login h1,
#loginform.login-mode-password .get_otp, 
#loginform:not(.login-mode-password) .password-field,
#loginform:not(.login-mode-password):not(.otp_sent) .submit_login,
#loginform:not(.login-email) .user-email,
#loginform:not(.login-card) .user-card,
#loginform.login-card .user-email,
#loginform.login-card .user-phone,
#loginform.login-email .user-phone,
#loginform.login-card [type="submit"],
#loginform.login-card a#toggle-otp-password,
#loginform.login-card .password-field,
#loginform.otp_sent .get_otp,
#loginform.login-card .instruction-box {
    display: none;
}

#loginform [type="submit"]:hover {
    background: #ec9222;
}       
    

.the_champ_error {
    display: none;
}
.link {
    color: blue;
    cursor: pointer;
}

body {
    
    overflow-y: auto;
}

body.login.login-split-page .login-split .login-split__entry {
    display: none;
}

body.login.login-split-page #login {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.loading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loading::after {
    content: "";
    width: 58px;
    height: 58px;
    border: 10px solid #fa8b02;
    border-bottom-color: #000000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    z-index: 999999;
}
.loading::before {
    content: "";
    position: fixed;
    inset: 0;
    background: hsl(0deg 0% 100% / 61%);
    z-index: 999999;
}

#qr-reader__dashboard button {
    padding: 5px 10px;
    margin-top: 5px;
}