.login-container {
    min-height: 100vh;
    margin: 0 60px;
    display: flex;
    flex-direction: column;
    border-right: solid 1px black;
    border-left: solid 1px black;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    background-color: white;
}

.login-Contenido {
    margin: 0;
    padding: 0 0 0 150px;
}

.login-cuerpo {
    background-color: white;
    position: relative;
}

.login-image {
    img {
        padding-left: 10%;
        width: 80%;
        border-bottom: 1px solid #000;
    }
}

.login-btn {
    position: absolute;
    top: 30%;
    left: 40%;
    height: 120px;
    width: 300px;
    border: solid 1px black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffffff60;

    img {
        position: absolute;
        left: 25px;
    }
}

.login-container #Principal #InfoLogin {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	position: relative;
}

.login-container #Pie {
    position: relative;
    box-sizing: content-box;
    min-height: 100px;
}
