/* _content/tessero-user-api/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.gsi-material-button[b-kzf9s5vcqt] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon[b-kzf9s5vcqt] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-kzf9s5vcqt] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-kzf9s5vcqt] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-kzf9s5vcqt] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-kzf9s5vcqt] {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents[b-kzf9s5vcqt] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-kzf9s5vcqt] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-kzf9s5vcqt],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-kzf9s5vcqt] {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-kzf9s5vcqt] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-kzf9s5vcqt] {
            background-color: #303030;
            opacity: 8%;
        }


.fb-facebook-btn[b-kzf9s5vcqt] {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    padding: 0;
    width: 250px;
    background: transparent;
    height: 40px;
}

.fb-btn[b-kzf9s5vcqt] {
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 7px;
    background-color: #1877f2;
    color: white;
    text-decoration: none;
    border-radius: 22px;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s;
}

    .fb-btn:hover[b-kzf9s5vcqt] {
        background-color: #166fe5;
    }

.fb-facebook-icon[b-kzf9s5vcqt] {
    color: #1877f2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

    .fb-facebook-icon i[b-kzf9s5vcqt] {
        font-size: 20px;
    }

.fb-btn-text[b-kzf9s5vcqt] {
    font-weight: bold;
    font-size: 15px;
}
/* _content/tessero-user-api/Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml.rz.scp.css */
.gsi-material-button[b-delgjcotdh] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon[b-delgjcotdh] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-delgjcotdh] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-delgjcotdh] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-delgjcotdh] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-delgjcotdh] {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents[b-delgjcotdh] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-delgjcotdh] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-delgjcotdh],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-delgjcotdh] {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-delgjcotdh] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-delgjcotdh] {
            background-color: #303030;
            opacity: 8%;
        }


.fb-facebook-btn[b-delgjcotdh] {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    padding: 0;
    width: 250px;
    background: transparent;
    height: 40px;
}

.fb-btn[b-delgjcotdh] {
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 7px;
    background-color: #1877f2;
    color: white;
    text-decoration: none;
    border-radius: 22px;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s;
}

    .fb-btn:hover[b-delgjcotdh] {
        background-color: #166fe5;
    }

.fb-facebook-icon[b-delgjcotdh] {
    color: #1877f2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

    .fb-facebook-icon i[b-delgjcotdh] {
        font-size: 20px;
    }

.fb-btn-text[b-delgjcotdh] {
    font-weight: bold;
    font-size: 15px;
}
/* _content/tessero-user-api/Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
.gsi-material-button[b-pqxf2fsthr] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon[b-pqxf2fsthr] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-pqxf2fsthr] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-pqxf2fsthr] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-pqxf2fsthr] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-pqxf2fsthr] {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents[b-pqxf2fsthr] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-pqxf2fsthr] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-pqxf2fsthr],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-pqxf2fsthr] {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-pqxf2fsthr] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-pqxf2fsthr] {
            background-color: #303030;
            opacity: 8%;
        }


.fb-facebook-btn[b-pqxf2fsthr] {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    padding: 0;
    width: 250px;
    background: transparent;
    height: 40px;
}

.fb-btn[b-pqxf2fsthr] {
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 7px;
    background-color: #1877f2;
    color: white;
    text-decoration: none;
    border-radius: 22px;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s;
}

    .fb-btn:hover[b-pqxf2fsthr] {
        background-color: #166fe5;
    }

.fb-facebook-icon[b-pqxf2fsthr] {
    color: #1877f2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

    .fb-facebook-icon i[b-pqxf2fsthr] {
        font-size: 20px;
    }

.fb-btn-text[b-pqxf2fsthr] {
    font-weight: bold;
    font-size: 15px;
}
/* _content/tessero-user-api/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-wp0z173z22] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-wp0z173z22] {
  color: #0077cc;
}

.btn-primary[b-wp0z173z22] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-wp0z173z22], .nav-pills .show > .nav-link[b-wp0z173z22] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-wp0z173z22] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-wp0z173z22] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-wp0z173z22] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-wp0z173z22] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-wp0z173z22] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
