.bg-login-image {
    background: url("../images/technolab_siege.jpg");
    background-position: center;
    background-size: cover;
}

.bg-login-image2 {
    background: url("../images/technolab_espace_etudiant.jpg");
    background-position: center;
    background-size: cover;
}

.bg-login-image3 {
    background: url("../images/technolab_espace_parent.jpg");
    background-position: center;
    background-size: cover;
}

.form-check-input {
    position: absolute;
    margin-top: .45rem;
    margin-left: -1.25rem;
}

.text-monospace, .form-control {
    font-family: "Courier New", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0.2;
}