/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-dic-2016, 9:25:59
    Author     : Alberto Linares Bullejos
*/
.modal-header, h4, .close {
    background-color: #ec1b23;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header, .modal-body {
    padding: 40px 50px;
}
button.btn-success{
    background-color: #ec1b23;
    transition: background-color 2s;
    
}
button.btn-success:hover, button.btn-success:focus{
    background-color: #fff;
    color:#ec1b23;
}
button.btn-danger:hover, button.btn-danger:focus{
    background-color: #ec1b23;
}
