@charset "utf-8";
/* CSS Document */
body {
    width: 100%; 
    height: auto; 
    min-height:100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#eee, #555);

}
        .form-signin input[type="text"] {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
        .form-signin input[type="password"] {

            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
        .form-signin .form-control {
            position: relative;
            font-size: 16px;
            font-family: 'Open Sans', Arial, Helvetica, sans-serif;
            height: auto;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 95%;
        }
        .vertical-offset-100 {
            padding-top: 100px;
        }
        .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
        margin: auto;
        }
        .panel {
        margin-top: -80px;
        margin-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.75);
        border: 1px solid transparent;
        border-radius: 10px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        }
        .input-group{
            margin-left: 2.2%;
            width: 100%;
        }
        .btn-color{
            background-color: #333;
            color: white;
            font-weight: 700;
        }
        .carga{
            color: white;
            font-weight: 600;
            -webkit-text-shadow: 0 0.5px 0.5px black;
            text-shadow: 0 0.5px 0.5px black;
        }
        .panel-heading{
            border-radius: 10px;
        }

