﻿.form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #eee;
}

.input-group-addon {
    border: 0;
}

.form-control:focus {
    border-color: #AC182D !important;
}


.form-group {
    margin-top: 25px;
    margin-bottom: 25px;
}

a:link, a:visited {
    color: #AC182D;
}

a:hover, a:active {
    color: #ac1818;
}

a.btn:link, a.btn:visited {
    color: #fff;
}

a.btn:hover, a.btn:active {
    color: #ac1818;
}



.btn {
    border-radius: 0;
    padding: 5px 15px 5px 15px;
}

.btn-default {
    color: #FFF;
}

    .btn-default:hover, .btn-default:active, .btn-default:focus {
        background: #fff;
        color: #c2c2c2;
    }

.btn-primary {
    background: #AC182D;
    border-color: #AC182D;
    color: #fff;
    font-weight: bold;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background: #fff;
        border-color: #AC182D;
        color: #AC182D;
    }

pre {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: #fff;
}
