﻿    .login-bg {
    background: url('/images/tlsbg.png') no-repeat center center fixed;
    background-size:cover;
    font-family: Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    }

    .login-box {
    padding: 50px;
    border-radius: 20px;
    color: white;
    width: 400px;
    background: linear-gradient(135deg, white, #f9f9f9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .login-box h1 {
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(135deg, #b1c906, #005423);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 15px;
    }

    .login-box p {
    font-size: 14px;
    color: #005423;
    text-align: center;
    }

    .bold-text {
    font-weight: bold;
    }

    .main-group {
    margin-bottom: 20px;
    position: relative;
    }

    .main-group input {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #b1c906;
    color: #005423;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    transition: border-color 0.3s ease;
    }

    .main-group input:focus {
    border-color: #005423;
    outline: none;
    }

    .main-group label {
    color: #005423;
    font-size: 14px;
    }

    .form-check-input {
    background-color: white;
    border-color: #b1c906;
    margin-right: 10px;
    }

    .checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

    .btn-block {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #b1c906, #005423);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    transition: background 0.3s ease;
    }

    .btn-block:hover {
    background: linear-gradient(135deg, #94a906, #003e1c);
    }

    .login-footer p {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #005423;
    }

    .underline-label {
    font-size: 14px;
    color: #b1c906;
    text-align: right;
    font-style: italic;
    text-decoration: none !important;
    }

    .underline-label:hover {
    text-decoration: underline;
    }

    .validation-text {
    font-size: 12px;
    color: #e34949;
    font-style: italic;
    }

    .err-validate {
/*    background: linear-gradient(135deg, rgba(221, 32, 32, 0.6), rgba(255, 255, 255, 0.4));*/
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    background-color:red;
    opacity:65%; 
    }

    .alert-validate {
/*    background: linear-gradient(135deg, rgba(41, 204, 41, 0.6), rgba(255, 255, 255, 0.4));*/
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 12px;
    background-color:forestgreen;
    opacity:65%; 
    }

    body {
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    }

    .form-card {
    background: linear-gradient(135deg, #f9f9f9, white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    }

    .form-card h2 {
    background: linear-gradient(135deg, #005423, #b1c906);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    }

    .btn-primary {
    background: linear-gradient(135deg, #005423, #b1c906);
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    color: white;
    transition: background 0.3s ease;
    }

    .btn-primary:hover {
    background: linear-gradient(135deg, #003e1c, #94a906);
    }

    footer {
    background: linear-gradient(135deg, #005423, #b1c906);
    color: white;
    padding: 20px 0;
    text-align: center;
    }

    .form-label {
    font-weight: bold;
    color: #005423;
    }

    .form-control {
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #b1c906;
    transition: border-color 0.3s ease;
    }

    .form-control:focus {
    border-color: #005423;
    outline: none;
    }

    .errormsg {
    color: #e34949;
    font-size: 12px;
    }

/*---------New Changers-----------*/
/*------------Login--------------*/
/*------------page--------------*/
/*-----------------------------*/
/*------mobile responsive-----*/
@media (max-width:426px) {
    .login-box {
        width: 350px;
        font-size:10px;
        padding: 40px;
    }

    #login-submit {
        padding: 5px;
        width: 100%;
        height: 100%;
    }

    #Input_Email {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    #Input_Password {
        width: 100%;
        height: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .bold-text {
        font-size: 5px;
    }
}

@media (max-width:376px) {
    .login-box {
        width: 100%;
        font-size: 10px;
        padding: 40px;
    }

    #login-submit {
        padding: 5px;
        width: 100%;
        height: 100%;
    }

    #Input_Email {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    #Input_Password {
        width: 100%;
        height: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .bold-text {
        font-size: 5px;
    }
}

@media (max-width:321px){
    .login-box{
        width:100%;
        font-size:10px;
        padding:25px;
        margin:0px;
    }

    #login-submit{
        padding:5px;
        width:100%;
        height:100%;
    }

    #Input_Email{
        width:100%;
        height:100%;
    }

    #Input_Password {
        width: 100%;
        height: 100%;
    }

    .bold-text{
        font-size:5px;
    }
}