.card{
    background-color: transparent!important;
    border:0!important;
    color: white;
}

.card label{
    color: white;
}

.card .form-control {
    background: transparent!important;
    color: #7a7a7a;
    border: 1px solid white;
    padding: 0.5rem 1rem;
    color: white!important;
}

.card button[type="submit"].btn:not(.btn-touchspin) {
    background-color: transparent!important;
    background-image: url(/media/img/v-new/desktop/btn-white.svg)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #007cac!important;
    min-height: 40px!important;
    min-width: 220px!important;
}

.forgot-password a{
    color: white!important;
}

.card input{
    background-color: transparent!important;
    border: 0px!important;
    outline: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    color: white!important;
    border: 1px solid white!important;
    border-radius: 6px;
}

#show-password{
    border-right: none!important;
}

.card input:-webkit-autofill,
.card input:-webkit-autofill:hover,
.card input:-webkit-autofill:focus,
.card input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
}

.card .input-group .input-group-btn>.btn[data-action="show-password"] {
    background: none;
    background-image: none!important;
    padding: 0.78rem 1rem;
    border: 1px solid white;
    height: 100%!important;
}

.card .input-group {
    height: 100%;
}

#show-password{
    height: 100%;
}


h1 {
    margin: 0px auto;
    margin-top: 40px;
}

.card .input-group{
}

.form-footer{
    display: flex;
    justify-content: center;
}

hr {
        border: none;
        border-top: 2px solid #34b5f5;
        max-width: 220px;
}

.card .form-control-comment {
    font-size: .875rem;
    padding-top: 0.5rem;
    width: 100%;
    color: white;
    text-align: center;
    /* margin-bottom: 10px; */
    /* padding-left: 60px; */
}

.page-authentication #content{
    padding-top: 0;
    padding-bottom: 0;
}

.no-account a{
    text-transform: uppercase;
    font-weight: bold!important;
    font-size: 24px;
    color: white;
    margin: 0px auto!important;
    margin-top: 20px!important;
    display: block;
    line-height: 26px;
}
h1{
    line-height: 125%;
}

.btn{
    outline: none;
}

#div-creer-compte span.thin {
    font-weight: 500;
}

#div-creer-compte a{
    line-height: 125%;
}

#login-form{
    margin-bottom: 40px;
}

#already-account{
    text-align: center;
}

.send-renew-password-link{
    color: white;
}

.register-form p, .register-form p a{
    color: white;
}