/* bootbox */

.modal-content {
    margin-top:85px;
}

.bootbox .modal-footer button{
    border: 1px solid transparent;
    color: white !important;
    height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    
}
.bootbox .modal-footer button:hover{
    box-shadow: inherit;
    color: inherit;
}