﻿body {
    font-family: "Open Sans", sans-serif;
    height: 100vh;
    background: url("/images/background.png") 50% fixed;
    background-size: cover;
}

@keyframes spinner {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(359deg);
    }
}

* {
    box-sizing: border-box;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.55);
}

.formMask {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    color: #ffffff;
    opacity: .6;
    -moz-opacity: 0.6;
}

.formWrap {
    background: url('https://dakg4cmpuclai.cloudfront.net/w9mzg2ljc1expc36lvnis6j3d/c3NvLnVoYXVsLm5ldA%3D%3D/img.gif') !important;
}

.login {
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 20px 20px;
    width: 90%;
    max-width: 320px;
    background: #ffffff;
    position: relative;
    padding-bottom: 40px;
    /*box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);*/
    opacity: 1 !important;
}

.centerDivContent {
    width: 100%;
    display: flex;
    justify-content: center;
}

.login.loading button {
    max-height: 100%;
    padding-top: 50px;
}

    .login.loading button .spinner {
        opacity: 1;
        top: 40%;
    }

.login.ok button {
    background-color: #8bc34a;
}

    .login.ok button .spinner {
        border-radius: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        height: 20px;
        animation: none;
        transform: rotateZ(-45deg);
    }

.login input {
    display: block;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    transition: border-width 0.2s ease;
    border-radius: 2px;
    color: #ccc;
}

    .login input + i.fa {
        color: #fff;
        font-size: 1em;
        position: absolute;
        margin-top: -27px;
        margin-bottom: 5px;
        opacity: 0;
        left: 0;
        transition: all 0.1s ease-in;
    }

    .login input:focus {
        outline: none;
        color: #444;
        border-color: #f66711;
        border-left-width: 35px;
    }

        .login input:focus + i.fa {
            opacity: 1;
            left: 30px;
            transition: all 0.25s ease-out;
        }

.login a {
    font-size: 0.8em;
    color: #0b6ac3;
    text-decoration: none;
}

.login .title {
    color: #444;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.login .button {
    /* width: 280px;
    height: 100%;*/
    padding: 5px 5px !important;
    background: #f66711;
    color: #fff !important;
    display: block;
    border: none;
    margin-bottom: 20px;
    margin-top: 40px;
    height: 38px !important;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: .25rem;
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*max-height: 60px;*/
    /*border: 0px solid rgba(0, 0, 0, 0.1);*/
    /*border-radius: 0 0 2px 2px;*/
    /*transform: rotateZ(0deg);*/
    transition: all 0.1s ease-out;
    border-bottom-width: 7px;
}

.fullSizeButton {
    width: 93% !important;
}

.standardButton, .standardButton:hover {
    background: #f66711 !important;
    border-color: #f66711 !important;
    color: #fff !important;
}

.standardButton:focus, .standardButton:active {
    background: #cb5108 !important;
    border-color: #cb5108 !important;
    box-shadow: none !important;
    color: #fff !important;
    border-left-width: 1px !important;
}

.disabledButton {
    background: #666666 !important;
    color: #fff !important;
}

.spinner {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    border: 4px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    left: 50%;
    top: 0;
    opacity: 0;
    margin-left: -20px;
    margin-top: -20px;
    animation: spinner 0.6s infinite linear;
    transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

 /*   .login .button .spinner {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        border: 4px solid #ffffff;
        border-top-color: rgba(255, 255, 255, 0.3);
        border-radius: 100%;
        left: 50%;
        top: 0;
        opacity: 0;
        margin-left: -20px;
        margin-top: -20px;
        animation: spinner 0.6s infinite linear;
        transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    }*/

/*
.login:not(.loading) button:hover {
    box-shadow: 0px 1px 3px #37b0aa;
}
*/

/*.login:not(.loading) button:focus {
    border-bottom-width: 4px;
}*/

footer {
    display: block;
    padding-top: 50px;
    text-align: center;
    color: #ddd;
    font-weight: normal;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    font-size: 0.8em;
}

    footer a, footer a:link {
        color: #fff;
        text-decoration: none;
    }


.message,
.validation-summary-errors {
    position: relative;
    background: #dae9f8;
    padding: 0.5em 0.75em;
    margin: 0 0 1em 2.25em;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    font-size: 0.8em;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px;
}
    .message.error:before, .validation-summary-errors.error:before {
        background: #e8330a;
        content: "\f057";
        padding-top: 2px;
    }

    .message:before,
    .validation-summary-errors:before {
        position: absolute;
        top: 0;
        right: 100%;
        line-height: 1.5;
        font-size: 1.5em;
        width: 1.5em;
        text-align: center;
        height: 100%;
        background: #5298dd;
        color: #fff;
        content: "\f0a1";
        font-family: "FontAwesome";
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        padding-top: 3px;
    }

.incidents {
    background: #f8dada !important;
    list-style: inside !important;
}

.incidents:before {
    background: #dd5252 !important;
}

/*Chrome, Safari, Edge*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/*firefox*/
input[type=number] {
    -moz-appearance: textfield !important;
}

.makeLink {
    background: transparent !important;
    border: 0px !important;
    text-decoration: none !important;
    font-size: 0.8em;
    color: #0b6ac3 !important;
    cursor: pointer !important;
    padding: 0px !important;
    margin-top: -3px !important;
    margin-bottom: 0.5em;
    margin-left: -15px;
    width: 75px !important;
}

.btn-primary-mod {
    font-weight: bold !important;
}

.blocker {
    background-color: rgba(0,0,0,0.3) !important;
}

.modal {
    height: auto !important;
    overflow: visible !important;
}

.quickGlanceCellSize {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.callout {
    position: relative;
    margin-bottom: 1rem;
    padding: 0.9rem;
    /*border: rgba(224, 205, 186, .35) solid 1px;*/
    border-radius: 0;
    /*background-color: #faf8f5;*/
    color: #3e3e3e;
    width: 105% !important;
    margin-left: -7px !important;
}

.callout.secondary {
    /*background-color: #f7f7f7;*/
    color: #3e3e3e;
    border-color: #dadada;
}

.my-1_2 {
    margin-top: 1rem !important;
    margin-bottom: 1.2rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.separator.separator-content {
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center;
}

.separator.separator-content::after, .separator.separator-content::before {
    content: " ";
    width: 50%;
    border-bottom: 1px solid #ddd;
}

.separator.separator-content .text {
    position: relative;
    font-weight: 500;
    color: #5e5e5e;
    padding: 0 0.5rem;
}


.passkeySignOn:focus, .passkeySignOn:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #2c8d88 !important;
    border-color: #2c8d88 !important;
    font-size: 1.1rem !important;
}

/*
.passkeySignOn:hover svg path {
    fill: #37b0aa !important;
}*/

.passkeySignOn {
    color: #fff !important;
    background-color: #37b0aa !important;
    border-color: #37b0aa !important;
    font-size: 1.1rem !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.passkeySignOnSvg {
    fill: #ffffff !important;
}

.PasskeyRegistrationDevAlphaQr {
    background: url("/images/DevelopmentAlphaQr.png");
    height: 190px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.PasskeyRegistrationDevQr {
    background: url("/images/DevelopmentQr.png");
    height: 190px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.PasskeyRegistrationProductionQr {
    background: url("/images/ProductionQr.png");
    height: 190px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.PasskeyRegistrationStagingQr {
    background: url("/images/StagingQr.png");
    height: 190px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.StandardUhaulSsoBanner {
    background: url("/images/bannerlogov2.png") !important;
    width: 50% !important;
    height: 44px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.DealerUhaulSsoBanner {
    background: url("/images/logo_280x34.png") !important;
    width: 100% !important;
    height: 34px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
