.login-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    filter: #FF8E00;
    background: rgba(146 ,137, 255, 0.70);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

.login-box {
    z-index: 1000;
}

.login-title {
    font-size: 1.5rem;
}
