*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.aib{
    align-items: baseline;
}

.video-bg{
    position: absolute;
    right: 0;
    bottom:0;
    max-width: 100%;
    min-height: 100%;
}

.flogin{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5rem 10rem;
    display: flex;
}

.floginleft{
    background: white;
    width: 50%;
    padding: 3.5rem;
    display: grid;
    box-shadow:0px 0px 3px #c4c4c4;
    border-radius: 12px;
}

    .floginleft h1, h2, h3, h4, h5, h6{
        text-align: center;
    }
.floginright{
    width: 100%;
    padding: 5rem;
    color: white;
    list-style: none;
    position: relative;
    background: linear-gradient(135deg, transparent 0% 60%, #00000055 80%);
    border-radius: 0 0px 12px 0px;
    margin-bottom: 0;
}

    .floginright li{
        font-size: 2.8rem;
        line-height: 4.5rem;
    }

    .floginright-img{
        position:absolute;
        bottom:5%;
        right:5%;
        transform: translate(-5%, -5%);
        width: 200px;
        height: 200px;
    }

@media (max-width: 1367px){
    .flogin{
        padding: 3rem 7rem;
    }
}