
html,
body {
    height: 100%;
    background-color: #003B4B;
    color: rgba(255,255,255, .5);
}
body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
}
.form-signin .form-floating:focus-within {
    z-index: 2;
}
.form-floating>label {
    position: absolute;
    top: 10px;
    left: -200px;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-login {
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 2rem;
    border: 2px solid #ec6607;
    text-transform: uppercase;
    color: #003b4b;
    background-color: #ECECEC;
}
.text-muted {
    font-size: 12px;
}
a, a.rst-link {
    text-decoration: none;
    color: rgba(255,255,255, .5);
}
a:hover, a.rst-link:hover {
    color: rgba(255,255,255, .9);
}
.form-signin:after {
    content: '';
    display: block;
    width: 25%;
    height: calc(66% + 2px);
    max-height: 66%;
    position: absolute;
    bottom: 0px;
    background-repeat: repeat-y;
    background-size: 50%;
    border-width: 1px 1px 1px 0;
    right: 0;
    background-image: url('../../medias/footer.svg');
    background-position: bottom 0px right 0px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}