.content{
    background-image: url('../../images/login_backimage1.png');
    background-repeat: no-repeat;
    position: relative;
    background-size: 59% 86%;
    overflow: hidden;
}

.container-fiuld {
    padding-top: 6rem;
}

.left-view {
    height: calc(100vh - 6rem);
}

.form-login {
    background: #fbfbfb;
    height: auto;
    color: #0a0a0a
}

.form-login label {
    font-size: 14px;
    color: #0a0a0a;
}


.btn-staff-login {
    background-image: linear-gradient(to left, #0761ae , #449cf5);
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3;
    border-radius: 4px !important;
}

.btn-staff-login:hover {
    box-shadow: 0 0 10px #449cf5;
}

.logo-view {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

body {
    position: relative;
}

.am-form-input {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;

    outline: none;
    padding: 3px 5px;
    border-radius: 4px;

}

.am-form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.am-form-group label {
    font-size: 14px;
    color: var(--black);
}

.am-form-input:focus,
.am-form-input:focus-within {
    border: 1px solid var(--primary);
}

.am-form-control-password {
    display: flex;
    align-items: center;
    padding: 0 !important;

}

.am-form-control-password input {
    height: calc(100% - 6px);
    padding-left: 5px;
    flex: 1;

    outline: none !important; 
    border: none !important;
}

.am-login-btn-icon {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;

}

.am-login-btn-icon i {
    font-size: 16px;
}

.error-message {
    font-size: 10px;
    color: var(--red);
    margin-top: 8px;
}


/* .alert {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
} */


@media only screen and (max-width: 768px) {
    .form-login {
        background: #fbfbfb;
        height: auto;
        color: #0a0a0a
    }
    .content{
        background-image: none;
        height: auto;
    }
    .padding-col {
        padding: 1rem
    }
}
