.bootbox .modal-content {
    border: 0.5vmin solid #29b4c2;
    border-radius: 3vmin;
}
.bootbox .modal-title {
    color: #E5006A;
}
.bootbox .bootbox-body{
    color: #707070;
}
.bootbox-close-button.close {
    display: none;
}
.bootbox input[type=text] {
    padding-top: 1vh !important;
    padding-bottom: 1vh !important;
}
.bootbox input[type=text], input[type=email], input[type=password] {
    width: 100%;
    margin: auto;
}
.bootbox .modal-footer .btn-primary {
    background-color: #29b4c2;
    border-color: #29b4c2;
}
.bootbox .modal-body{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.bootbox .modal-footer{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.bootbox .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 2vmin;
    color: white;
    margin: 0;
    border-radius: 7px;
    outline: none;
    border: none !important;
    width: 50%;
}
.bootbox .btn.btn-primary:not(:last-child){
    border: none !important;
    color: #fff !important;
    margin-right: 1vmin;
}
.bootbox .btn.btn-primary:hover{
    background-color: #29b4c2 !important;
}
.bootbox .btn.btn-secondary{
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.bootbox .btn:hover{
    opacity: 0.7;
}
.bootbox .btn-primary.focus, .bootbox .btn-primary:focus{
    box-shadow: none;
}

.bootbox-alert .modal-footer{
    justify-content: center;
}
.bootbox-alert .modal-footer button, .bootbox-alert .btn.btn-primary:last-child{
    border: none !important;
    width: 20% !important;
}
.bootbox-alert .modal-footer button:hover{
    color: white !important;
}
