﻿#background-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    /*background-image: url("assets/images/banner-min.png");
            background-size: cover;
            filter: blur(1px); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-wrap {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 95%;
}

.container--one {
    height: 20%;
    overflow: hidden;
}

.container--two {
    padding: 1rem;
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    width: 80%;
}



@media only screen and (min-width : 992px) {
    .login-wrap {
        width: 80%;
        flex-direction: row;
        height: auto;
    }

    .container--one {
        width: 50%;
        height: 100%;
    }

    .container--two {
        width: 50%;
        height: 100%;
    }
}
