﻿.container-login {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.container-menu {
    height: 100vh;
    background: #e9ecef;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-logo {
    max-height: 60px;
    text-align: center;
}

.container-logo img {
    width: 70%
}

.container-logo span {
    font-size: 75px;
    color: #289bd1;
    font-weight: 600;
}

.container-form {
    border: solid 1px #ced4da;
    max-height: 400px;
}

    .container-form button {
        background: #289bd1 !important;
        border: solid 1px #289bd1;
        color: #FFF;
    }

        .container-form button:hover {
            background: #2184b2 !important;
            color: #e6e4e4;
        }

.container-image {
    padding: 0;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1400px) {
    .container-logo {
        max-height: 100px;
        text-align: center;
    }

    .container-logo img {
        width: 70%
    }
}

@media screen and (max-width: 950px) {

    .container-menu {
        min-width: 100%;
    }

    #image-left {
        display: none !important;
    }

    .image-left {
        display: none !important;
    }

    .container-logo {
        max-height: 95px;
    }

    .container-form {        
        max-height: 450px;
    } 
}