.logo-animation {
    animation: upDown 2.5s infinite ease-in-out;
}

.form-pass input {
       
    padding: 14px;
    border-radius: 10px; /* Rounded corners */
    
}

.form-pass input:focus {
   
    /* outline: 3px solid #01D651; */
    outline: 3px solid #000;
    outline-offset: 3px; /* 3px gap between border & outline */
    box-shadow: none;
}

.astrik{
    color:red;
}
.welcome-text {

   
    font-weight: 430;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}
@keyframes upDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}


.top-right {
    position: absolute;
    top: 20px;
    right: 20px;
}

.login-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    /* height: 50vh; */
    z-index: -1;
}
.transition-transform1 {
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}
.mx-auto {
	margin-right: auto !important;
	margin-bottom: auto;
	margin-left: auto !important;
}
.login-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 50vw;
        /* height: 50vh; */
        z-index: -1;
    }

    .login-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .form-pass input {
       
        padding: 14px;
        border-radius: 10px; /* Rounded corners */
        
    }
   
    .form-pass input:focus {
       
        /* outline: 3px solid #01D651; */
        outline: 3px solid #000;
        outline-offset: 3px; /* 3px gap between border & outline */
        box-shadow: none;
    }
    
.astrik{
    color: red;
}
    

@keyframes upDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.logo-animation {
    animation: upDown 2.5s infinite ease-in-out;
}

.top-right {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mx-auto {
	margin-right: auto !important;
	margin-bottom: auto;
	margin-left: auto !important;
}
.login-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 50vw;
       
        z-index: -1;
    }

    .login-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    @media (max-width: 1024px) {
    .login-img {
        height: 89vw; /* Height changes for laptops */
    }
}

.form-pass input {
       
    padding: 14px;
    border-radius: 10px; /* Rounded corners */
    
}

.form-pass input:focus {
   
    outline: 3px solid #000; /* Outer green border */
    outline-offset: 3px; /* 3px gap between border & outline */
    box-shadow: none;
}
.tl{
    text-align: justify;
}
* {
    font-family: 'Inter', sans-serif;
}

.footer-links {
    padding-top: 20px;
    border-top: 1px solid #DCDFE4; /* Border added */
    margin-top: 20px;
    padding-top: 15px;
}

.footer-link {
    font-size: 14px;
    color: #292C35;
    text-decoration: none;
    font-weight: 500;
    margin: 0 10px;
}

.footer-link:hover {
    text-decoration: underline;
    color: #01D651;
    /* color: #000; */
}
.footer-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px 0;
    text-align: center;
    border-top: 2px solid #ddd; 
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.footer-links {
    margin: 0;
    padding: 0;
}
.footer-link {
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
}
.footer-link:hover {
    text-decoration: underline;
}
.list-inline{
    padding: 26px;
}
