﻿body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: linear-gradient(0deg, rgb(127 21 25 / 32%), rgb(138 25 30 / 12%)), url(../Content/Image/BGFinal.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.user_card {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #f39c12a6;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    top: -100px;
    text-align: center;
}

.brand_logo {
    height: 200px;
    width: 200px;
}

.form_container {
    margin-top: 50px;
    color: #fff;
}

.login_btn {
    width: 100%;
    background: #c0392b !important;
    color: white !important;
}

    .login_btn:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

.input_user,
.input_pass {
    box-shadow: none !important;
    outline: 0px !important;
    border-radius: 0px;
    color: #7f1519;
    background: #f2e9db;
}

#status ul {
    list-style: none;
    padding: 0px;
}
