﻿.login-row {
    margin-bottom: 20px;
    align-content: center;
    justify-content: center;
}

.login-input {
    position: relative;
}

.login-input :hover {
    color: #0d6efd;
}

.login-input i:first-child {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c8c8c;
    font-size: 18px;
    pointer-events: none;
}

.login-input input {
    height: 55px;
    border-radius: 15px;
    padding-right: 50px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.login-input i:last-child {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c8c8c;
    font-size: 18px;
    cursor: pointer;
}

.fa-eye,
.fa-eye-slash {
    pointer-events: auto;
    cursor: pointer;
}

#iconShowPass {
    pointer-events: auto;
    cursor: pointer;
}

.btn-outline-secondary {
    border-color: #0d6efd !important;
    font-size: 24px !important;
    border-radius: 15px !important;
}

#logo {
    max-width: 220px;
    width: 100%;
    height: auto;
}

#btnLogin {
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px;
}

a,
a:focus,
a:active,
a:visited {
    text-decoration: none !important;
}

a.hover {
    color: #ee0d0d !important;
}



.footer {
    font-family: Kalameh !important;


}

.footer i {
    color: #fff;

}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #ee0d0d;
}



.captcha-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.captcha-image {

    width: 240px;
    height: 80px;

    border: 1px solid #dcdcdc;

    border-radius: 10px;

    background: #fafafa;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;

    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.captcha-image img {

    width: 100%;
    height: 100%;

    object-fit: contain;

    user-select: none;

    pointer-events: none;

}

.refresh-btn {

    width: 45px;
    height: 45px;

    border-radius: 50%;

    border: none;

    background: #0d6efd;

    color: white;

    transition: .3s;

}

.refresh-btn:hover {

    background: #0b5ed7;

    transform: rotate(180deg);

}

.refresh-btn:active {

    transform: scale(.9);

}

#InfoCompany .a {
    color: #8c8c8c !important;
}

.captcha-container {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin: 15px 0;

}

.captcha-image {

    width: 240px;

    height: 80px;

    border: 1px solid #d8d8d8;

    border-radius: 10px;

    overflow: hidden;

    background: #fff;

    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);

}

.captcha-image img {

    width: 100%;

    height: 100%;

    display: block;

    cursor: pointer;

}

.captcha-refresh {

    width: 48px;

    height: 48px;

    border: none;

    border-radius: 10px;

    background: #0d6efd;

    color: #fff;

    transition: .25s;

    font-size: 18px;

}

.captcha-refresh:hover {

    transform: rotate(180deg);

    background: #0b5ed7;

}

.captcha-refresh:active {

    transform: scale(.92);

}