﻿
.login-wrapper
{
    display: flex;
    justify-content: center;
    /*margin-top: 30px;*/
    }

/*.login-card {
    width: 560px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    background: #fff;
}*/
.login-card {
    width: 560px;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, #f9fbff);
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    border: 1px solid #e4e9f2;
    /*border-top: 3px solid #D66C00;*/
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    /*border-bottom: 1px solid #ddd;*/
    border-top: 3px solid #D66C00;
    border-bottom: 3px solid #279e46;
    /*padding-bottom: 8px;*/
    margin-bottom: 10px;
}

.form-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.form-control {
    width: 100%;
    height: 32px;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.form-note {
    font-size: 12px;
    color: #c4714d;
}

.password-box {
    position: relative;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

.action-row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.button-row {
    text-align: center;
    margin-top: 15px;
}



.password-note {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 10px;
    background: #fff3cd;
    color: #856404;
    border-radius: 6px;
    font-size: 12px;
    border: 1px solid #ffeeba;
}

.login-card h5 {
    color: #0a66c2;
    font-weight: bold;
    text-align: center;
}

/* Buttons */
#btn_Login {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
}

#btreset {
    background: #e9ecef;
}
/*Captcha*/
/*.captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: #f4f7fb;
    border-radius: 8px;
    border: 1px dashed #cfd8e3;
}*/

.captcha-image {
    border-radius: 4px;
    border: 1px solid #ccc;
}

.captcha-refresh {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0d6efd;
    font-weight: 600;
}

.captcha-refresh img {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.2));
}

/*.captcha-input {
    margin-top: 8px;
}*/
.captcha-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px;
    background: #f4f7fb;
    border-radius: 8px;
    border: 1px dashed #cfd8e3;
}

.captcha-image {
    border-radius: 4px;
    border: 1px solid #ccc;
}

.captcha-refresh {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0d6efd;
    font-weight: 600;
}

    .captcha-refresh img {
        filter: drop-shadow(0 1px 1px rgba(0,0,0,.2));
    }


.Design_Btn {
    min-width: 100px;
    padding: 8px 18px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    background: #FFCC99;
}

/*.Design_Btn {
    background: #FFCC99;
    padding: .5em;
    border-radius: 5px;*/ /*3px 3px 3px 3px;*/
    /*border-color: white;
    cursor: hand;
    font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
    font-size: 12px;
    color: Black;
    height: 30px;
    font-weight: bold;
    width: 100px;
}*/

/* Login */
#btn_Login {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
}

    #btn_Login:hover {
        background: linear-gradient(135deg, #084298, #052c65);
        transform: translateY(-1px);
    }

/* Reset */
#btreset {
    background: #e9ecef;
    color: #333;
}

    #btreset:hover {
        background: #ced4da;
    }

.mandatory-text {
color:darkgoldenrod
}


