﻿.triangle-container {
    left: calc(-50vw + 50%);
    position: fixed;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #9d0d45;
}

.triangles {
    background-image: url('../../images/triangles.svg');
    background-size: cover;
    height: 100%;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: fixed;
    right: 0;
    top: 0;
    background-position: center center;
}

.loginDiv {
    margin-top: 5%;
    background-color: rgba(255, 255, 255, 0.70);
    border-radius: 25px;
}

.loginRow {
    padding:20px;
}

.labelText {
    color: black;
}

.btnConnexion {
    font-weight: bold;
    width: 100%;
}

.lblYxali{
    font-weight: bold;
    font-size: 150px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}