html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 14px;
}

body {
    margin: 0;
}

header,
nav,
section {
    display: block;
}

figcaption,
main {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

strong {
    font-weight: inherit;
}

strong {
    font-weight: bolder;
}

code {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

menu {
    display: block;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p {
    margin: 0;
}

button {
    background: transparent;
    padding: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

*,
*::before,
*::after {
    border-width: 0;
    border-style: solid;
    border-color: #dae1e7;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    border-radius: 0;
}

button,
input {
    font-family: inherit;
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: .5;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}

input::placeholder {
    color: inherit;
    opacity: .5;
}

button,
[role=button] {
    cursor: pointer;
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    background-color: #fff;
}

.bg-teal-light {
    background-color: #64d5ca;
}

.bg-blue-dark {
    background-color: #2779bd;
}

.bg-indigo-light {
    background-color: #7886d7;
}

.bg-purple-light {
    background-color: #8FBB40;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover;
}

.border-grey-light {
    border-color: #dae1e7;
}

.hover\:border-grey:hover {
    border-color: #b8c2cc;
}

.rounded-lg {
    border-radius: .5rem;
}

.border-2 {
    border-width: 2px;
}

.hidden {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.font-sans {
    font-family: Nunito, sans-serif;
}

.font-light {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.font-black {
    font-weight: 900;
}

.h-1 {
    height: .25rem;
}

.leading-normal {
    line-height: 1.5;
}

.m-8 {
    margin: 2rem;
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.max-w-sm {
    max-width: 30rem;
}

.min-h-screen {
    min-height: 100vh;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pb-full {
    padding-bottom: 100%;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.text-black {
    color: #22292f;
}

.text-grey-darkest {
    color: #3d4852;
}

.text-grey-darker {
    color: #606f7b;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-5xl {
    font-size: 3rem;
}

.uppercase {
    text-transform: uppercase;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tracking-wide {
    letter-spacing: .05em;
}

.w-16 {
    width: 4rem;
}

.w-full {
    width: 100%;
    height: 100vh;
}

.bg-center {
    background-position: center;
}

.login-box-foot {
    color: #969696;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    margin: 0 10px;
    text-align: center;
}

.login-box-footer {
    color: #969696;
    padding: 10px;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    margin: 0 10px;
    text-align: center;
}

.login-box-footer img {
    width: 120px;
    margin-bottom: 10px;
}

.new-features-content {
    color: #4c4c4c;
    padding-top: 17px;
    font-size: 1rem;
    line-height: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #ffffff;
}

.new-features-title {
    letter-spacing: 2px;
    font-size: 2rem;
    color: #8FBB40;
    font-family: 'Indie Flower', cursive;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.new-features-content p {
    margin-top: 10px;
    border-bottom: 1px dashed rgba(76, 76, 76, 0.75);
    padding-bottom: 10px;
}

.new-features-content p:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.icheckbox_square-blue {
    vertical-align: top;
}

@media (min-width: 768px) {
    .md\:bg-left {
        background-position: left;
    }

    .md\:bg-right {
        background-position: right;
    }

    .md\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .md\:min-h-screen {
        min-height: 100vh;
    }

    .md\:pb-0 {
        padding-bottom: 0;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
    }

    .md\:text-15xl {
        font-size: 9rem;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .skew {
        transform: skewX(-3deg) translateX(-30px);
        -webkit-transform: skewX(-3deg) translateX(-30px);
        -moz-transform: skewX(-3deg) translateX(-30px);
        -ms-transform: skewX(-3deg) translateX(-30px);
        -o-transform: skewX(-3deg) translateX(-30px);
    }

    .skew .login-box {
        transform: skewX(3deg) translateX(0);
        -webkit-transform: skewX(3deg) translateX(0);
        -moz-transform: skewX(3deg) translateX(0);
        -ms-transform: skewX(3deg) translateX(0);
        -o-transform: skewX(3deg) translateX(0);
    }

    .login-box, .register-box {
        margin: 0 20px 0px 40px !important;
    }

    .login-box-footer {
        display: flex;
        justify-content: space-between;
        font-size: 0.85rem;
        text-align: right;
    }
    
    .login-box-footer img {
        margin-bottom: 0;
    }

    .new-features-content {
        font-size: 1.3rem;
        line-height: 25px;
    }

    .new-features-title {
        letter-spacing: 2px;
        font-size: 3rem;
        margin-bottom: 12px !important;
    }
}

@media (min-width: 992px) {
    .lg\:bg-center {
        background-position: center;
    }
}

@media (min-width: 1200px) {
    .lg\:bg-center {
        background-position: center;
    }

    .xl\:w-1\/3 {
        width: 33%;
    }

    .xl\:w-2\/3 {
        width: 67%;
    }

    .new-features-container {
        background-image: url("/image/new-features.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        min-height: 224px;
        display: inline-block;
    }

    .new-features-content {
        margin-left: 180px;
        padding-bottom: 131px;
    }
}

.login-page, .register-page {
    background: #f3f3f3;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}

.auth-links {
    color: #969696;
    text-align: center;
    padding-bottom: 15px;
}

.auth-links a, .auth-links a:hover, .auth-links a:focus {
    color: #969696;
}

.login-box, .register-box {
    max-width: 360px;
    margin: 30px auto;
}

.login-box {
    z-index: 2;
    position: relative;
    border-radius: 4px;
}

.login-box img {
    max-width: 100%;
}

.login-logo {
    margin: 0;
    letter-spacing: 3px;
    padding-top: 11px;
}

.login-box-body {
    padding: 0;
    margin: 0 20px;
    background-color: transparent;
}

.login-box-body form {
    padding: 15px 0;
}

.login-logo, .register-logo {
    font-size: 30px;
    font-weight: bold;
}

.login-logo a, .register-logo a {
    color: #FFFFFF;
}

.btn-success {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
    border-width: 1px 2px 3px 2px;
    border-radius: 5px !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #4c4c4c !important;
    border-color: #181818 !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control {
    border-radius: 4px;
    border-color: #dadada;
}

.input-group-text {
    background-color: #ffffff;
    border-color: #dadada;
    color: #4c4c4c;
}

.bg-color {
    background: #FFFFFF;
}

.global-container {
    position: relative;
    z-index: 2;
}

.sidebar-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.text {
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
    margin: 0 20px;
    text-shadow: 1px 1px 2px #000000;
}

.citation {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.author {
    font-weight: bold;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 15px 0 0 0;
    color: #969696;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.btn-success, .form-control {
    -webkit-transition: all .33s ease;
    -moz-transition: all .33s ease;
    -ms-transition: all .33s ease;
    -o-transition: all .33s ease;
    transition: all .33s ease;
}