html{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5d7e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5d7e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5d7e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5d7e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5d7e3 100%); /* IE10+ */
    background-image: url("img/fondo.jpg");/* W3C */
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5d7e3',GradientType=0 ); /* IE6-9 */
    height:100%;
    width:100%;
    font-family:Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#888;
}

div.wrap {
    width: 600px;
    padding: 80px 0px;
 /*   margin: 100px auto; */
 margin: 10px 10px;
 background-color: #f1f1f1b5;

    border: 1px solid white;
    text-align: center;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px #e5d7e3;
    box-shadow: 0px 0px 10px 1px #e5d7e3;
}

.btn-warning {
    color: #2b2b2b!important;
    background: #fedc45!important;
    border-color: #686764 !important;
    border: 1px solid #815627;
    box-shadow: 0 3px 0 #815627;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    font-family: Boing-Bold,"Arial Black",sans-serif;
    border-radius: 4px;
}

.btn-primary {
    color: #fff!important;
    background: rgba(46, 104, 191, 0.9)!important;
    border-color: #2c3033!important;
    box-shadow: 0 3px 0 #274e81;
    border: 1px solid #815627;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}
.btn {
    max-width: 360px;
        min-width: 120px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-block {
    display: block;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 30%;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
input[type=password], input[type=text]{
    padding:9px;
    margin-right:50px;
    width:200px;
    border-radius:5px;
    border:1px solid #ddd;
    -webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.2);
    outline:none;
    margin-bottom:20px;
}
