
body {
    background-color: #f7d8ff;
}

a.white:link {
    color: white;
    text-decoration: none;
}

a.white:hover {
    color: white;
    text-decoration: none;
}

.bi::before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
}

.btn-v-sm {
    padding: 0.2rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1.0;
    border-radius: 0;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.welcome {
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}

.bg-ll {
    background-color: #C2B59B;
}

.bg-ll-kit {
    background-color: #a3fcfc;
}

.bg-ll-tr {
    background-color: #b0a3fc;
}


.w3-theme-l5 {
    color: #000 !important;
    background-color: #f0f4f8 !important
}

.w3-theme-l4 {
    color: #000 !important;
    background-color: #cddbe7 !important
}

.w3-theme-l3 {
    color: #000 !important;
    background-color: #9bb7d0 !important
}

.w3-theme-l2 {
    color: #fff !important;
    background-color: #6993b8 !important
}

.w3-theme-l1 {
    color: #fff !important;
    background-color: #456f93 !important
}

.w3-theme-d1 {
    color: #fff !important;
    background-color: #294257 !important
}

.w3-theme-d2 {
    color: #fff !important;
    background-color: #253a4e !important
}

.w3-theme-d3 {
    color: #fff !important;
    background-color: #203344 !important
}

.w3-theme-d4 {
    color: #fff !important;
    background-color: #1b2c3a !important
}

.w3-theme-d5 {
    color: #fff !important;
    background-color: #172531 !important
}

.w3-theme-light {
    color: #000 !important;
    background-color: #f0f4f8 !important
}

.w3-theme-dark {
    color: #fff !important;
    background-color: #172531 !important
}

.w3-theme-action {
    color: #fff !important;
    background-color: #172531 !important
}

.w3-theme {
    color: #fff !important;
    background-color: #2e4a62 !important
}

.w3-text-theme {
    color: #2e4a62 !important
}

.w3-border-theme {
    border-color: #2e4a62 !important
}

.w3-hover-theme:hover {
    color: #fff !important;
    background-color: #2e4a62 !important
}

.w3-hover-text-theme:hover {
    color: #2e4a62 !important
}

.w3-hover-border-theme:hover {
    border-color: #2e4a62 !important
}