body
{
    background-color:#031231;
}

.fondoForm
{
    width: 100%;
    height: 100%;
    background-image: url("../imgs/confimacion.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    display: table;
    padding: 50px;
    padding-top: 140px;
    text-align: center;
    
}
.modal-footer {
    text-align: center;
    }
    
img 
{
    animation: fadeIn 3s ease;
}

@keyframes fadeIn
{
	0% {opacity:0;}
}