html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: black;
}

#bordure {
    height: calc(100% - 100px);
    padding-top: 20px;
    background-size: cover !important;
    background: center no-repeat white;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

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

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

.success {
    color: green !important;
}

.passwordcontainer {
    padding: 50px 0;
}

#footer {
    background-color: black;
    color: #B1A79E;
    padding-bottom: 5px;
    margin-top: 5px;
    height: 30px;
}

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

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

h4 {
    color: red;
}

#loginbox {
    margin-top: 50px;
    opacity: 0.85;
}

.navbar {
    padding-bottom: 30px;
    background-color: #EDEDED;
    box-shadow: 1px 2px 20px #aaa;
}

.navbar-brand img {
    max-width: 200px;
    margin-top: -10px;
}

.panel-info {
    box-shadow: 0 5px 20px #aaa;
}

.panel-heading {
    color: #F1F1F1 !important;
    background-color: #0363B0 !important;
    border-color: #6188A9 !important;
}

.panel-title {
    font-size: 20px;
}

#btn-login {
    background-color: #19619C;
    height: 50px;
    width: 100%;
    font-size: 20px;
}