.container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-globe {
    width: 20px;
    height: 20px;
}

.dropdown-menu {
    --bs-dropdown-min-width: 3rem !important;
    transform: translate3d(5px, 40px, 0px) !important;
}

.image_login
{
    height: 60px;
    text-align: right;
}

.login-brand-image {
    width: 130px !important;
}

.div_button
{
    width: 100%;
}

.login_button
{
    background-color: #2185d0;
    color: #fff;
    text-shadow: none;
    width: 100%;
    margin: 0 0.25em 0 0;
    padding: 0.78571429em 1.5em 0.78571429em;
    border-radius: 0.28571429rem;
    font-weight: 700;
    line-height: 1em;
}

.field {
    width: 100%;
    margin: 0px 0px 5px 0px;
}

.field.input {
    height: 20px;
}

.ui.segment {
    width: 600px;
    position: relative;
    background-color: var(--bs-body-bg);
    margin: 1rem 0;
    padding: 1em 1em;
    /*border-radius: 0.28571429rem;
    border: 1px solid rgba(34,36,38,.15);*/
}

.login-container {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.locale-icon {
    height: 25px;
    width: 15px;
}

.rounded-button-language {
    border-radius: 25% !important;
}

.return-icon {
    width: 25px;
    height: 25px;
}

.otp-input {
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    font-size: 20px;
    margin: 5px;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.otp-input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.otp-input-reset-password {
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    font-size: 20px;
    margin: 5px;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.otp-input-reset-password:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.resend-link {
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
}
.resend-link.disabled {
    color: gray;
    pointer-events: none;
}

.fs-8 {
    font-size: 0.75rem;
}