﻿#foo {
    color: #000;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16pt;
    font-family: Arial, sans-serif;
}

.logo-image {
    max-width: 250px;
    margin: 0 auto;
}

.logo-image img {
    width: 100%;
    width: 240px;
    height: 73.8px;
}

.glow {
    color: red;
    text-align: left;
    font-size: .875rem;
    padding-top: 8px;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    }

    to {
        text-shadow: 0 0 20px #FF8C00, 0 0 20px #FF8C00, 0 0 20px #FF8C00, 0 0 20px #FF8C00, 0 0 20px #FF8C00, 0 0 20px #FF8C00, 0 0 20px #FF8C00;
    }
}

.loading-gif {
    position: absolute;
    top: 50%;
    left: 43%;
    margin: -50px 0px 0px -50px;
}

.f_header {
    color: #000;
    font-size: 11pt;
}

.f_detail {
    color: #000;
    font-size: 10pt;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    background: rgb(223 223 223 / 40%);
}

    #loading img {
        position: fixed;
        top: 45%;
        left: 46.5%;
        width: 100px;
        height: auto;
    }

.btn-danger {
    background-color: #D72626 !important;
}

BackgroundImage:after {
    position: absolute;
    z-index: -1;
    content: url(img01.png) url(img02.png) url(img03.png) url(img04.png);
}

.login-buttons {
    /*width: 220px;*/
    margin: 0 auto;
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #d9e0e7 height: 100%;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 8px
}

p {
    margin-top: 0;
    margin-bottom: 15px
}

.pace.pace-inactive {
    display: block;
    opacity: 0
}

.pace-done .pace.pace-inactive {
    display: block
}

.pace {
    background: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.login.login-with-news-feed {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .login.login-with-news-feed .news-feed {
        position: fixed;
        left: 0;
        right: 500px;
        top: 0;
        bottom: 0;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }

@media (max-width:1199.98px) {
    .login.login-with-news-feed .news-feed {
        right: 400px
    }
}

@media (max-width:767.98px) {
    .login.login-with-news-feed .news-feed {
        position: relative;
        right: 0;
        display: none
    }
}

.login.login-with-news-feed .news-feed .news-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.login.login-with-news-feed .right-content {
    min-height: 100%;
    background: #fff;
    width: 500px;
    margin-left: auto;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1199.98px) {
    .login.login-with-news-feed .right-content {
        width: 400px;
        padding: 45px
    }
}

@media (max-width:767.98px) {
    .login.login-with-news-feed .right-content {
        width: auto
    }
}

@media (max-width:575.98px) {
    .login.login-with-news-feed .right-content {
        padding: 30px
    }
}

.login.login-with-news-feed .right-content .login-content {
    width: auto
}

.login.login-with-news-feed .right-content .login-header {
    position: relative
}

    .login.login-with-news-feed .right-content .login-header + .login-content {
        padding-top: 30px
    }

    .login.login-with-news-feed .right-content .login-header .brand {
        padding: 0;
        font-size: 28px;
        color: #1a2229
    }

@media (max-width:767.98px) {
    .login.login-with-news-feed .right-content .login-header .brand {
        font-size: 20px
    }
}

.login.login-with-news-feed .right-content .login-header .brand .logo {
    border: 14px solid transparent;
    border-color: transparent rgba(0, 0, 0, .15) rgba(0, 0, 0, .3);
    background-color: #00acac;
    width: 28px;
    height: 28px;
    position: relative;
    font-size: 0;
    margin-right: 10px;
    top: -11px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

@media (max-width:767.98px) {
    .login.login-with-news-feed .right-content .login-header .brand .logo {
        width: 20px;
        height: 20px;
        border-width: 10px;
        top: -7px
    }
}

.login.login-with-news-feed .right-content .login-header .brand small {
    font-size: 14px;
    display: block;
    color: #557087
}

@media (max-width:1199.98px) {
    .login.login-with-news-feed .right-content .login-header .brand small {
        font-size: 12px;
        line-height: 18px
    }
}

.login.login-with-news-feed .right-content .login-header .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #dae1e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .login.login-with-news-feed .right-content .login-header .icon i {
        font-size: 56px
    }

@media (max-width:767.98px) {
    .login.login-with-news-feed .right-content .login-header .icon i {
        font-size: 36px
    }
}

.m-b-15 {
    margin-bottom: 15px !important
}

.form-control-lg {
    height: calc(1.8em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.8;
    border-radius: 6px
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .875rem + 2px);
    padding: .4375rem .75rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2d353c;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #d5dbe0;
    border-radius: 4px;
}

.p-b-20 {
    padding-bottom: 20px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

    .row > [class^=col-] {
        padding-left: 10px;
        padding-right: 10px
    }

@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
