html, body {
    min-height: 280px;
    height: 100%;
    background-color: transparent !important;
}
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-image: url("../img/login/symbole.png"), url("../img/login/trame.png"), url("../img/login/connexion_background_territorial.png");
    background-repeat: no-repeat;
    background-position: left top, left bottom, left top;
    background-size: 1000px auto, 800px auto, cover;
}
.vertical-top-align {
	direction: ltr;
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}
.vertical-align {
    position: relative;
    top: 20%;
}
.full {
    height: 100% !important;
}
.band {
    background-color: rgb(64, 98, 116);
}
.footer {
    float: right;
    position: absolute;
    bottom: 50px;
    padding-right: 10px !important;
}
.form-signin-heading {
    text-align: center;
    font-size: 2.8em;
    color: white;
}
.form-signin-description {
    text-align: center;
}
.form-signin input {
    margin-bottom: 15px;
}
.form-signin p, .form-signin label {
    color: white;
}
.form-control {
    border-color: rgb(220, 220, 220);
    border-radius: 3px;
}
.form-signin-failed-description {
    text-align: justify;
}
.btn {
    font-family: "Arial";
    overflow: hidden !important;
    position: relative !important;
    font-weight: bold;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-out 0s;
    border-radius: 0px;
    border: 1px solid white !important;
    background-color: transparent !important;
}

.btn:hover, .btn:focus {
    background-color: #2e4653 !important;
}

a.text-link {
    color: #FFFFFF !important;
}
