* {
    box-sizing: border-box;
    font-family: "boonhome";
}

.section-login {
    height: 100vh;
    /*background-color: #9E1C20;*/
    /* background-image: url('../images/bg-02.png'); */
    background: url('../images/login-page-Photoroom.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /*padding: 0 !important;*/
}

.ab-left-login {
    position: absolute;
    height: 100%;
    width: 40%;
    left: 0
}
.ab-left-login img {
   height: 100%;
}

.ab-left-login-logo {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display:flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.ab-left-login-logo .text{
    text-align: center;
    margin-right: 60px;

}

.ab-left-login-logo .text {
        text-align: center;
        margin-right: 60px;
}
.ab-left-login-logo .text h1{
        color: white;
    font-size: 5vh;
}
.ab-left-login-logo .text h1.name{
    color: #F8B010;
    font-size: 7vh;
    font-weight: bold;
}
.card-login {
    /* background-image: url('../images/bg-01.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    ;
    padding: 0 !important;
}

.input-login-ac .form-control:focus {
    border-color: #9E1C20;
}

.input-login-ac .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: #9E1C20 !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #9E1C20 !important;
}

.page-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D1D5D0;
    padding: 5px;
    text-decoration: none;
    color: #333;
    background: #fff;
    font-size: 13px;
    height: 30px;
}

.page-item-active  {
    background: #9e1c20;
    color: #fff;
    border-color: #9e1c20!important;
}

.page-number {
    width: 30px;
}

.page-container {
    display: flex;
    margin-top: 10px;
}

#components-reconnect-modal {
    display: none;
}

#components-reconnect-modal.components-reconnect-show, 
#components-reconnect-modal.components-reconnect-failed, 
#components-reconnect-modal.components-reconnect-rejected {
    display: block;
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    margin: 50px 50px;
    position: fixed;
    top: 0;
    z-index: 10001;
}

#components-reconnect-modal {
    transition: visibility 0s linear 1000ms;
}