﻿

body {
    font-family: 'Poppins', sans-serif;
    color:black;
}
a{
    color:#333;
    text-decoration:underline;
    font-weight:bold;
}

h3{
    text-transform:uppercase;
    padding-bottom:30px;
    text-align:center;
    width:100%;
}

.btn {
    font-family: "Poppins",Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 10px 30px;
}

.btn.btn-primary {   
    color: #fff;
    background-color: #151515;
    border:2px solid #ccc;
    border-radius: 7px;    
}
    .btn.btn-primary:hover{
        background-color:#666;
    }


    .btn.btn-secondary {
        color: #000;
        background-color: #eee;
        border: 2px solid #ccc;
        border-radius: 7px;
    }

        .btn.btn-secondary:hover {
            background-color: #ccc;
        }


    input.form-control, select.form-control {
        border: 0;
        border: 1px solid #151515;
        border-radius: 5px;
        margin-bottom: 1em;
        padding: 10px;
        height:40px; line-height:40px;
    }
    input.form-control, select.form-control, input.form-control::-webkit-input-placeholder {
        font-size: 14px;
    }

.form-group > div {
    padding-right: 5px !important;
    padding-left: 5px !important;
}