body {
    font-family: 'Poppins', sans-serif;
    background-color: #f15c22;
    background-image: url('../img/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%;
    text-align: center;
    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 {
    height: 50px;
    margin-top: 10px;
    font-size: 0.9rem;
    border: none;
    border-radius: 3px;
}

.btn-success {
    height: 50px;
    font-size: 0.9rem;
    font-weight: 400;
    background-color: #0ca74f;
    text-align: left !important;
}