html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: url('/images/Background.svg') no-repeat center / cover fixed;
    overflow: hidden;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.logo {
    height: 40px !important;
}

.borde-renovation {
    border-color: #B8D5DE;
    border-width: 2px;
}

    .borde-renovation:active {
        border-color: #3790DC;
        border-width: 2px;
        box-shadow: 0 0 0 0 white, 0 0 0 0 #B8D5DE !important;
    }


.form-control {
    box-shadow: 0 0 0 0 white, 0 0 0 0 #B8D5DE !important;
}

.custom-hover-reset:hover,
.custom-hover-reset:focus {
    /* undo the .bg-light so the default outline-secondary hover kicks in */
    background-color: var(--bs-secondary) !important;
    color: var(--bs-light) !important;
    border-color: var(--bs-secondary) !important;
}

@media (max-width: 575.98px) and (orientation: portrait) {
    .col-lg-5.d-lg-flex {
        display: none !important;
    }
}

.img-btn {
    width: 104px;
}

.pill-icon, .pill-icon-ms, .pill-icon-g {
    height: 65px;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.toolbar-drop-img {
    height: 30px;  
}

.pill-icon, .pill-icon-ms, .pill-icon-g {
    transition: 0.2s ease-in-out;
}

/* swap to the blue version on hover */
.login-btn:hover .pill-icon {
    content: url("/images/passwordloginhover.png");
}

.login-btn:hover .pill-icon-ms {
    content: url("/images/homeIndex/mslogo.svg");
}

.login-btn:hover .pill-icon-g {
    content: url("/images/homeIndex/g.webp");
}


.login-btn {
    color: #B8D5DE;
    font-style: italic;
}

    .login-btn:focus {
        box-shadow: 0 0 0 0rem white, 0 0 0 0rem #258cfb !important;
    }

    .login-btn:hover, .login-btn:hover .pill-icon-i {
        color: #5878da !important;
    }

    .login-btn .pill-icon, .login-btn .pill-icon-ms, .login-btn .pill-icon-g {
        height: 94px;
        font-size: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

unset:focus {
    box-shadow: 0 0 0 0 unset, 0 0 0 0 unset;
}

.pill-icon-i {
    margin-left: 10px;
    color: #B8D5DE;
    font-size: 85px !important;
}

    .pill-icon-i .fs-1 {
        font-size: 85px !important;
    }



.login-buttons-width {
    max-width: 305px;
}


#loginKey {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 95px;    
    transition: width .3s ease;
    padding: 0 20px 0 20px;
}

    #loginKey .pill-icon {
        flex-shrink: 0;
        padding-left: 20px;
    }

    #loginKey:hover {
        width: 100%;
    }

    #loginKey span {
        margin-right: .5rem;
        white-space: nowrap;
    }

    #loginKey:hover #gapFiller {
        background-color: var(--bs-btn-hover-bg, #1a1e21);
    }


#gapFiller {
    position: absolute;
    top: -1px;
    right: -2rem;
    width: 2rem;
    height: calc(100% + 2px);
    background-color: var(--bs-btn-bg, #212529);
    pointer-events: none;
    transition: background-color .15s ease-in-out;
}


#emailWrapper {
    position: relative;
}

#backToMain {
    position: absolute;
    bottom: 50px;
    width: 38vw;
    left: -79px;
}


.positionRight {
    position: absolute;
    bottom: 50px;
    width: 38vw;
    left: 550px;
}
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#companyTitle {
    position: relative;
}

    #companyTitle h1 {
        position: absolute;
        top: 44vh;
        width: 66vw;
        right: -33vw;
        text-align: center;
        padding-top: 74px;
        padding-bottom: 36px;
    }

    #companyTitle h2 {
        position: absolute;
        top: calc(44vh + 158px);
        width: 66vw;
        right: -33vw;
        text-align: center;
        padding-bottom: 16vh;
    }

#inputPasswordDiv {
    padding-top: 20px
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #212529;
}


.navbar .dropdown-toggle::after { 
    border-top-color: #ffffff !important;
    border-width: .35em .35em 0; 
    margin-left: .45em; 
}


.btn-outline-secondary {
    border-color: transparent;
}