﻿html {
    height: 100%;
    background-color:white;
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fcfcfc;
    height: 100%;
    background-image: url("../Content/login/img/nuestra_historia.png");
    background-size: auto;
    background-position: bottom;
    background-repeat: repeat-x;
}

.container {
    height: 80%;
    display: flex;
}

.header-login {
    border-bottom: 1px solid #dadada;
}

.header-login img {
    margin-left:30px;
    margin-bottom:20px;
}

.form-signin {
    border: 1px solid #dadada;
    background-color: white;
    padding: 30px;
    margin: auto;
    width: 400px;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.title-sag-desc {
    color: #999;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}


.title-sag-footer {
    color: #999;
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
}

.sigin-button {
    margin-top:15px;
}