html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0d0d0d;
    color: white;
}

.form-signin {
    width: 100%;
    max-width: 360px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.btn-primary {
    background-color: #d1a63d;
    border-color: #a58127;
}

.btn-primary:hover {
    background-color: #a58127;
    border-color: #d1a63d;
}

.btn-primary.focus, 
.btn-primary:focus {
    color: #fff;
    background-color: #d1a63d;
    border-color: #a58127;
    box-shadow: 0 0 0 0.2rem rgb(209 166 61 / 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d1a63d;
    border-color: #a58127;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(209 166 61 / 0.5);
}

.btn-outline-primary{
    color: #fff;
    border-color: #a58127;
}

.btn-outline-primary:hover {
    background-color: #a58127;
    border-color: #d1a63d;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(209 166 61 / 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(209 166 61 / 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #d1a63d;
    border-color: #a58127;
}

.logo {
    background-color: black;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 0 0.2rem rgb(209 166 61 / 0.06);
}

.fixed-top, .fixed-bottom{
    background-color: black;
    padding: 10px;
}
.fixed-top {
    
    border-bottom: 1px solid #d1a63d;
}
.fixed-bottom {
    border-top: 1px solid #d1a63d;
}