body {


    background-image: url("/images/public/login2.jpg");
    direction: rtl;

}

div.auth {
    position: fixed !important;
    width: 100%;
    height: 100%;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 25px;
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    /* From https://css.glass */
    background: rgba(16, 16, 16, 0.78);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(16, 16, 16, 0.3);



}

.input-glass {
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.48);
    color: white;
    width: 100%;
    height: 43px;
    padding: 8px;
}

.input-container i {
    position: absolute;
    left: 10px;
    /* موقعیت آیکون در سمت چپ */
    top: 50%;
    transform: translateY(-50%);
    /* برای وسط‌چین عمودی */
    color: #aaa;
    /* رنگ آیکون */
}

.logoAuth {
    width: 270px;
    margin-bottom: 10px;
}

.btnAuthParent {
    justify-content: center;
    display: flex;
}

.btnBg {
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.8);
 
}
.form-signin h3{
    font-size: 25px;
}