﻿.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: #FFF;
    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: 50px;
    color: #289bd1;
    font-weight: 600;
}

.container-form {
    border: solid 1px #ced4da;
    max-height: 300px;
}

.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%
    }
}