﻿
.btn-success {
    background-color: #E32B23;
    color: #ffffff;
    height: 41px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 6px 25px;
    text-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
}

    .btn-success:hover {
        background-color: #d21a12;
    }
body {
}
