/* Your Custom CSS Goes here */
.inscription-page{
    margin-left: -15%;
    width: 80%;
}

.inscription-page .card-body p {
    padding-bottom: 20px;
}

.image-pic{
    width: 18%;
    margin-top: -13%;
    margin-left: 140px;
}

.reset-password{
    margin-top: -15%;
    padding-bottom: 16%;
}

.error-login{
    background-color: #FCE3E5;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 12px;
}

.app-header{
    z-index: unset!important; 
}

.contact-page .material-icons{
    font-size: 45px !important;
    padding-bottom: 5% !important;
}

.contact-page a {
    text-decoration: none;
}
.contact-page .contact2{
    margin-top: -12px!important;
}

.public-user-page .user-activity-online{
    margin-top: -38px !important;
    right: -15px !important;
}
.app-auth-container .logo a{
    background: none !important;
}