﻿.action-buttons{
    text-align:center;
}
.btn-action{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25) !important;
    background: rgb(11, 75, 191);
    background: linear-gradient(0deg, rgba(11, 75, 191, 1) 0%, rgba(195, 45, 253, 1) 100%);
    margin-top: 30px;
    color: #fff !important;
    font-size: 25px;
    border: none !important;
}
}