body {
    font-family: 'Poppins', sans-serif;
    background-color: #22252d;
    background-image: url('../img/admin_bg.jpg');
    background-repeat: repeat;
    background-size: contain;
    font-weight: 400;
    margin: 0;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

::placeholder {
    color: #ececec;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ececec;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ececec;
}

.login_container {
    margin-top: 25%;
    background-color: #22252d;
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, .3);
    padding: 2rem;
    padding-bottom: 2.5rem;
    border-radius: 1rem;
    font-size: 0.85rem;
    color: #cccccc;
}

.login_container h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
}

.login_container h2 {
    color: #eeeeee;
    font-size: 1rem;
    font-weight: 400;
}

:focus-visible {
    outline: none;
}

.login_control {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: .25rem;
    padding-left: 1rem;
    background-color: #666666;
    height: 50px;
    font-size: 0.85rem;
    font-weight: 400;
}

.btn-primary {
    height: 50px;
    font-size: 0.85rem;
    font-weight: 400;
}