* {
    color: #FFFFFFB8!important;
}
html, body {
    background-color: #080808;
    min-height: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    overflow-y: auto;
}


#main-content h1 {
    color: #fff!important;
}
img#videntium-flex-logo {
    width: 232px;
    height: auto;
    cursor: pointer;
}
form#fLogin input {
    background-color: #121212!important;
    border: 1px solid #262626;
    font-size: 15px!important;
    padding: 15px 428px 15px 16px;
    border-radius: 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #74aede;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}
@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
form#fLogin input::placeholder{
    color: #505961!important;
    font-size:16px;
    font-weight:400;

}
button#pwToggle {
    position: absolute;
    right: 22px;
    top: 22px;
    background-color: transparent!important;
}
button#pwToggle:hover {
    border: none;
}

button#pwToggle span {
    color: var(--bs-primary-200) !important;
}

form#fLogin button[type=submit] {
    height: fit-content!important;
    border-radius: 50px!important;
    background: linear-gradient(180deg, #E74E25 0%, #9A3419 100%)!important;
    box-shadow: 0px 0px 4px 5px rgba(231, 78, 37, 0.25);
    margin: 30px 0px;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: button;
    transition: all ease 1200ms;
    border-color: #fff0 !important;
}

div#login-right-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
form#fLogin button[type=submit]:hover  .none-hover {
    display: none;
}
form#fLogin button[type=submit]:hover  .hover {
    display: inline-block!important;
    transition:all ease 700ms;
}


form#fLogin button[type=submit]:hover {
    animation-name: unset;
    transition:all ease 700ms;
    box-shadow: inset 2px -14px 13px 0px rgb(192 204 214 / 41%);
}
.style-bg {
    background-image: url("/dist/img/login_style.png");
    background-repeat: no-repeat;
}
div#our-app {
    width: 100%;
    text-align: center;
}
span.light-on-sky, span.stars-on-sky  {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80vw;
    height: 80vh;
    animation-name: light;
    background-image: url('/dist/img/backlight.svg');
    background-size: contain;
    background-repeat: no-repeat;
    animation-duration: 35s;
    animation-iteration-count: inherit;
}
span.stars-on-sky {
    background-image: url(/dist/img/stars-on-sky.png);
    animation-duration: 49s;
    animation-name: stars;
    animation-iteration-count: infinite;
    background-repeat: round;


}
@keyframes stars {
    0% {opacity:0.1;left:10vw;width:50vw;}
    50% {opacity:1;width:100vw;left: 50vw;}
    100% {opacity:0.6;width:100vw;}
}

@keyframes light {
    0% {opacity:0.5;}
    50% {opacity:0.7;}
    100% {opacity:1;}
}
@keyframes button {
    0% {box-shadow: 0px 0px 4px 5px rgba(231, 78, 37, 0.25)}
    50% {box-shadow: 0px 0px 4px 5px rgba(231, 78, 37, 0.5)}
    100% {box-shadow: 0px 0px 4px 5px rgba(231, 78, 37, 0.25)}
}

div#our-app p {
    position: relative;
}
div#our-app p:after {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 1;
}
div#main-content .text-danger {
    color: #9cb3c2 !important;
}
div#our-app p span {
    background-color: #080808;
    padding: 30px 15px;
    z-index: 999999;
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.30)!important;
    font-weight: bold;
}
#login-side-image {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-height: 100vh !important;
    pointer-events: none;
}

#main-content {
    padding: 54px 20px 20px 20px;
    display: flex;
    flex-direction: column;
}
form#fLogin input:focus {
    box-shadow: 0px 0px 4px 3px rgba(117, 173, 222, 0.25)!important;
    border: 1px solid #262626!important;
}


@media (min-width: 960px) {
    .main-form {
        width: 400px !important;
    }

    #main-content {
        margin: 0 auto;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1280px) {
    .main-form {
        width: 450px !important;
    }

    #main-content {
        padding-left: 120px;
        padding-right: 50px;
        padding-top: 171px;
    }
}

@media (min-width: 1920px) {
    .main-form {
        width: 491px !important;
    }

    #main-content {
        padding-left: 284px;
        padding-right: 50px;
    }
}

div#copyright {margin-top: 100px;}
div.passWarning {
    font-size: 12px;
    gap: 20px;
    background-color: #242C32;
    padding: 10px 20px;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-top: -10px;
    font-weight: lighter;
    overflow: hidden;
    display: flex;
}

div.passWarning i {
    color: #FFD426!important;
    display: block;
    font-size: 23px;
    filter: drop-shadow(0px 0px 16px #FFD426);
    position:relative;
    z-index: 9999;
    animation-name: warning;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}
div.passWarning i:after {
    content:"";
    position:absolute;
    background-color: white;
    width: 30px;
    height: 30px;
    left: -0.2rem;
    top: -0.23rem;
    opacity: .2;
    border-radius: 21px;
    z-index: -1;
}

.passWarningBig {
    transform: scale(1.5);
    transition: all ease 700ms;
}
.custom-checkbox {
    max-width: unset!important;
}

@media (max-width: 500px) {
    .sendCode .form-group {
        flex-wrap:wrap;
        justify-content: center;
    }
}
