*, *:before, *:after {
    margin: 0;
    padding: 0; }


#appWrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    margin: 0 !important;
    padding: 0 !important;
}


.btn {
    white-space: nowrap;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.btn.btn-wide {
    width: 100%; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
.btn.btn-prpl {
    color: #fff;
    background-color: #9773b5; }
.btn.btn-prpl:hover {
    background-color: #8a52b3; }
.btn.btn-save {
    color: #fff;
    background-color: #9cc406; }
.btn.btn-save:hover {
    background-color: #708f02; }
.btn.btn-link {
    color: #7706ff; }
.btn.btn-link:hover {
    color: #3b0380; }
.btn.btn-danger {
    color: #fff;
    background-color: #dc3545; }
.btn.btn-danger:hover {
    background-color: #c82333; }
.btn.btn-row {
    margin: 5px 5px 5px 0; }

body {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    position: absolute;
    width: 100%;
    display: flex; }

.nav {
    background: #fbf5ff;
    border: 0 solid #E8E8E8;
    border-bottom-width: 1px;
    display: flex;
    position: fixed;
    justify-content: space-between;
    height: 51px;
    z-index: 10;
    width: 100%; }
.nav .brand-text {
    font-size: x-large;
    font-weight: bold;
    color: #72419a; }
.nav .nav-left {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline; }
.nav .nav-item {
    padding: 5px 5px;
    height: 50px;
    line-height: 40px;
    justify-content: center;
    align-content: center;
    position: relative;
    cursor: pointer;
    display: flex; }

.content {
    margin-top: 50px;
    min-height: calc(100vh - 50px);
    padding: 20px;
    overflow: hidden;
    width: 100%; }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    width: 85%;
    max-width: 500px;
    margin: auto; }

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fbf5ff;
    border-bottom: #9d7fe1;
    color: #9d7fe1;
    font-size: larger;
    font-weight: bolder; }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem; }

.row {
    margin-left: 0;
    margin-right: 0; }

.form-group {
    margin-bottom: 1rem; }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem 0 .375rem 10px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.label-field {
    margin: 0 0 10px 0; }

.forgot-pswt-container {
    margin: 0 0 15px 0; }
.forgot-pswt-container .btn-link {
    padding-left: 0; }

