﻿.login-logo {
    max-width: 160px;
    margin: 0 auto 20px;
}
.icheckbox_square-blueinput[type="checkbox"], ins.iCheck-helper {
    height: 10px !important;
    width: 13px !important;
}
.forgetpaswordlogo a {
    max-width: 130px;

}
.btncs {
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(20, 184, 166, 0.35);
}

    .btncs:hover {
        background: linear-gradient(135deg, #0d9488 0%, #22c55e 100%);
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(20, 184, 166, 0.45);
    }

    .btncs:active {
        transform: translateY(0);
    }

    .btncs:focus {
        outline: none;
        color: #fff !important;
        box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.25);
    }