﻿.vegas-container {
    position: absolute !important;
    height: 100vh !important;
}

html, body {
    overflow: hidden;
    line-height: 1.2 !important;
    font-family: 'Poppins' !important;
}

/*BACKGROUND CONTAINER (left side)*/
.background-img {
    background-image: url("../Images/Login/bg1.jpg");
    height: 100vh;
    width: 60vw;
    left: 0px;
    top: 0px;
    position: absolute;
    opacity: 0.9;
    background-size: cover;
    background-position-x: center;
}

.background-container {
    position: absolute;
    display: table;
    height: 100vh;
    padding: 0px 40px;
    width: 60vw;
    z-index: 1;
    background: linear-gradient(transparent, rgba(0,0,0,0.5));
}

    .background-container .header-logo {
        display: block;
        position: absolute;
        top: 40px;
        text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    }

    .background-container .slideshow-text {
        display: table-cell;
        vertical-align: bottom;
        color: white;
        padding: 0px 5px;
    }

    .background-container .Title, .Subtitle {
        display: inline-block !important;
        opacity: 0;
        left: -20px;
        position: relative;
        transition: 0.5s all ease;
    }

        .background-container .Title.show, .Subtitle.show {
            opacity: 1;
            left: 0px;
        }

/*LOGIN CONTAINER (right side)*/
.login-container {
    height: 100vh;
    width: 40vw;
    right: 0px;
    position: absolute;
    display: table;
    overflow: hidden;
    z-index: 2;
    background: #fff;
    box-shadow: -6px 0px 10px -4px rgba(0, 0, 0, 0.4);
}

    .login-container .login-logo {
        margin: auto;
        padding: 20px calc(8vw);
    }

.div-controls {
    padding: 0px 9vw;
}

.div-selection {
    height: 260px;
    overflow: auto;
    padding: 10px calc(5vw);
    /*margin-top: 15px;*/
}

option {
    background-color: #fff;
    color: #333;
}


.panel {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    z-index: 2;
}

    .panel:hover {
        border: 1px solid #ccc;
        transition: 0.1s all ease;
        cursor: pointer;
        -webkit-filter: saturate(2);
    }

a:hover {
    text-decoration: none !important;
}


/*LOGIN BYPASS*/
.form-control {
    box-shadow: none !important;
    border-radius: 5px !important;
    margin: 5px 0px;
    background: #fff !important;
    padding: .9rem 1rem !important;
    height: auto !important;
}

/*GOOGLE LOGIN*/
.login-container .google-button {
    height: 60px;
    width: 320px;
    border-radius: 30px;
    margin: 40px 0px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
    transition: all ease 0.1s;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
}

/*FOOTER*/
.login-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    padding: 0 15%;
    font-size: 14px;
    width: 100%;
}



@media only screen and (max-width: 991px) {
    .background-img {
        height: 100% !important;
        width: 100vw;
        opacity: 0.5;
    }

    .background-container {
        width: 100vw;
        /*height: 45vh;*/
        height: 100%;
        padding: 20px;
    }

        .background-container .header-logo {
            transition: all ease 0.2s;
            /*display: table;*/
            display: none;
            top: calc(0px - 20px);
            left: 0px;
            height: 100%;
            width: 100%;
            text-align: center;
        }

        .background-container .row {
            display: table-cell;
            vertical-align: middle;
        }

        .background-container .slideshow-text {
            display: none;
        }

    .login-container {
        width: 100vw;
        /*height: calc(55vh + 15px);*/
        height: 100%;
        bottom: 0px;
        text-align: center;
        /*background: linear-gradient(white, rgba(255,255,255,0.8));*/
        background: -webkit-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
        /*background: rgba(255, 255, 255, 0.8);*/
    }

        .login-container .row {
            margin-top: 0px !important;
        }

        .login-container .login-logo {
            width: auto;
            /*display: none;*/
        }

    .form-control {
        padding-bottom: 0px !important;
    }

    .input-effect {
        margin-top: 10px !important;
    }

    .focus-effect:focus ~ label, .has-content.focus-effect ~ label {
        top: -8px !important;
    }

    .div-controls {
        padding: 0px 40px;
    }

    .div-selection {
        padding: 5px 20px;
        /*height: auto;*/
    }

        .div-selection .fa {
            font-size: 10vw !important;
        }
}
