.btn-primary{
    background: #046bf2;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.btn-bottom-nav{
    width: 500px;
    height: 56px;
    border-radius: 4px !important;
}