/* _content/Tiwi.Adapters.WebApi/Pages/Account/login.cshtml.rz.scp.css */
*[b-e213orxgaz] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.log-in-section[b-e213orxgaz] {
    width: 400px;
    height: 680px;
    margin: auto;
    margin-top: 40px;
}

.log-in-panel[b-e213orxgaz] {
    background-color: white;
    width: 400px;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
    box-shadow: 0 3px 5px 2px rgba(150, 150, 150, 0.2);
    text-align: center;
}

input[b-e213orxgaz] {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
}

input[b-e213orxgaz]::placeholder {
    font-size: 1.0rem;
}

input:focus[b-e213orxgaz] {
    outline: 1px solid #1877f2;
}

input:focus[b-e213orxgaz]::placeholder {
    color: #c2c2c2;
}

.log-in-button[b-e213orxgaz] {
    background-color: #1877f2;
    color: white;
    font-size: 1.2rem;
    font-weight: bolder;
    padding: 10px;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}

.log-in-button:hover[b-e213orxgaz] {
    cursor: pointer;
    background-color: #1360c4;
}

hr[b-e213orxgaz] {
    margin: 8px;
    opacity: 0.8;
}

h4[b-e213orxgaz] {
    margin-top: -4px;
    margin-bottom: 8px;
    font-weight: bolder;
    font-size: 1.2rem;
}
/* _content/Tiwi.Adapters.WebApi/Pages/Documentation/index.cshtml.rz.scp.css */
.iframe-container[b-cqc8ol0wqr] {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.deprecated-warning[b-cqc8ol0wqr] {
    padding: 8px 16px;
    font-weight: bold;
    text-align: center;
    background-color: #C99100;
    display: flex;
    flex-direction: column;
    align-content: center;
}

iframe[b-cqc8ol0wqr] {
    width: 100%;
    height: 100%;
    border: 0;
}
/* _content/Tiwi.Adapters.WebApi/Pages/Shared/_Layout.cshtml.rz.scp.css */
body[b-5nv67u4xjc] {
    background-color: #f0f2f5;
    height: 100vh;
    overflow: hidden;
    font-family: Helvetica, sans-serif;
}

.tiwiDocs-container[b-5nv67u4xjc] {
    display: grid;
    grid-template-rows: auto auto 1fr;
    height: 100vh;
}
/* _content/Tiwi.Adapters.WebApi/Pages/Shared/_NavigationBarPartial.cshtml.rz.scp.css */
.version[b-289anasy7g] {
    display: flex;
    justify-content: end;
    align-items: center;
}

.version label[b-289anasy7g] {
    margin: 0px;
}

.version div[b-289anasy7g] {
    margin-left: 5px;
}

nav[b-289anasy7g] {
    box-shadow: 0 3px 5px 2px rgba(150, 150, 150, 0.2);
}
