﻿*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

form {
    height: 100%;
    padding: 0;
    margin: 0;
    background: url(../Images/SIDEPA/fondo_II.jpg) center center no-repeat fixed;
    background-size: cover;
    max-height: 100vh;
}

header {
    background-color: #c2ba98;
    display: flex;
    justify-content: center;
}

    header .header-left {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    header .header-right {
        width: 50%;
        text-align: center;
        padding-top: 10px;
    }

        header .header-right h4 {
            color: #636569;
            font-weight: bold;
        }

    footer {
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: white;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        /*font-size: 18pt;*/
        font-weight: 800;
        background-color: gainsboro;
    }

.login-logo{
    max-width: 320px;
    margin: 10px 0;
}

.olvide-pass{
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0;
}

.olvide-pass:hover{
    color: #c2ba98;
}

/*
.login-body {
    width: 100%;
    height: 100%;
    background: url(../Images/SIDEPA/fondo_II.jpg) center center no-repeat fixed;
    background-size: cover;
}

footer .login-footer {
    background-color: none;
    text-align: center;
}
*/
/* ------------------------------------------------------------- */