body {
    background: linear-gradient(to bottom, #fff, #fff);
    background-size: cover;
    background-repeat: no-repeat;
}
img {
    position: relative;
    margin-top: 5%;
    width: 350px;
}
.card {
    padding: 18px;
    margin: 15px;
    border-radius: 16px;
    box-shadow: 1px 1px 20px #000;
}
.btn-login-large {
    background-color: #2CB2A2;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    border-radius: 22px !important;
    padding: 4px 50px !important;
}
.text-danger {
    padding: 5px 0 0 0;
}
html, body {
    height: 100%;
}
@media(max-width: 996px){
    body {
        background-size: 100%;
    }
    .card {
        margin-top: 4%;
    }
}
input[type="text"],input[type="password"] {
    border-radius: 22px !important;
    border: none;
    box-shadow: 0 4px 8px #999;
    margin: 25px 0;
    height: 40px;
    font-size: 13px;
}
p.welcome {
    color: #024457;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.gnl {
    text-align: center;
}
a.ajout-client {
    margin-left: 10px;
    color: #2CB2A2;
    text-decoration: none;
    border-bottom: 1px solid #2CB2A2;
}
a.ajout-client:hover {
    color: #2CB2A2;
    text-decoration: none;
}
.mdp_oublier{
    margin-left: 50%;
}
.oublier{
    color: #2cb2a2;
}
.oublier:hover{
    color: #2cb2a2;
    text-decoration: underline;
}
.bg-dark {
    background-color: #fff!important;
}
.first-connect {
    font-weight: 500;
}