﻿body {
    font-family: 'Ubuntu', sans-serif;
    /*background: url('/Content/img/pf-s80-green-pat-01a.jpg');
    background-attachment: fixed;
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;*/
}
.login-page {
    background-color: #fff;
}
    b {
    font-weight:bold !important
}
.font {
    font-family: 'Passions Conflict', cursive;
}
.text-white {
    color:white !important
}
.btn {
    margin-bottom:10px
}
.login-box {
    width: 385px;
}
.login-logo {
    font-size: 10rem;
    margin-bottom: 0 !important;
    margin-top: -120px;
}
.card {
    /*box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);*/
    box-shadow:none;
    border: 0px solid rgb(0 0 0 / 13%);
    border-radius: 0.375rem !important;
}
.login-box hr {
    border-top: 1px solid #00678d;
    width: 50%;
}
a {
    color: #00678d;
    text-decoration: none;
    background-color: transparent;
}
#menu-carte {
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 2rem;
    color: #00678d;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    transition: 0.5s
}
#date-time {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgb(0 0 0 / 75%);
    font-size: 13px;
    color: white;
    text-align: center;
    border-radius: 50%;
    padding-top: 17px;
    z-index: 5;
    top: 2%;
    left: 2%;
}
    #date-time hr {
        margin-top: 0rem;
        margin-bottom: 0.5rem;
        border: 0;
        border-top: 3px solid rgb(255 255 255);
    }
.bg-auth-circle-shape-2 {
    position: absolute;
    left: -8.25rem;
    bottom: -2.4375rem;
}
.bg-auth-circle-shape {
    position: absolute;
    right: -12.75rem;
    top: -7.125rem;
    z-index:1
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}
.form-control {
    background-color: transparent;
}
.btn {
    border-radius: 3rem;
}
.btn-default {
    background-color: #0e0e0e73;
    border-color: #ddd0;
    color: #fff;
    backdrop-filter: blur(6px);
}
#half-card, .login-logo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    /*.login-logo::before ,#half-card::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #005bea;
        background: -webkit-linear-gradient(bottom, #2177fdcc, #0097b9);
        background: -o-linear-gradient(bottom, #2177fdcc, #0097b9);
        background: -moz-linear-gradient(bottom, #2177fdcc, #0097b9);
        background: linear-gradient(bottom, #2177fdcc, #0097b9);
        opacity: 0.9;
    }*/
.modal .font {
    font-size:4rem
}
.btn-sidenav {
    width: 240px
}
.login-card-body, .register-card-body {
    background-color: transparent;
    border-top: 0;
    color: #666;
    padding: 20px;
}
.card {
    background-color: transparent;
}
    /*
    SIDENAV (navigation carte de france)
*/
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color:white
    /*background: url('/Content/img/pf-s80-green-pat-01a.jpg');
    background-attachment: fixed;
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;*/
}
    .sidenav .font {
        font-size: 11rem;
    }
    .sidenav hr {
        border-top: 1px solid #000;
        width: 75%;
        margin-top: 0rem;
        margin-bottom: 4rem;
    }


@media (min-width: 768px) {
    .bg-auth-card-shape {
        background-position: 0 100%;
    }
}
@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: 100vh;
    }
}