/* _content/ServiceTitan.TokenServer/Pages/Account/Create.razor.rz.scp.css */
.body[b-wdzitkcnt4] {
    background-color: #f0f3f5;
    height: 100%;
}

.new-user-view[b-wdzitkcnt4] {
    position: absolute;
    left: 50%;
    top: 65px;

    .servicetitan-signature {
        position: absolute;
        width: 175px;
        height: 31px;
        background: url('/Assets/Images/servicetitan-logo.png') no-repeat center;
        background-size: cover;
        margin-left: calc(1vh/2 - 175px/2) !important;
    }

    .card[b-wdzitkcnt4] {
        display: flex;
        align-items: center;
        width: 570px;
        min-height: 417px;
        margin-left: calc(-570px/2) !important;
        margin-top: 75px;

        .header {
            height: 48px;
            font-family: Source Sans Pro;
            font-size: 32px;
            font-weight: 600;
            line-height: 1.5;
            color: #536073;
            margin-top: 56px;
        }

        .help[b-wdzitkcnt4] {
            height: 21px;
            font-family: Source Sans Pro;
            font-size: 14px;
            line-height: 1.5;
            color: #a9b1bc;
        }

        .input-group[b-wdzitkcnt4] {
            width: 246px;
            height: 30px;
        }

        .login-button[b-wdzitkcnt4] {
            width: 246px;
            text-align: center;
        }
    }
}
/* _content/ServiceTitan.TokenServer/Pages/Error.razor.rz.scp.css */
.box[b-itdslrepy9] {
    background-color: #E0F2FF;
    border: 1px solid #B5DEFF;
    .bi {
        color: #0265DC;
    }
}
