/*==========================================================
    Product Name: Teslian Tech Production Management System
    Created By: Teslian Tech
    Website: https://blink.tesmed.in
    Description: Teslian Tech production management system.
    Version: v1.0
    Support: Teslian Tech
============================================================*/
body{
    font-family: 'Sen', sans-serif;
	font-size: 1em;
    line-height: 1.2;
    background: #fff;
}
.wrapper{
    width: 100%;
}
.login{
    min-height: 100vh;
}
.bg-image {
    background-position: center center;
    background: linear-gradient(60deg, rgba(158, 189, 19, 0.12),
             rgba(0, 133, 82, 0.61)), url(../img/login-banner.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: center;
    flex-direction: row;
}
.login .logo{
    max-width: 280px;
    height: auto;
    margin-bottom: 20px;
}
.login .login-button{
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: .5px;
    background: #0A6775;
    border-radius: 30px;
    color: #fff;
    box-shadow: 3px 12px 20px #8e908fd4;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}
.login-form .invalid-feedback {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 500;
}
.text-bold{
    font-weight: bold;
}
.login-logo {
    margin-bottom: 20px;
}
.teslian-animated-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    max-width: 100%;
    min-height: 72px;
    color: #101318;
    font-family: "Sen", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1;
}
.teslian-logo-mark {
    position: relative;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    display: grid;
    place-items: center;
    animation: teslianMarkFloat 5s ease-in-out 1.2s infinite;
}
.teslian-logo-halo {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(143, 220, 255, .65), transparent 42%, rgba(20, 25, 32, .16), transparent);
    opacity: .8;
    animation: teslianHaloSpin 8s linear infinite;
}
.teslian-logo-badge {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(145deg, #fff 0%, #f5f6f8 34%, #e8ebef 68%, #dde2e8 100%);
    border: 1px solid rgba(18, 22, 28, .08);
    box-shadow: 0 16px 28px rgba(18, 22, 28, .16), inset 0 8px 18px rgba(255, 255, 255, .65);
}
.teslian-logo-badge::after {
    content: "";
    position: absolute;
    inset: -42%;
    background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.78) 49%, rgba(143,220,255,.22) 52%, transparent 62%);
    transform: translateX(-94%) rotate(9deg);
    animation: teslianSpecularSweep 5.8s cubic-bezier(.22,.9,.24,1) 1.35s infinite;
}
.teslian-logo-icon {
    position: relative;
    z-index: 1;
    width: 72%;
    height: 72%;
    filter: drop-shadow(0 5px 8px rgba(18,22,28,.14));
}
.teslian-logo-draw {
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
    animation: teslianSvgDraw 1.3s cubic-bezier(.36,.02,.13,1) forwards;
}
.teslian-logo-piece {
    opacity: 0;
    transform-origin: 69.5px 70.5px;
    animation: teslianEmblemBuild .76s cubic-bezier(.17,.84,.23,1) .45s forwards;
}
.teslian-logo-text {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: .08em;
}
.teslian-logo-text span {
    background-image: linear-gradient(180deg, #12161b 0%, #3c4550 48%, #111418 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0;
    transform: translateY(8px);
    animation: teslianTextIn .8s cubic-bezier(.17,.84,.23,1) forwards;
}
.teslian-logo-text span + span {
    animation-delay: .12s;
}
@keyframes teslianHaloSpin {
    to { transform: rotate(360deg); }
}
@keyframes teslianMarkFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}
@keyframes teslianSpecularSweep {
    0%, 45% { transform: translateX(-94%) rotate(9deg); }
    72%, 100% { transform: translateX(94%) rotate(9deg); }
}
@keyframes teslianSvgDraw {
    to { stroke-dashoffset: 0; }
}
@keyframes teslianEmblemBuild {
    0% { opacity: 0; transform: scale(.74) translateY(10px); }
    70% { opacity: 1; transform: scale(1.035) translateY(-2px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes teslianTextIn {
    to { opacity: 1; transform: translateY(0); }
}
.demo-login-panel {
    border: 1px solid #d9e3e4;
    border-radius: 8px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(10, 103, 117, .08);
}
.demo-login-title {
    color: #31565c;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.demo-login-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.demo-login-btn {
    border: 1px solid #0A6775;
    color: #0A6775;
    font-size: .86rem;
    font-weight: 700;
    border-radius: 6px;
    padding: 9px 8px;
    white-space: nowrap;
}
.demo-login-btn:hover {
    background: #0A6775;
    color: #fff;
}
@media (max-width: 420px) {
    .demo-login-actions {
        grid-template-columns: 1fr;
    }
}


/* 404 PAGE CSS */
.page_404{
    background: #fff;
    padding: 80px 0;
}
.page_404 img{
    width:100%;
}
.four_zero_four_bg{
    background-image: url('../img/error.gif');
    height: 400px;
    background-position: center;
}
.four_zero_four_bg h1{
    font-size: 5rem;
    font-weight: bold;
}
.contant_box_404 h3{
	font-size: 2.5rem;
    font-weight: bold;
}
.contant_box_404 a{
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
}
.contant_box_404{
    margin-top: -30px;
}
