﻿
@media screen and (max-width: 768px) {
    .habilitee-login-layer {
        position: absolute;
        top: -100px;
        left: 0;
        z-index: 99;
        width: 100%;
        background-color: white;
    }

    .habilitee-login-form-content {
        border: 1px #E5E8EB solid;
        border-radius: 10px;
        padding: 45px 30px 45px 30px;
        margin-left: 15px;
        width: 400px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    .habilitee-login-layer {
        position: absolute;
        top: -100px;
        left: 0;
        z-index: 99;
        width: 100%;
        background-color: white;
        background-size: 60%;
    }

    .habilitee-login-form-content {
        border: 1px #E5E8EB solid;
        border-radius: 10px;
        padding: 45px 30px 45px 30px;
        width: 400px;
        margin-top: 15px;
    }
}



    .habilitee-login-form {
        /*margin-top: 35px;*/
    }   

    .habilitee-login-button {
        background-color: var(--bunqr-noir) !important;
        color: var(--bunqr-blanc) !important;
        border: 0 !important;
    }

        .habilitee-login-button a {
            background-color: var(--bunqr-noir) !important;
            color: var(--bunqr-blanc) !important;
            border: 0 !important;
        }

        .habilitee-login-button:hover {
            background-color: #1e1d1d !important;
            color: var(--bunqr-blanc) !important;
            border: 0 !important;
        }

        .habilitee-login-button a:hover {
            background-color: #1e1d1d !important;
            color: var(--bunqr-blanc) !important;
            border: 0 !important;
        }
.login-background-video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.content {
    position: relative;
    z-index: 1;
}