﻿.btn-primary {
    background-color: #000E69;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #000137;
}

.btn-lg {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}