﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: 'Open Sans', sans-serif;
    background: url(assets/img/blockChain.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 90%;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.padre {
    height: 100vh;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.hijo {
    justify-content: center;
    /*text-align:center;*/
    /*border-radius: 20px;*/
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
}

.Validator {
    background-color: #FFC300;
    border: 1px solid #E1AC01;
    border-radius: 5px;
    display: inline-block;
}

.MensajeOk {
    background-color: #87BD3E;
    border: 1px solid #6B9433;
    border-radius: 5px;
    display: inline-block;
}

.hijoSeguridad {
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
    border-radius: 10px;
    /*text-align:center;*/
    /*border-radius: 20px;*/
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
}