﻿.body{
    overflow:hidden;
}
.login-container {
    min-height: 100vh;
    background-color: #f5f5f5;
    background: linear-gradient(135deg, #49307675, #ffffff);
    background: linear-gradient(135deg, #e0e7ff, #ffffff);
    background-size: cover;
    background-image: url(../img/bg_irams.jpg);
}

.login-dialog {
    max-width: 320px;
    padding: 2rem;
    background: #ffffff4a;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 320px;
    height: auto;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}
.d-none {
    display: none;
}

.round-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-border {
    --bs-spinner-width 2rem : 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.2em;
    --bs-spinner-animation-speed: 0.4s;
}

#usernameWaitingIndicator, #clientWaitingIndicator {
    font-size: 0.9em;
    font-weight: 500;
}

.btn-forgot-password {
    background-color: #f3e8ff73;
    color: #6b46c1 !important;
    padding: 3px 7px;
    text-decoration: none !important;
    font-size: .875em;
    margin-bottom: .5rem;
    border: #6b46c199 solid 1px;
    border-radius: 4px 15px 15px 4px;
}

    .btn-forgot-password:hover {
        background-color: #e9d5ff;
        transform: scale(1.05);
    }